aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2020-08-17 11:56:03 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2020-08-17 11:56:03 +0000
commit013373cf3d2ed67b56cf8d85ea38f8f6b8929d71 (patch)
tree3a7441e086715c36703cfd43348aa490234ce005 /databases/sqlite3
parent928e9a112d85a2ada0617f1ffa0a20f96171930c (diff)
downloadports-013373cf3d2ed67b56cf8d85ea38f8f6b8929d71.tar.gz
ports-013373cf3d2ed67b56cf8d85ea38f8f6b8929d71.zip
databases/sqlite3: Change candidates of OPTIONS_RADIO_RL
Removed unneeded LIBEDIT_DESC and "USES= ncurses". In the target "post-install" added list for check used shared libraries. PR: 248446 Submitted by: maintainer Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=545157
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 1ccef70201c5..99cfbe84de5a 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sqlite3
DISTVERSION= 3.32.3
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
@@ -132,11 +132,8 @@ RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates
GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946)
GEOPOLY_IMPLIES= RTREE
-OPTIONS_RADIO_RL= READLINES READLINEP LIBEDIT
-RL_DESC= Command line editing library (may be off)
-READLINES_DESC= Use libreadline from system
-READLINEP_DESC= Use GNU libreadline from ports
-LIBEDIT_DESC= Use BSD libedit from ports
+OPTIONS_RADIO_RL= READLINE LIBEDIT
+RL_DESC= Command line editing library
OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL LIBEDIT \
@@ -205,11 +202,9 @@ UNICODE61_CPPFLAGS= ""
UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE_FTS3_UNICODE=1
LIBEDIT_CONFIGURE_ENABLE= editline
-LIBEDIT_USES= libedit ncurses
-READLINES_CONFIGURE_ON= --enable-readline
-READLINES_USES= readline
-READLINEP_CONFIGURE_ON= --enable-readline
-READLINEP_USES= readline:port
+LIBEDIT_USES= libedit
+READLINE_CONFIGURE_ENABLE= readline
+READLINE_USES= readline
JSON1_CONFIGURE_ENABLE= json1
@@ -255,6 +250,7 @@ post-build:
post-install:
${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
+ ${SETENV} LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${PREFIX}/bin/${PORTNAME}" "${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so"
# for compares with checksum from of the site
sha1: checksum