diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:14:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:14:13 +0000 |
commit | bf24d154b07e9c58d0d814a769b4932c8cea994c (patch) | |
tree | f32df713fc392949c2792f0f4a104dc051ba37fc /databases/unixODBC | |
parent | cdf8e698db7209ae80566868b7c42c1dbd3fc4f6 (diff) | |
download | ports-bf24d154b07e9c58d0d814a769b4932c8cea994c.tar.gz ports-bf24d154b07e9c58d0d814a769b4932c8cea994c.zip |
upgrade to 2.2.2
PR: 40357
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=62688
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 311cc3b3a04e..c2853fef13ac 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 c25817508f15..fa8165af531c 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 811b222e753c..deddf8be30e7 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 |