aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lnav
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-11 17:01:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-11 17:01:33 +0000
commitd3548436c5354b217277a808bd6193ce0d17621c (patch)
tree0cc2f8204455246153224a31f68875916668d1cd /sysutils/lnav
parent66f86864d9c298014d86269104e15d89cf355718 (diff)
downloadports-d3548436c5354b217277a808bd6193ce0d17621c.tar.gz
ports-d3548436c5354b217277a808bd6193ce0d17621c.zip
sysutils/lnav: more dynamic linking
Some libraries were still linked dynamically and it broke if databases/sqlite3 was built with ICU=on. To avoid missing out on stability and security fixes link all dependencies dynamically. PR: 214538 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> Approved by: maintainer timeout (3 weeks)
Notes
Notes: svn path=/head/; revision=428364
Diffstat (limited to 'sysutils/lnav')
-rw-r--r--sysutils/lnav/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile
index 70e12d1faa38..a197a0de760d 100644
--- a/sysutils/lnav/Makefile
+++ b/sysutils/lnav/Makefile
@@ -4,6 +4,7 @@
PORTNAME= lnav
PORTVERSION= 0.8.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= tom@hur.st
@@ -11,16 +12,16 @@ COMMENT= Terminal based log file navigator
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre \
- ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3
+LIB_DEPENDS= libpcrecpp.so:devel/pcre
BROKEN_FreeBSD_9_i386= does not build
USE_GITHUB= yes
GH_ACCOUNT= tstack
+USES= autoreconf execinfo gmake ncurses python sqlite readline
GNU_CONFIGURE= yes
-USES= autoreconf execinfo gmake ncurses python readline
+CONFIGURE_ARGS= --disable-static
PLIST_FILES= bin/lnav man/man1/lnav.1.gz