Date: Sun, 28 Oct 2018 20:03:04 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483346 - head/sysutils/lnav Message-ID: <201810282003.w9SK34r0072026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 20:03:03 2018 New Revision: 483346 URL: https://svnweb.freebsd.org/changeset/ports/483346 Log: Unbreak on powerpc64. PR: 232035 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/lnav/Makefile Modified: head/sysutils/lnav/Makefile ============================================================================== --- head/sysutils/lnav/Makefile Sun Oct 28 19:58:42 2018 (r483345) +++ head/sysutils/lnav/Makefile Sun Oct 28 20:03:03 2018 (r483346) @@ -12,8 +12,6 @@ COMMENT= Terminal based log file navigator LICENSE= BSD2CLAUSE -BROKEN_powerpc64= fails to build: lnav.cc:(.text+0x509c): undefined reference to pcrecpp::RE::QuoteMeta[abi:cxx11](pcrecpp::StringPiece const&) - LIB_DEPENDS= libpcrecpp.so:devel/pcre USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810282003.w9SK34r0072026>