Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 09:52:10 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/29011: Update port: databases/unixODBC to 2.0.8
Message-ID:  <200107161652.f6GGqA520534@freefall.freebsd.org>

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

>Number:         29011
>Category:       ports
>Synopsis:       Update port: databases/unixODBC to 2.0.8
>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 16 10:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.8

New file:
files/patch-ad

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/databases/unixODBC/Makefile databases/unixODBC/Makefile
--- /usr/ports/databases/unixODBC/Makefile	Tue Jul  3 06:51:50 2001
+++ databases/unixODBC/Makefile	Sat Jul 14 08:54:09 2001
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	unixODBC
-PORTVERSION=	2.0.7
-PORTREVISION=	1
+PORTVERSION=	2.0.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.unixodbc.org/
 
 MAINTAINER=	ports@FreeBSD.org
 
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
 CONFIGURE_ARGS=	--enable-static --enable-shared
 INSTALLS_SHLIB=	yes
 
@@ -47,14 +46,16 @@
 .else
 	@${PERL} -pi -e 's|-lqt|-lqt2|g' ${WRKSRC}/configure
 .endif
-	@${PERL} -pi -e 's| -lc||g' ${WRKSRC}/ltmain.sh
+
+pre-build:
+	@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/unixODBC
+	@${MKDIR} ${DOCSDIR}
 	${TAR} -C ${WRKSRC}/doc --exclude '*Makefile*' -cf - . \
-		| ${TAR} -C ${PREFIX}/share/doc/unixODBC --unlink -xf -
-	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/unixODBC
+		| ${TAR} -C ${DOCSDIR} --unlink -xf -
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/databases/unixODBC/distinfo databases/unixODBC/distinfo
--- /usr/ports/databases/unixODBC/distinfo	Tue Jun 12 18:52:50 2001
+++ databases/unixODBC/distinfo	Tue Jul  3 07:02:06 2001
@@ -1 +1 @@
-MD5 (unixODBC-2.0.7.tar.gz) = d862b82c655e38bd97511bdf21441320
+MD5 (unixODBC-2.0.8.tar.gz) = 8b86e29adc2f3ff0713cde9c1a20c5ec
diff -urN /usr/ports/databases/unixODBC/files/patch-ad databases/unixODBC/files/patch-ad
--- /usr/ports/databases/unixODBC/files/patch-ad	Thu Jan  1 09:00:00 1970
+++ databases/unixODBC/files/patch-ad	Sat Jul 14 09:33:25 2001
@@ -0,0 +1,13 @@
+--- sqp/lex.l	Thu Jun 21 23:30:52 2001
++++ ../../ports/databases/unixODBC/work/unixODBC-2.0.8/sqp/lex.l	Sat Jul 14 09:27:09 2001
+@@ -13,9 +13,9 @@
+ 
+ %{
+ 
++#include "sqp.h"
+ #include "yac.h"
+ #include <string.h>
+-#include "sqp.h"
+ 
+ #undef YY_INPUT
+ #define YY_INPUT(b, r, ms) (r = my_yyinput(b, ms))
diff -urN /usr/ports/databases/unixODBC/pkg-plist databases/unixODBC/pkg-plist
--- /usr/ports/databases/unixODBC/pkg-plist	Tue Jun 12 18:52:50 2001
+++ databases/unixODBC/pkg-plist	Sat Jul 14 14:03:05 2001
@@ -77,8 +77,6 @@
 lib/libodbcpsqlS.so.1
 lib/libodbctxt.a
 lib/libodbctxt.la
-lib/libodbctxt.so
-lib/libodbctxt.so.1
 lib/libodbctxtS.a
 lib/libodbctxtS.la
 lib/libodbctxtS.so

>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?200107161652.f6GGqA520534>