diff options
author | sem <sem@FreeBSD.org> | 2005-03-12 21:47:21 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-03-12 21:47:21 +0800 |
commit | 8fa3b579e4e32e49f7a484cf4980212d061ce650 (patch) | |
tree | a247ff0b2c97e7625224855f4f25b216ddd1c1fe /databases/mysql++1 | |
parent | b8743bee51caa1eb2e6deb5a2200f3d3149bb142 (diff) | |
download | freebsd-ports-gnome-8fa3b579e4e32e49f7a484cf4980212d061ce650.tar.gz freebsd-ports-gnome-8fa3b579e4e32e49f7a484cf4980212d061ce650.tar.zst freebsd-ports-gnome-8fa3b579e4e32e49f7a484cf4980212d061ce650.zip |
- Update to 1.7.32
PR: ports/78724
Submitted by: maintainer
Diffstat (limited to 'databases/mysql++1')
-rw-r--r-- | databases/mysql++1/Makefile | 5 | ||||
-rw-r--r-- | databases/mysql++1/distinfo | 4 | ||||
-rw-r--r-- | databases/mysql++1/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | databases/mysql++1/files/patch-configure | 11 |
4 files changed, 5 insertions, 26 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index 873fe59d463f..34ffcc06d91c 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -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 @@ COMMENT= Complex C++ API for MySQL 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 --git a/databases/mysql++1/distinfo b/databases/mysql++1/distinfo index eabd26321dd8..53edc7bd1e6f 100644 --- a/databases/mysql++1/distinfo +++ b/databases/mysql++1/distinfo @@ -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 --git a/databases/mysql++1/files/patch-Makefile.in b/databases/mysql++1/files/patch-Makefile.in deleted file mode 100644 index 1146c8b88569..000000000000 --- a/databases/mysql++1/files/patch-Makefile.in +++ /dev/null @@ -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 --git a/databases/mysql++1/files/patch-configure b/databases/mysql++1/files/patch-configure deleted file mode 100644 index fe4f608b208e..000000000000 --- a/databases/mysql++1/files/patch-configure +++ /dev/null @@ -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' |