View | Details | Raw Unified | Return to bug 92612
Collapse All | Expand All

(-)databases/libiodbc/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
#        databases/unixODBC.
9
#        databases/unixODBC.
10
10
11
PORTNAME=	libiodbc
11
PORTNAME=	libiodbc
12
PORTVERSION=	3.52.3
12
PORTVERSION=	3.52.4
13
CATEGORIES=	databases
13
CATEGORIES=	databases
14
MASTER_SITES=	http://www.iodbc.org/downloads/iODBC/ \
14
MASTER_SITES=	http://www.iodbc.org/downloads/iODBC/ \
15
		${MASTER_SITE_SOURCEFORGE}
15
		${MASTER_SITE_SOURCEFORGE}
(-)databases/libiodbc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libiodbc-3.52.3.tar.gz) = bdaca2c8b1c1b39bb3fa35ee66615373
1
MD5 (libiodbc-3.52.4.tar.gz) = 65ddf72600ff5d15fcd6002e2ed36307
2
SHA256 (libiodbc-3.52.3.tar.gz) = 25697a711e9816b9ce33c8ab02fdee44644d85a62e620921da86215dc89482c8
2
SHA256 (libiodbc-3.52.4.tar.gz) = 5532278a175649de2a5852085bc8cf509a88006e0653e65b1e518196ad6abc3f
3
SIZE (libiodbc-3.52.3.tar.gz) = 720332
3
SIZE (libiodbc-3.52.4.tar.gz) = 722305
(-)databases/libiodbc/files/patch-include::sqltypes.h (-6 / +6 lines)
Lines 1-10 Link Here
1
--- include/sqltypes.h.orig	Wed Sep 29 19:14:06 2004
1
--- include/sqltypes.h.orig	Thu Jan 26 18:50:59 2006
2
+++ include/sqltypes.h	Sat Nov 13 15:26:42 2004
2
+++ include/sqltypes.h	Tue Jan 31 13:45:45 2006
3
@@ -387,6 +387,7 @@
3
@@ -398,6 +398,7 @@
4
 #  if defined(_WCHAR_T)			|| \
4
       defined(_WCHAR_T)			|| \
5
       defined(_WCHAR_T_DEFINED)		|| \
5
       defined(_WCHAR_T_DEFINED)		|| \
6
       defined(_WCHAR_T_DECLARED)        || \
6
       defined(_WCHAR_T_DECLARED)        || \
7
+      defined(__FreeBSD__)              || \
7
+      defined(__FreeBSD__)              || \
8
       defined(_BSD_WCHAR_T_DEFINED_)
8
       defined(_BSD_WCHAR_T_DEFINED_)    || \
9
       defined(_BSD_WCHAR_T_)
9
 typedef wchar_t SQLWCHAR;
10
 typedef wchar_t SQLWCHAR;
10
 #  else
(-)databases/libiodbc/files/patch-iodbc__unicode.c (-18 lines)
Lines 1-18 Link Here
1
--- iodbc/unicode.c.orig	Tue Aug 30 22:24:12 2005
2
+++ iodbc/unicode.c	Thu Nov 10 13:35:19 2005
3
@@ -192,6 +192,7 @@
4
 #if !defined(HAVE_TOWLOWER)
5
 #if (defined(__APPLE__) && !defined (_LP64)) || defined (macintosh)
6
 #include <Carbon/Carbon.h>
7
+#endif
8
 wchar_t towlower(wchar_t wc)
9
 {
10
 #ifdef __APPLE__
11
@@ -213,7 +214,6 @@
12
   return wc;
13
 #endif
14
 }
15
-#endif
16
 #endif
17
 
18
 #if !defined(HAVE_WCSNCASECMP)
(-)databases/libiodbc/files/patch-iodbcinst__unicode.c (+18 lines)
Line 0 Link Here
1
--- iodbcinst/unicode.c.orig	Mon Jan 23 19:30:26 2006
2
+++ iodbcinst/unicode.c	Tue Jan 31 13:51:36 2006
3
@@ -197,6 +197,7 @@
4
 #if !defined(HAVE_TOWLOWER)
5
 #if (defined(__APPLE__) && !defined (_LP64)) || defined (macintosh)
6
 #include <Carbon/Carbon.h>
7
+#endif
8
 wchar_t towlower(wchar_t wc)
9
 {
10
 #if defined (__APPLE__) && !defined (NO_FRAMEWORKS)
11
@@ -218,7 +219,6 @@
12
   return wc;
13
 #endif
14
 }
15
-#endif
16
 #endif
17
 
18
 #if !defined(HAVE_WCSNCASECMP)

Return to bug 92612