aboutsummaryrefslogtreecommitdiff
path: root/databases/vsqlite
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-06 09:55:35 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-06 09:55:35 +0000
commit3f890c31c6cc8651ac19a1d102dcfbcafb48d038 (patch)
tree1c46666d9cbf619c489cd973d23c31a560d40f89 /databases/vsqlite
parentcd6927ad9c269d0bf0dff0c1b8cda6129135ef47 (diff)
downloadports-3f890c31c6cc8651ac19a1d102dcfbcafb48d038.tar.gz
ports-3f890c31c6cc8651ac19a1d102dcfbcafb48d038.zip
- Run autotools in the same order as autoreconf, i.e. libtoolize, aclocal,
autoconf, autoheader, automake. [1] This should allow replacing custom pre-configure and run-autotools targets that some ports have with USE_AUTOTOOLS. - Set default LIBTOOLIZE_ARGS: -i: install missing build scripts. -c: copy files instead of linking them. This is needed for USES=libtool to be able to patch them. -f: force replacement of existing files. This ensures all files belong to the same version. database/vsqlite: - Fix with new LIBTOOLIZE_ARGS. - INSTALL_TARGET=install-strip. - Drop :keepla. Reported by: Nikola Kolev <koue@chaosophia.net> [1] Exp-run: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=353081
Diffstat (limited to 'databases/vsqlite')
-rw-r--r--databases/vsqlite/Makefile14
-rw-r--r--databases/vsqlite/pkg-plist1
2 files changed, 5 insertions, 10 deletions
diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile
index cfcce6078b89..0a8379f8ab94 100644
--- a/databases/vsqlite/Makefile
+++ b/databases/vsqlite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vsqlite
PORTVERSION= 0.3.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= kwm@FreeBSD.org
@@ -19,17 +19,13 @@ GH_PROJECT= vsqlite--
GH_TAGNAME= 3fa8d32
GH_COMMIT= 3fa8d32
-USE_AUTOTOOLS= libtoolize autoconf automake
-USES= compiler:c++0x libtool:keepla
+USES= compiler:c++0x libtool
+USE_AUTOTOOLS= libtoolize aclocal autoconf automake
+AUTOMAKE_ARGS= -a -c -f
USE_SQLITE= 3
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-pre-configure:
- @cd ${WRKSRC} && ${SH} autogen.sh
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvsqlitepp.so.3
-
.include <bsd.port.mk>
diff --git a/databases/vsqlite/pkg-plist b/databases/vsqlite/pkg-plist
index 30577b1d65ca..6a1b74705d40 100644
--- a/databases/vsqlite/pkg-plist
+++ b/databases/vsqlite/pkg-plist
@@ -8,7 +8,6 @@ include/sqlite/result.hpp
include/sqlite/transaction.hpp
include/sqlite/view.hpp
lib/libvsqlitepp.a
-lib/libvsqlitepp.la
lib/libvsqlitepp.so
lib/libvsqlitepp.so.3
lib/libvsqlitepp.so.3.0.0