head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.5.0.36 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.34 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.32 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.30 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.28 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.26 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.24 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.22 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.20 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.18 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.16 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.14 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.4 pkgsrc-2008Q1:1.5.0.2 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2012.03.15.14.50.56; author abs; state dead; branches; next 1.5; 1.5 date 2008.02.09.07.26.57; author adam; state Exp; branches; next 1.4; 1.4 date 2007.01.12.17.27.20; author obache; state Exp; branches; next 1.3; 1.3 date 2005.12.30.21.03.59; author jlam; state Exp; branches; next 1.2; 1.2 date 2000.08.14.15.07.31; author wiz; state dead; branches; next 1.1; 1.1 date 99.07.15.06.25.05; author jlam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.07.15.06.25.05; author jlam; state Exp; branches; next ; desc @@ 1.6 log @Also put libs in iodbc subdir, patch to ensure pkgconfigdir is not affected bump PKGREVISION. Test built soprano @ text @$NetBSD: patch-aa,v 1.5 2008/02/09 07:26:57 adam Exp $ --- include/sqltypes.h.orig 2007-10-07 15:44:49.000000000 +0200 +++ include/sqltypes.h @@@@ -394,18 +394,7 @@@@ typedef unsigned short SQLWCHAR; #else # include -# if defined(__cplusplus) || \ - defined(_WCHAR_T) || \ - defined(_WCHAR_T_DEFINED) || \ - defined(_WCHAR_T_DEFINED_) || \ - defined(_WCHAR_T_DECLARED) || \ - defined(_BSD_WCHAR_T_DEFINED_) || \ - defined(_BSD_WCHAR_T_) || \ - defined(_BSD_CT_RUNE_T_) typedef wchar_t SQLWCHAR; -# else -# error Please make sure your system supports the wchar_t type -# endif #endif /* WIN32 */ @ 1.5 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.4 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-aa,v 1.3 2005/12/30 21:03:59 jlam Exp $ d3 1 a3 4 Rip out a completely non-standard and hokey way to determine if wchar_t is a valid type. --- include/sqltypes.h.orig 2006-01-26 09:50:59.000000000 +0000 d5 1 a5 2 @@@@ -393,17 +393,7 @@@@ SQLGUID; typedef unsigned short SQLWCHAR; d8 1 a8 1 - d12 5 a16 3 - defined(_WCHAR_T_DECLARED) || \ - defined(_BSD_WCHAR_T_DEFINED_) || \ - defined(_BSD_WCHAR_T_) @ 1.3 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$ d6 1 a6 1 --- include/sqltypes.h.orig 2005-10-08 07:42:02.000000000 -0400 d8 1 a8 1 @@@@ -388,16 +388,7 @@@@ SQLGUID; d17 2 a18 1 - defined(_BSD_WCHAR_T_DEFINED_) @ 1.2 log @No more PKGLIBTOOL. LTCONFIG_OVERRIDE -> minus one patch. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 1999/07/15 06:25:05 jlam Exp $ d3 20 a22 17 --- configure.orig Thu Jun 24 23:27:37 1999 +++ configure Mon Jun 28 02:18:38 1999 @@@@ -2188,6 +2188,8 @@@@ rm -f confcache +# Use NetBSD's pkglibtool +if false; then # Actually configure libtool. ac_aux_dir is where install-sh is found. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ @@@@ -2215,6 +2217,7 @@@@ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. exec 5>>./config.log +fi @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @iODBC -- ODBC 2.x driver manager. @ text @@