svn commit: r366161 - head/databases/mysql++3
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 25 22:53:44 UTC 2014
Author: amdmi3
Date: Mon Aug 25 22:53:44 2014
New Revision: 366161
URL: http://svnweb.freebsd.org/changeset/ports/366161
QAT: https://qat.redports.org/buildarchive/r366161/
Log:
- Drop USE_AUTOTOOLS=libtool, libtool is not used
Approved by: portmgr blanket
Modified:
head/databases/mysql++3/Makefile
Modified: head/databases/mysql++3/Makefile
==============================================================================
--- head/databases/mysql++3/Makefile Mon Aug 25 22:29:04 2014 (r366160)
+++ head/databases/mysql++3/Makefile Mon Aug 25 22:53:44 2014 (r366161)
@@ -3,6 +3,7 @@
PORTNAME= mysql++
PORTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= databases devel
MASTER_SITES= http://tangentsoft.net/mysql++/releases/ \
T32.TecNik93.com/ports/others_ports/${PORTNAME}/sources/
@@ -13,7 +14,7 @@ COMMENT= Complex C++ API for MySQL${MYSQ
USES= gmake
USE_MYSQL= yes
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --enable-thread-check
USE_LDCONFIG= yes
PLIST_SUB+= VER=${PORTVERSION}
More information about the svn-ports-all
mailing list