diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-20 15:54:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-20 15:54:21 +0000 |
commit | d844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf (patch) | |
tree | 0dd35c390f49f2a19b30d884ec0a395c36c4b42b /databases/unixODBC | |
parent | b2fd6b20dc1b5134908607ad245afc2842fd6d3f (diff) | |
download | ports-d844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf.tar.gz ports-d844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf.zip |
Notes
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 12 | ||||
-rw-r--r-- | databases/unixODBC/distinfo | 4 | ||||
-rw-r--r-- | databases/unixODBC/files/patch-DataManager::SQLMoreResults.c | 11 | ||||
-rw-r--r-- | databases/unixODBC/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/unixODBC/pkg-plist | 3 |
5 files changed, 8 insertions, 32 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index edd06015ee53..769f056025d6 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,21 +6,18 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.7 -PORTREVISION= 1 +PORTVERSION= 2.2.8 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org COMMENT= ODBC library suite for Unix -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - CONFLICTS= libiodbc-* -USE_REINPLACE= yes +USE_GNOME= gnomehack gnometarget lthack +USE_ICONV= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static --enable-shared \ --with-libiconv-prefix=${LOCALBASE} INSTALLS_SHLIB= yes @@ -46,9 +43,6 @@ CONFIGURE_ARGS+= --enable-threads=yes CONFIGURE_ARGS+= --enable-threads=no .endif -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo index 6cdfc7aa5150..d9e41fe9a260 100644 --- a/databases/unixODBC/distinfo +++ b/databases/unixODBC/distinfo @@ -1,2 +1,2 @@ -MD5 (unixODBC-2.2.7.tar.gz) = 5006259f2044666c733651263722bbdd -SIZE (unixODBC-2.2.7.tar.gz) = 2345674 +MD5 (unixODBC-2.2.8.tar.gz) = 1738ac06c5fae51fe214993cf8b3bf2b +SIZE (unixODBC-2.2.8.tar.gz) = 2351939 diff --git a/databases/unixODBC/files/patch-DataManager::SQLMoreResults.c b/databases/unixODBC/files/patch-DataManager::SQLMoreResults.c deleted file mode 100644 index cba763bd0d9d..000000000000 --- a/databases/unixODBC/files/patch-DataManager::SQLMoreResults.c +++ /dev/null @@ -1,11 +0,0 @@ ---- DriverManager/SQLMoreResults.c.orig Fri Oct 31 03:20:46 2003 -+++ DriverManager/SQLMoreResults.c Tue Jan 13 23:25:00 2004 -@@ -262,7 +262,7 @@ - * We don't know for sure - */ - statement -> hascols = 0; -- statement -> state = STATE_S4; -+ statement -> state = STATE_S5; - #endif - } - else if ( ret == SQL_STILL_EXECUTING ) diff --git a/databases/unixODBC/files/patch-configure b/databases/unixODBC/files/patch-configure deleted file mode 100644 index 1d796a6f6118..000000000000 --- a/databases/unixODBC/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sun Apr 28 08:36:46 2002 -+++ configure Sun Apr 28 08:55:08 2002 -@@ -5733,6 +5733,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist index 12aa408457d1..cce5978ab445 100644 --- a/databases/unixODBC/pkg-plist +++ b/databases/unixODBC/pkg-plist @@ -25,6 +25,9 @@ lib/libesoobS.so.1 lib/libgtrtst.a lib/libgtrtst.so lib/libgtrtst.so.1 +lib/libmimerS.a +lib/libmimerS.so +lib/libmimerS.so.1 lib/libnn.a lib/libnn.so lib/libnn.so.1 |