Date: Sat, 20 Oct 2007 03:00:15 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/117333: Update port: databases/libiodbc to 3.52.6 Message-ID: <20071020030015.0ce7f1ee.tkato432@yahoo.com> Resent-Message-ID: <200710191820.l9JIK3DI060859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117333 >Category: ports >Synopsis: Update port: databases/libiodbc to 3.52.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 19 18:20:03 UTC 2007 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.2-RELEASE-p8 i386 >Organization: >Environment: >Description: - Update to version 3.52.6 Remove file: files/patch-iodbc__trace__trace.c files/patch-iodbcinst__unicode.c >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/libiodbc/Makefile databases/libiodbc/Makefile --- /usr/ports/databases/libiodbc/Makefile Thu Jan 18 02:18:11 2007 +++ databases/libiodbc/Makefile Sat Oct 20 01:36:21 2007 @@ -9,11 +9,10 @@ # databases/unixODBC. PORTNAME= libiodbc -PORTVERSION= 3.52.5 +PORTVERSION= 3.52.6 CATEGORIES= databases MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= iodbc + SF/iodbc MAINTAINER= ports@FreeBSD.org COMMENT= An ODBC 3.x driver manager, for universal data source access @@ -22,7 +21,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-iodbc-inidir=${INIDIR} USE_LDCONFIG= yes @@ -34,7 +33,7 @@ INIDIR= ${PREFIX}/etc/${PORTNAME} .if defined(WITH_GUI) -USE_GNOME+= gtk12 +USE_GNOME+= gtk20 MAN1+= iodbcadm-gtk.1 PLIST_SUB+= GUI="" .else diff -urN /usr/ports/databases/libiodbc/distinfo databases/libiodbc/distinfo --- /usr/ports/databases/libiodbc/distinfo Thu Jan 18 02:18:11 2007 +++ databases/libiodbc/distinfo Sat Oct 20 01:36:21 2007 @@ -1,3 +1,3 @@ -MD5 (libiodbc-3.52.5.tar.gz) = 550234c4f9fbaf45e6e5d74c460dff0d -SHA256 (libiodbc-3.52.5.tar.gz) = 368b0ae7ae08d487dd53be399868530f767af9c91affd5da4cbfa89ff440d9b3 -SIZE (libiodbc-3.52.5.tar.gz) = 752941 +MD5 (libiodbc-3.52.6.tar.gz) = 761ad547467bd63ac0b2b4f3ee4b5afb +SHA256 (libiodbc-3.52.6.tar.gz) = 82e0d6a8c29759570fb92c47fcb98579caaf7951eabb7b65c414bb1209f49f20 +SIZE (libiodbc-3.52.6.tar.gz) = 757876 diff -urN /usr/ports/databases/libiodbc/files/patch-include::sqltypes.h databases/libiodbc/files/patch-include::sqltypes.h --- /usr/ports/databases/libiodbc/files/patch-include::sqltypes.h Wed Feb 1 06:28:38 2006 +++ databases/libiodbc/files/patch-include::sqltypes.h Sat Oct 20 01:36:21 2007 @@ -1,10 +1,10 @@ ---- include/sqltypes.h.orig Thu Jan 26 18:50:59 2006 -+++ include/sqltypes.h Tue Jan 31 13:45:45 2006 -@@ -398,6 +398,7 @@ - defined(_WCHAR_T) || \ +--- include/sqltypes.h.orig Sun Oct 7 22:44:49 2007 ++++ include/sqltypes.h Sat Oct 20 01:06:36 2007 +@@ -399,6 +399,7 @@ defined(_WCHAR_T_DEFINED) || \ - defined(_WCHAR_T_DECLARED) || \ -+ defined(__FreeBSD__) || \ - defined(_BSD_WCHAR_T_DEFINED_) || \ - defined(_BSD_WCHAR_T_) - typedef wchar_t SQLWCHAR; + defined(_WCHAR_T_DEFINED_) || \ + defined(_WCHAR_T_DECLARED) || \ ++ defined(__FreeBSD__) || \ + defined(_BSD_WCHAR_T_DEFINED_) || \ + defined(_BSD_WCHAR_T_) || \ + defined(_BSD_CT_RUNE_T_) diff -urN /usr/ports/databases/libiodbc/files/patch-iodbc__trace__trace.c databases/libiodbc/files/patch-iodbc__trace__trace.c --- /usr/ports/databases/libiodbc/files/patch-iodbc__trace__trace.c Thu Jan 18 02:18:12 2007 +++ databases/libiodbc/files/patch-iodbc__trace__trace.c Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- iodbc/trace/trace.c.orig Wed Jan 3 23:21:46 2007 -+++ iodbc/trace/trace.c Wed Jan 10 16:04:57 2007 -@@ -670,6 +670,10 @@ - extern char *odbcapi_symtab[]; - char *ptr = "invalid retcode"; - -+#ifdef HAVE_GETTIMEOFDAY -+ struct timeval tv; -+#endif -+ - /* - * Guard against tracefile getting too big - */ -@@ -684,8 +688,6 @@ - * Calculate timestamp - */ - #ifdef HAVE_GETTIMEOFDAY -- struct timeval tv; -- - gettimeofday (&tv, NULL); - tv.tv_sec -= starttime.tv_sec; - tv.tv_usec -= starttime.tv_usec; diff -urN /usr/ports/databases/libiodbc/files/patch-iodbcinst__unicode.c databases/libiodbc/files/patch-iodbcinst__unicode.c --- /usr/ports/databases/libiodbc/files/patch-iodbcinst__unicode.c Wed Feb 1 06:28:38 2006 +++ databases/libiodbc/files/patch-iodbcinst__unicode.c Thu Jan 1 09:00:00 1970 @@ -1,18 +0,0 @@ ---- iodbcinst/unicode.c.orig Mon Jan 23 19:30:26 2006 -+++ iodbcinst/unicode.c Tue Jan 31 13:51:36 2006 -@@ -197,6 +197,7 @@ - #if !defined(HAVE_TOWLOWER) - #if (defined(__APPLE__) && !defined (_LP64)) || defined (macintosh) - #include <Carbon/Carbon.h> -+#endif - wchar_t towlower(wchar_t wc) - { - #if defined (__APPLE__) && !defined (NO_FRAMEWORKS) -@@ -218,7 +219,6 @@ - return wc; - #endif - } --#endif - #endif - - #if !defined(HAVE_WCSNCASECMP) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071020030015.0ce7f1ee.tkato432>