From owner-freebsd-ports Mon Aug 26 11:10:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C28D937B400 for ; Mon, 26 Aug 2002 11:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4419F43E8A for ; Mon, 26 Aug 2002 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7QIA2JU091464 for ; Mon, 26 Aug 2002 11:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7QIA2gs091463; Mon, 26 Aug 2002 11:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C3EF37B405 for ; Mon, 26 Aug 2002 11:06:51 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2354543E75 for ; Mon, 26 Aug 2002 11:06:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7QI6oOT023222 for ; Mon, 26 Aug 2002 11:06:50 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g7QI6oYQ023221; Mon, 26 Aug 2002 11:06:50 -0700 (PDT) Message-Id: <200208261806.g7QI6oYQ023221@www.freebsd.org> Date: Mon, 26 Aug 2002 11:06:50 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42033: Update port: databases/unixODBC to 2.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42033 >Category: ports >Synopsis: Update port: databases/unixODBC to 2.2.3 >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 Aug 26 11:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.2.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/unixODBC/Makefile databases/unixODBC/Makefile --- /usr/ports/databases/unixODBC/Makefile Tue Jul 9 20:15:24 2002 +++ databases/unixODBC/Makefile Sat Aug 24 00:53:57 2002 @@ -6,15 +6,18 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv + USE_REINPLACE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-static --enable-shared +CONFIGURE_ARGS= --enable-static --enable-shared \ + --with-libiconv-prefix=${LOCALBASE} INSTALLS_SHLIB= yes .if defined(WITH_GUI) diff -urN /usr/ports/databases/unixODBC/distinfo databases/unixODBC/distinfo --- /usr/ports/databases/unixODBC/distinfo Tue Jul 9 20:15:24 2002 +++ databases/unixODBC/distinfo Sat Aug 24 00:50:05 2002 @@ -1 +1 @@ -MD5 (unixODBC-2.2.2.tar.gz) = cbd9305c06b315effb970f843df8ac1c +MD5 (unixODBC-2.2.3.tar.gz) = 98837a5e0642d8e1807e748b381e4153 diff -urN /usr/ports/databases/unixODBC/pkg-plist databases/unixODBC/pkg-plist --- /usr/ports/databases/unixODBC/pkg-plist Tue Jul 9 20:15:24 2002 +++ databases/unixODBC/pkg-plist Sat Aug 24 19:09:08 2002 @@ -1,10 +1,13 @@ %%GUI:%%bin/DataManager +%%GUI:%%bin/DataManagerII %%GUI:%%bin/ODBCConfig bin/dltest bin/isql bin/iusql bin/odbcinst %%GUI:%%bin/odbctest +etc/odbc.ini +etc/odbcinst.ini include/autotest.h include/odbcinst.h include/odbcinstext.h @@ -13,8 +16,6 @@ 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 @@ -46,6 +47,8 @@ lib/libodbcinst.so lib/libodbcinst.so.1 %%GUI:%%lib/libodbcinstQ.a +%%GUI:%%lib/libodbcinstQ.so +%%GUI:%%lib/libodbcinstQ.so.1 lib/libodbcminiS.a lib/libodbcminiS.so lib/libodbcminiS.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