diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 20:31:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 20:31:22 +0000 |
commit | 9456c98dd124ec0efd82b36e4637d5a61840c74d (patch) | |
tree | 509f728edef0de21baa1ccfcaa185ed03bd141fe /databases/mysql++1 | |
parent | 539e3b354b15c87752e04504901d4a7ad9617067 (diff) | |
download | ports-9456c98dd124ec0efd82b36e4637d5a61840c74d.tar.gz ports-9456c98dd124ec0efd82b36e4637d5a61840c74d.zip |
Notes
Diffstat (limited to 'databases/mysql++1')
-rw-r--r-- | databases/mysql++1/Makefile | 8 | ||||
-rw-r--r-- | databases/mysql++1/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql++1/pkg-plist | 2 |
3 files changed, 6 insertions, 15 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index 3f296032d3a8..f418b2b7c55f 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -3,7 +3,7 @@ PORTNAME= mysql++ PORTVERSION= 1.7.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases devel MASTER_SITES= http://tangentsoft.net/mysql++/releases/ PKGNAMESUFFIX= 1-mysql${MYSQL_VER} @@ -11,12 +11,14 @@ PKGNAMESUFFIX= 1-mysql${MYSQL_VER} MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL${MYSQL_VER} -USE_MYSQL= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --includedir=${PREFIX}/include/mysql++ \ --disable-examples +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes +USE_MYSQL= yes CONFLICTS= ${PORTNAME}*-2.* diff --git a/databases/mysql++1/files/patch-configure b/databases/mysql++1/files/patch-configure deleted file mode 100644 index 9ffa22731a15..000000000000 --- a/databases/mysql++1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu May 5 13:30:26 2005 -+++ configure Mon May 9 21:09:42 2005 -@@ -7793,7 +7793,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) $(top_builddir)/libtool --tag=CXX' - - # Prevent multiple expansion - diff --git a/databases/mysql++1/pkg-plist b/databases/mysql++1/pkg-plist index cfb3a6cc3abe..2a7105916757 100644 --- a/databases/mysql++1/pkg-plist +++ b/databases/mysql++1/pkg-plist @@ -30,9 +30,9 @@ include/mysql++/tiny_int.h include/mysql++/type_info.h include/mysql++/vallist.h lib/libmysqlpp.a -lib/libmysqlpp.la lib/libmysqlpp.so lib/libmysqlpp.so.4 +lib/libmysqlpp.so.4.0.0 %%PORTDOCS%%%%DOCSDIR%%/mysqlpp-refman.pdf %%PORTDOCS%%%%DOCSDIR%%/mysqlpp-userman.pdf %%PORTDOCS%%%%DOCSDIR%%/refman/html/annotated.html |