svn commit: r347332 - head/databases/vsqlite
Koop Mast
kwm at FreeBSD.org
Thu Mar 6 23:21:07 UTC 2014
Author: kwm
Date: Thu Mar 6 23:21:06 2014
New Revision: 347332
URL: http://svnweb.freebsd.org/changeset/ports/347332
QAT: https://qat.redports.org/buildarchive/r347332/
Log:
Unbreak on 9.x and 8.x by using USES=compiler:c++0x.
Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize
so autogen.sh still works
Modified:
head/databases/vsqlite/Makefile
head/databases/vsqlite/pkg-plist
Modified: head/databases/vsqlite/Makefile
==============================================================================
--- head/databases/vsqlite/Makefile Thu Mar 6 22:37:22 2014 (r347331)
+++ head/databases/vsqlite/Makefile Thu Mar 6 23:21:06 2014 (r347332)
@@ -19,7 +19,8 @@ GH_PROJECT= vsqlite--
GH_TAGNAME= 3fa8d32
GH_COMMIT= 3fa8d32
-USE_AUTOTOOLS= libtool autoconf automake
+USE_AUTOTOOLS= libtoolize autoconf automake
+USES= compiler:c++0x libtool
USE_SQLITE= 3
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/databases/vsqlite/pkg-plist
==============================================================================
--- head/databases/vsqlite/pkg-plist Thu Mar 6 22:37:22 2014 (r347331)
+++ head/databases/vsqlite/pkg-plist Thu Mar 6 23:21:06 2014 (r347332)
@@ -11,5 +11,6 @@ lib/libvsqlitepp.a
lib/libvsqlitepp.la
lib/libvsqlitepp.so
lib/libvsqlitepp.so.3
+lib/libvsqlitepp.so.3.0.0
@dirrmtry include/sqlite/ext
@dirrmtry include/sqlite
More information about the svn-ports-all
mailing list