From 93ddba8f76a3529d52d34b9a6ae2bdeb9822670e Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 9 Feb 2008 07:26:57 +0000 Subject: 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 --- databases/iodbc/Makefile | 4 ++-- databases/iodbc/distinfo | 12 ++++++------ databases/iodbc/patches/patch-aa | 20 +++++++++----------- databases/iodbc/patches/patch-ac | 6 +++--- 4 files changed, 20 insertions(+), 22 deletions(-) (limited to 'databases/iodbc') diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index 0ff9f815f2c..ac7f5497e8b 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2007/01/12 17:27:20 obache Exp $ +# $NetBSD: Makefile,v 1.15 2008/02/09 07:26:57 adam Exp $ -DISTNAME= libiodbc-3.52.5 +DISTNAME= libiodbc-3.52.6 PKGNAME= ${DISTNAME:S/^lib//} CATEGORIES= databases MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ diff --git a/databases/iodbc/distinfo b/databases/iodbc/distinfo index c0b257ac35b..d010721df28 100644 --- a/databases/iodbc/distinfo +++ b/databases/iodbc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2007/01/12 17:27:20 obache Exp $ +$NetBSD: distinfo,v 1.6 2008/02/09 07:26:57 adam Exp $ -SHA1 (libiodbc-3.52.5.tar.gz) = 8982d433daa1344dd9c12b7b507950057b9af6a8 -RMD160 (libiodbc-3.52.5.tar.gz) = 2d9be4a4c0586d5dd117ab0d5347e5c79df6b584 -Size (libiodbc-3.52.5.tar.gz) = 752941 bytes -SHA1 (patch-aa) = 581a97a77224218b87e41b641473a21161b60851 -SHA1 (patch-ac) = fb2b030717e9d60dd1a815fd76ae626bb73e3469 +SHA1 (libiodbc-3.52.6.tar.gz) = 5bb893887f7ced1de1f776b9c5ed2aaad0508b85 +RMD160 (libiodbc-3.52.6.tar.gz) = 9b1554d468b9b49f1af8adcdc91f3d71a837531e +Size (libiodbc-3.52.6.tar.gz) = 757876 bytes +SHA1 (patch-aa) = 7fc72be935b3e19a836f20edf8efac05d22c643f +SHA1 (patch-ac) = ff520f920c9aa9db44ce315219836dc4e98af9cd diff --git a/databases/iodbc/patches/patch-aa b/databases/iodbc/patches/patch-aa index 7a0437e683e..19188d503a1 100644 --- a/databases/iodbc/patches/patch-aa +++ b/databases/iodbc/patches/patch-aa @@ -1,21 +1,19 @@ -$NetBSD: patch-aa,v 1.4 2007/01/12 17:27:20 obache Exp $ +$NetBSD: patch-aa,v 1.5 2008/02/09 07:26:57 adam Exp $ -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 +--- include/sqltypes.h.orig 2007-10-07 15:44:49.000000000 +0200 +++ include/sqltypes.h -@@ -393,17 +393,7 @@ SQLGUID; - typedef unsigned short SQLWCHAR; +@@ -394,18 +394,7 @@ typedef unsigned short SQLWCHAR; #else # include -- + -# if defined(__cplusplus) || \ - defined(_WCHAR_T) || \ - defined(_WCHAR_T_DEFINED) || \ -- defined(_WCHAR_T_DECLARED) || \ -- defined(_BSD_WCHAR_T_DEFINED_) || \ -- defined(_BSD_WCHAR_T_) +- 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 diff --git a/databases/iodbc/patches/patch-ac b/databases/iodbc/patches/patch-ac index 026a0190a59..213145e7dd3 100644 --- a/databases/iodbc/patches/patch-ac +++ b/databases/iodbc/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2007/01/12 17:27:20 obache Exp $ +$NetBSD: patch-ac,v 1.3 2008/02/09 07:26:57 adam Exp $ ---- samples/Makefile.in.orig 2007-01-05 12:54:29.000000000 +0000 +--- samples/Makefile.in.orig 2007-10-08 15:04:49.000000000 +0200 +++ samples/Makefile.in -@@ -572,9 +572,9 @@ uninstall-am: uninstall-binPROGRAMS unin +@@ -573,9 +573,9 @@ uninstall-am: uninstall-binPROGRAMS unin install-exec-hook: -- cgit v1.2.3