head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.3.0.36 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.34 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.30 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.28 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.26 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.24 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.22 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.18 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.16 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.14 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.4 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.8 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.6 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.4 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2012.03.15.14.50.56; author abs; state dead; branches; next 1.3; 1.3 date 2008.02.09.07.26.57; author adam; state Exp; branches; next 1.2; 1.2 date 2007.01.12.17.27.20; author obache; state Exp; branches; next 1.1; 1.1 date 2005.12.30.21.03.59; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Also put libs in iodbc subdir, patch to ensure pkgconfigdir is not affected bump PKGREVISION. Test built soprano @ text @$NetBSD: patch-ac,v 1.3 2008/02/09 07:26:57 adam Exp $ --- samples/Makefile.in.orig 2007-10-08 15:04:49.000000000 +0200 +++ samples/Makefile.in @@@@ -573,9 +573,9 @@@@ uninstall-am: uninstall-binPROGRAMS unin install-exec-hook: - $(mkinstalldirs) ${DESTDIR}${pkgdatadir}/samples - cp $(srcdir)/iodbctest.c ${DESTDIR}${pkgdatadir}/samples/iodbctest.c - cp $(srcdir)/Makefile.sample ${DESTDIR}${pkgdatadir}/samples/Makefile + $(mkinstalldirs) ${DESTDIR}${datadir}/examples/iodbc + cp $(srcdir)/iodbctest.c ${DESTDIR}${datadir}/examples/iodbc/iodbctest.c + cp $(srcdir)/Makefile.sample ${DESTDIR}${datadir}/examples/iodbc/Makefile @@DARWIN_TRUE@@ -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctest -remove ppc64 -output ${DESTDIR}${bindir}/iodbctest @@DARWIN_TRUE@@ -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctestw -remove ppc64 -output ${DESTDIR}${bindir}/iodbctestw @ 1.3 log @Changes 3.52.6: * Added support for GTK+ 2.x * Fixed long mutex lock on connect * Fixed problems with SQLBrowseConnect * Fixed missing functions in export list * Fixed core dump when checking for driver odbc version * Fixed allocation error in SQLDescribeCol * Fixed rpm specification for RedHat * Fixed porting problems on FreeBSD, OpenBSD and OSF * Use SQLFetchScroll in iodbctest @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2005/12/30 21:03:59 jlam Exp $ d3 1 a3 1 --- samples/Makefile.in.orig 2007-01-05 12:54:29.000000000 +0000 d5 1 a5 1 @@@@ -572,9 +572,9 @@@@ uninstall-am: uninstall-binPROGRAMS unin @ 1.1 log @Update databases/iodbc to 3.52.3. Changes from version 2.50.3 include adding some support for the ODBC 3.x specifications and fixing quite a lot of bugs. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- samples/Makefile.in.orig 2005-11-07 05:27:44.000000000 -0500 d5 1 a5 1 @@@@ -566,9 +566,9 @@@@ uninstall-am: uninstall-binPROGRAMS unin d15 2 a17 2 uninstall-hook: rm -f ${DESTDIR}${pkgdatadir}/samples/iodbctest.c @