Date: Mon, 8 Jul 2002 14:17:31 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/40357: Update port: databases/unixODBC to 2.2.2 Message-ID: <200207082117.g68LHVmj010571@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 40357 >Category: ports >Synopsis: Update port: databases/unixODBC to 2.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 08 14:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.2.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/unixODBC/Makefile databases/unixODBC/Makefile --- /usr/ports/databases/unixODBC/Makefile Tue Jul 2 20:38:18 2002 +++ databases/unixODBC/Makefile Tue Jul 9 01:13:16 2002 @@ -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 @@ .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 -urN /usr/ports/databases/unixODBC/distinfo databases/unixODBC/distinfo --- /usr/ports/databases/unixODBC/distinfo Tue Jul 2 20:38:19 2002 +++ databases/unixODBC/distinfo Tue Jul 9 01:09:16 2002 @@ -1 +1 @@ -MD5 (unixODBC-2.2.1.tar.gz) = 3b116091eb40e55a1d4ffed337f37768 +MD5 (unixODBC-2.2.2.tar.gz) = cbd9305c06b315effb970f843df8ac1c diff -urN /usr/ports/databases/unixODBC/pkg-plist databases/unixODBC/pkg-plist --- /usr/ports/databases/unixODBC/pkg-plist Tue Jul 2 20:38:21 2002 +++ databases/unixODBC/pkg-plist Tue Jul 9 06:13:41 2002 @@ -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/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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207082117.g68LHVmj010571>