1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Use proper stripping

- Don't keep la file since shlib got downgraded in r359529
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-06-27 17:17:31 +00:00
parent 0b55bb1b93
commit d4126a97f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359585

View File

@ -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-mirror pkg-sell auto-accept
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 SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION
# 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>