Skip site navigation (1)Skip section navigation (2)
Date:      29 Jul 2001 09:09:37 -0000
From:      mico@bsd.hu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29301: Update of databases/mysql++
Message-ID:  <20010729090937.9856.qmail@fmdb.c3.hu>

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

>Number:         29301
>Category:       ports
>Synopsis:       Update of databases/mysql++
>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:   Sun Jul 29 07:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Miklos Niedermayer
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

	

>Description:

The patch below updates databases/mysql++ from 1.7.8 to 1.7.9.  It also removes
an ldconfig line from the do-install target which isn't really needed.

>How-To-Repeat:

	

>Fix:

diff -uNr mysql++.old/Makefile mysql++/Makefile
--- mysql++.old/Makefile	Sat Jun 16 12:47:14 2001
+++ mysql++/Makefile	Sun Jul 29 11:03:17 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysql++
-PORTVERSION=	1.7.8
+PORTVERSION=	1.7.9
 CATEGORIES=	databases devel
 MASTER_SITES=	ftp://mysql.omnipotent.net/mysql++/ \
 		ftp://ftp.u-aizu.ac.jp/ftp/pub/dbms/mysql/mysql.com/mysql++/
@@ -30,7 +30,6 @@
 	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sqlplusint/.libs/libsqlplus.a ${PREFIX}/lib
 	@(cd ${PREFIX}/lib && ${RM} -f libsqlplus.so && ${LN} -s libsqlplus.so.1 libsqlplus.so)
 	@ranlib ${PREFIX}/lib/libsqlplus.a
-	@ldconfig -m ${PREFIX}/lib
 	@mkdir -p ${PREFIX}/share/examples/mysql++
 	@mkdir -p ${PREFIX}/share/doc/mysql++
 	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/*.cc ${PREFIX}/share/examples/mysql++
diff -uNr mysql++.old/distinfo mysql++/distinfo
--- mysql++.old/distinfo	Sat Jun 16 12:47:14 2001
+++ mysql++/distinfo	Sat Jun 16 12:48:16 2001
@@ -1 +1 @@
-MD5 (mysql++-1.7.8.tar.gz) = f9b61381dd67676079ab9ca26e46db49
+MD5 (mysql++-1.7.9.tar.gz) = 1312fb4e33dcce07fac5fa9c2ac801f7
>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?20010729090937.9856.qmail>