summaryrefslogtreecommitdiff
path: root/databases/iodbc/patches
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
commit8803da202d5323a5dd0c2de69d46a1726b4eb481 (patch)
tree87ba786bab4dbebfb4c4897c87b0929186476a70 /databases/iodbc/patches
parented96858d3e4ddfe0408f2db6977d4e2b7378dd51 (diff)
downloadpkgsrc-8803da202d5323a5dd0c2de69d46a1726b4eb481.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/patches')
-rw-r--r--databases/iodbc/patches/patch-aa20
-rw-r--r--databases/iodbc/patches/patch-ac6
2 files changed, 12 insertions, 14 deletions
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: