svn commit: r359585 - head/databases/sqlite3
Martin Wilke
miwi at FreeBSD.org
Fri Jun 27 17:17:32 UTC 2014
Author: miwi
Date: Fri Jun 27 17:17:31 2014
New Revision: 359585
URL: http://svnweb.freebsd.org/changeset/ports/359585
QAT: https://qat.redports.org/buildarchive/r359585/
Log:
- Use proper stripping
- Don't keep la file since shlib got downgraded in r359529
- Bump PORTREVISION
Modified:
head/databases/sqlite3/Makefile
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Fri Jun 27 17:09:43 2014 (r359584)
+++ head/databases/sqlite3/Makefile Fri Jun 27 17:17:31 2014 (r359585)
@@ -3,6 +3,7 @@
PORTNAME= sqlite3
PORTVERSION= 3.8.5
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
DISTNAME= sqlite-autoconf-3080500
@@ -17,9 +18,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg
CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]*
-USES= pathfix libtool:keepla
+USES= pathfix libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
@@ -70,9 +72,9 @@ OPTIONS_DEFAULT= FTS4 URI METADATA SECUR
# RTREE used by graphics/mapnik, databases/spatialite
PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
- lib/libsqlite3.a lib/libsqlite3.la lib/libsqlite3.so \
- lib/libsqlite3.so.0 lib/libsqlite3.so.0.8.6 \
- libdata/pkgconfig/sqlite3.pc man/man1/sqlite3.1.gz
+ lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \
+ lib/libsqlite3.so.0.8.6 libdata/pkgconfig/sqlite3.pc \
+ man/man1/sqlite3.1.gz
# The default numeric file permissions for newly created database files under unix.
# If not specified, the default is 0644 which means that the files is globally
@@ -133,7 +135,4 @@ post-build:
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
.endif
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.0.8.6
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list