From owner-svn-ports-all@freebsd.org Sun Dec 11 17:01:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15249C7264C; Sun, 11 Dec 2016 17:01:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1CF45E8; Sun, 11 Dec 2016 17:01:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBBH1Y6m040629; Sun, 11 Dec 2016 17:01:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBBH1Yre040628; Sun, 11 Dec 2016 17:01:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612111701.uBBH1Yre040628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 11 Dec 2016 17:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428364 - head/sysutils/lnav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2016 17:01:35 -0000 Author: jbeich Date: Sun Dec 11 17:01:33 2016 New Revision: 428364 URL: https://svnweb.freebsd.org/changeset/ports/428364 Log: 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 Approved by: maintainer timeout (3 weeks) Modified: head/sysutils/lnav/Makefile (contents, props changed) Modified: head/sysutils/lnav/Makefile ============================================================================== --- head/sysutils/lnav/Makefile Sun Dec 11 16:23:49 2016 (r428363) +++ head/sysutils/lnav/Makefile Sun Dec 11 17:01:33 2016 (r428364) @@ -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 navigat 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