summaryrefslogtreecommitdiff
path: root/databases/iodbc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-02-09 07:26:57 +0000
committeradam <adam@pkgsrc.org>2008-02-09 07:26:57 +0000
commit239be4e86aeb49bed1744d0421f3a9c57afcce22 (patch)
tree87ba786bab4dbebfb4c4897c87b0929186476a70 /databases/iodbc
parent08adb1071f394c88ec675808f8967072d84cfd2c (diff)
downloadpkgsrc-239be4e86aeb49bed1744d0421f3a9c57afcce22.tar.gz
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
Diffstat (limited to 'databases/iodbc')
-rw-r--r--databases/iodbc/Makefile4
-rw-r--r--databases/iodbc/distinfo12
-rw-r--r--databases/iodbc/patches/patch-aa20
-rw-r--r--databases/iodbc/patches/patch-ac6
4 files changed, 20 insertions, 22 deletions
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 <stdlib.h>
--
+
-# 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: