diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-09 06:14:13 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-09 06:14:13 +0000 |
commit | 062f175b1ffbb3f525ddd15145613e154cccbd70 (patch) | |
tree | df7c27f3638e00215c6a1ab53c5d0aa270d088da /databases/unixODBC | |
parent | cf535bc329fafc7822386c36451578f66472e7b9 (diff) | |
download | FreeBSD-ports-062f175b1ffbb3f525ddd15145613e154cccbd70.zip FreeBSD-ports-062f175b1ffbb3f525ddd15145613e154cccbd70.tar.gz |
upgrade to 2.2.2
PR: 40357
Submitted by: Ports Fury
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 5 | ||||
-rw-r--r-- | databases/unixODBC/distinfo | 2 | ||||
-rw-r--r-- | databases/unixODBC/pkg-plist | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 311cc3b..c2853fe 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,12 +6,13 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-static --enable-shared INSTALLS_SHLIB= yes @@ -40,7 +41,7 @@ QT_NAME= qt2 .endif post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|"-lqt"|"-l${QT_NAME}"|g ; \ s|"-lqt-mt"|"-l${QT_NAME}"|g' ${WRKSRC}/configure diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo index c258175..fa8165a 100644 --- a/databases/unixODBC/distinfo +++ b/databases/unixODBC/distinfo @@ -1 +1 @@ -MD5 (unixODBC-2.2.1.tar.gz) = 3b116091eb40e55a1d4ffed337f37768 +MD5 (unixODBC-2.2.2.tar.gz) = cbd9305c06b315effb970f843df8ac1c diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist index 811b222..deddf8b 100644 --- a/databases/unixODBC/pkg-plist +++ b/databases/unixODBC/pkg-plist @@ -2,6 +2,7 @@ %%GUI:%%bin/ODBCConfig bin/dltest bin/isql +bin/iusql bin/odbcinst %%GUI:%%bin/odbctest include/autotest.h @@ -12,6 +13,8 @@ include/sqlext.h include/sqltypes.h include/sqlucode.h include/uodbc_stats.h +etc/odbc.ini +etc/odbcinst.ini lib/libboundparam.a lib/libboundparam.so lib/libboundparam.so.1 |