ports/71348: [maintainer] Unbreak databases/mysqlcppapi after mysql41-* update

Jie Gao gaoj at cpsc.ucalgary.ca
Sat Sep 4 02:40:31 UTC 2004


The following reply was made to PR ports/71348; it has been noted by GNATS.

From: "Jie Gao" <gaoj at cpsc.ucalgary.ca>
To: FreeBSD-gnats-submit at freebsd.org
Cc: thierry at freebsd.org, gaoj at cpsc.ucalgary.ca
Subject: Re: ports/71348: [maintainer] Unbreak databases/mysqlcppapi after mysql41-* update
Date: Fri,  3 Sep 2004 20:32:53 -0600

 >Submitter-Id:	current-users
 >Originator:	Jie Gao
 >Organization:	
 >Confidential:	no 
 >Category:	ports
 >Synopsis:	Re: ports/71348: [maintainer] Unbreak databases/mysqlcppapi after mysql41-* update
 
 Well, I didn't notice this because configure won't fail because of this, and
 my programs works well.
 
 Below is an additional patch to address this problem. It should also be applied
 to the ports tree.
 
 --- patch-databases-mysqlcppapi-2 begins here ---
 Index: databases/mysqlcppapi/files/patch-configure
 ===================================================================
 RCS file: /home/grads/gaoj/repository/ports/databases/mysqlcppapi/files/patch-configure,v
 retrieving revision 1.1
 retrieving revision 1.2
 diff -u -r1.1 -r1.2
 --- databases/mysqlcppapi/files/patch-configure	6 Aug 2004 00:24:35 -0000	1.1
 +++ databases/mysqlcppapi/files/patch-configure	4 Sep 2004 02:25:30 -0000	1.2
 @@ -1,4 +1,4 @@
 ---- configure~	Wed Aug  4 23:58:41 2004
 +--- configure.orig	Wed Aug  4 23:58:41 2004
  +++ configure	Thu Aug  5 00:12:29 2004
  @@ -18465,8 +18465,8 @@
   fi;
 @@ -11,3 +11,14 @@
   
   
   
 +--- configure.orig	Fri Aug 29 03:24:14 2003
 ++++ configure	Fri Sep  3 20:09:58 2004
 +@@ -18660,7 +18660,7 @@
 +   echo $ECHO_N "(cached) $ECHO_C" >&6
 + else
 +   ac_check_lib_save_LIBS=$LIBS
 +-LIBS="-lmysqlclient  $LIBS"
 ++LIBS="-L$MYSQL_PREFIX/lib/mysql -lmysqlclient  $LIBS"
 + cat >conftest.$ac_ext <<_ACEOF
 + #line $LINENO "configure"
 + /* confdefs.h.  */
 --- patch-databases-mysqlcppapi-2 ends here ---
 
 



More information about the freebsd-ports-bugs mailing list