Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2004 23:00:10 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63132: Update port: databases/unixODBC to 2.2.8
Message-ID:  <20040220230010.243cd03f.tkato@prontomail.com>
Resent-Message-ID: <200402201410.i1KEAI5T029191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63132
>Category:       ports
>Synopsis:       Update port: databases/unixODBC to 2.2.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 20 06:10:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 2.2.8

Remove file:
files/patch-DataManager::SQLMoreResults.c
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/databases/unixODBC/Makefile databases/unixODBC/Makefile
--- /usr/ports/databases/unixODBC/Makefile	Mon Feb  9 12:59:41 2004
+++ databases/unixODBC/Makefile	Thu Feb 19 14:57:07 2004
@@ -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
@@ -45,9 +42,6 @@
 .else
 CONFIGURE_ARGS+=	--enable-threads=no
 .endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/databases/unixODBC/distinfo databases/unixODBC/distinfo
--- /usr/ports/databases/unixODBC/distinfo	Thu Jan 29 20:20:53 2004
+++ databases/unixODBC/distinfo	Thu Feb 19 14:49:57 2004
@@ -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 -urN /usr/ports/databases/unixODBC/files/patch-DataManager::SQLMoreResults.c databases/unixODBC/files/patch-DataManager::SQLMoreResults.c
--- /usr/ports/databases/unixODBC/files/patch-DataManager::SQLMoreResults.c	Fri Jan 16 23:01:40 2004
+++ databases/unixODBC/files/patch-DataManager::SQLMoreResults.c	Thu Jan  1 09:00:00 1970
@@ -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 -urN /usr/ports/databases/unixODBC/files/patch-configure databases/unixODBC/files/patch-configure
--- /usr/ports/databases/unixODBC/files/patch-configure	Tue Jul  2 14:13:19 2002
+++ databases/unixODBC/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -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 -urN /usr/ports/databases/unixODBC/pkg-plist databases/unixODBC/pkg-plist
--- /usr/ports/databases/unixODBC/pkg-plist	Mon Dec  8 05:37:50 2003
+++ databases/unixODBC/pkg-plist	Thu Feb 19 15:16:40 2004
@@ -25,6 +25,9 @@
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040220230010.243cd03f.tkato>