diff options
author | obache <obache> | 2007-01-12 17:27:20 +0000 |
---|---|---|
committer | obache <obache> | 2007-01-12 17:27:20 +0000 |
commit | d59cece39cc8ea509dce639c70a8c8a3f3148cb3 (patch) | |
tree | 2369b70c733d1f20fdcb5bf39311ef31d397984f /databases/iodbc/Makefile | |
parent | 1b957f3ae3ea23c1ead32028b29120938de4da1d (diff) | |
download | pkgsrc-d59cece39cc8ea509dce639c70a8c8a3f3148cb3.tar.gz |
Update iodbc to 3.52.5.
Pointed out in PR 35383.
Jan 05 2007, V3.52.5:
* Added support for FileDSN
* Added support for Connection Pooling
* Added check for tracefile size
* Call ODBC 2.x functions in driver if application uses ODBC 2.x only calls
* Fixed problem parsing driver result in SQLSetStmtAttr
* Fixed source code readability
* Fixed bug in overwriting driver name
* Fixed check for /Library/ODBC for Mac OS X
* Fixed prototypes
* Rewrote bootstrap script and configure summary
* Use localtime_r in tracing when available
* Fixed build issues with Mac OS X
* Small code cleanups and fixes
Jan 26 2006, V3.52.4:
* Added support for Mac OS X 10.4 Universal kit (ppc, ppc64 and i386)
* Removed dependency between iodbc and iodbcinst shared libraries
* Cleanup Mac OS X build process
* Clarify LGPL license conditions
* Fixed problem with error on subsequent SQLExecute statements
* Fixed problem building 64bit GUI components
* Fixed compiler warnings
* Fixed problem determining which compiler to use on AIX
* Enabled SHLIB_PATH on HP/UX
* Fixed problem using # as comment in odbc.ini file
* Disabled --disable-odbc3 flag
* Small code cleanups and fixes
pkgsrc chages:
Fix comment and descr, refrect current status.
Diffstat (limited to 'databases/iodbc/Makefile')
-rw-r--r-- | databases/iodbc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index 0e6fd6752fb..0ff9f815f2c 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2006/03/14 16:00:40 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/12 17:27:20 obache Exp $ -DISTNAME= libiodbc-3.52.3 +DISTNAME= libiodbc-3.52.5 PKGNAME= ${DISTNAME:S/^lib//} CATEGORIES= databases MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.iodbc.org/ -COMMENT= ODBC 2.x driver manager +COMMENT= ODBC 3.x driver manager CONFLICTS+= unixodbc-[0-9]* |