Date: Sat, 12 Mar 2005 11:42:08 +0200 (EET) From: Sergey Prikhodko <sergey@network-asp.biz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78724: [maintainer-update] databases/mysql++ to 1.7.32 Message-ID: <20050312094208.5C34199196D@network-asp.biz> Resent-Message-ID: <200503120950.j2C9o2qb074511@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78724 >Category: ports >Synopsis: [maintainer-update] databases/mysql++ to 1.7.32 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 12 09:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sergey Prikhodko >Release: FreeBSD 5.2.1-RELEASE-p13 i386 >Organization: Network-ASP >Environment: System: FreeBSD network-asp.biz 5.2.1-RELEASE-p13 FreeBSD 5.2.1-RELEASE-p13 #4: Mon Jan 24 15:00:06 EET 2005 root@network-asp.biz:/usr/obj/usr/src/sys/RKERNEL i386 >Description: - update to 1.7.32 - removed all patches (not needed in new version) >How-To-Repeat: >Fix: --- mysql++.patch begins here --- diff -ruN mysql++.orig/Makefile mysql++/Makefile --- mysql++.orig/Makefile Sun Mar 6 18:03:01 2005 +++ mysql++/Makefile Sat Mar 12 11:26:01 2005 @@ -6,7 +6,7 @@ # PORTNAME= mysql++ -PORTVERSION= 1.7.31 +PORTVERSION= 1.7.32 CATEGORIES= databases devel MASTER_SITES= http://tangentsoft.net/mysql++/releases/ @@ -15,7 +15,8 @@ USE_MYSQL= yes USE_LIBTOOL_VER= 15 -CONFIGURE_ARGS= --with-mysql=${LOCALBASE} +CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --includedir=${PREFIX}/include/mysql++ +CONFIGURE_ARGS+= --disable-examples INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff -ruN mysql++.orig/distinfo mysql++/distinfo --- mysql++.orig/distinfo Sun Mar 6 18:03:01 2005 +++ mysql++/distinfo Sat Mar 12 10:48:44 2005 @@ -1,2 +1,2 @@ -MD5 (mysql++-1.7.31.tar.gz) = 05031d1429fd2b08eb11f1b501c8a2a6 -SIZE (mysql++-1.7.31.tar.gz) = 927561 +MD5 (mysql++-1.7.32.tar.gz) = 85af430c93908af47e6dcd226fa482c4 +SIZE (mysql++-1.7.32.tar.gz) = 928809 diff -ruN mysql++.orig/files/patch-Makefile.in mysql++/files/patch-Makefile.in --- mysql++.orig/files/patch-Makefile.in Sun Mar 6 18:03:01 2005 +++ mysql++/files/patch-Makefile.in Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Mar 1 07:59:04 2005 -+++ Makefile.in Sat Mar 5 00:15:10 2005 -@@ -187,7 +187,7 @@ - - - #SUBDIRS = lib examples doc --SUBDIRS = lib examples -+SUBDIRS = lib - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - diff -ruN mysql++.orig/files/patch-configure mysql++/files/patch-configure --- mysql++.orig/files/patch-configure Sun Mar 6 18:03:01 2005 +++ mysql++/files/patch-configure Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Tue Mar 1 07:55:49 2005 -+++ configure Sat Mar 5 00:11:20 2005 -@@ -499,7 +499,7 @@ - sharedstatedir='${prefix}/com' - localstatedir='${prefix}/var' - libdir='${exec_prefix}/lib' --includedir='${prefix}/include' -+includedir='${prefix}/include/mysql++' - oldincludedir='/usr/include' - infodir='${prefix}/info' - mandir='${prefix}/man' --- mysql++.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050312094208.5C34199196D>