On 09/20/13 03:04, Giovanni Bechis wrote:
On 09/19/13 20:34, Florian Stinglmayr wrote:
On Thu, Sep 19, 2013 at 06:03:52PM +0100, Stuart Henderson wrote:
The bash completion script should go in
${PREFIX}/share/bash-completion/completions/ then it will be OK sthen@
for anyone who would like to import.

Fixed.

Annoyingly the MASTER_SITES has broken ipv6 :(

Should be fixed. (Can't test it myself though).

It is not fixed yet.
  Cheers
   Giovanni


This appears to need archivers/xz for lzma.h and -llzma support. Also, a CONFIGURE_ENV line to quash a configure warning. Diff attached relative to what's in openbsd-wip.

diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile
index bdae22e..3b13812 100644
--- a/textproc/the_silver_searcher/Makefile
+++ b/textproc/the_silver_searcher/Makefile
@@ -11,13 +11,15 @@ MAINTAINER =	Florian Stinglmayr <fstinglm...@gmail.com>
 # Apache 2.0
 PERMIT_PACKAGE_CDROM =	Yes
 
-WANTLIB += c pcre pthread z
+WANTLIB += c lzma pcre pthread z
 
 MASTER_SITES =	http://pub.n0la.org/
 
-LIB_DEPENDS =	devel/pcre
+LIB_DEPENDS =	archivers/xz \
+		devel/pcre
 
 CONFIGURE_STYLE =	gnu
+CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include"
 
 NO_TEST =	YES
 

Reply via email to