[152136] trunk/dports/sysutils/jq/Portfile

raimue at macports.org raimue at macports.org
Mon Aug 29 15:10:14 PDT 2016


Revision: 152136
          https://trac.macports.org/changeset/152136
Author:   raimue at macports.org
Date:     2016-08-29 15:10:13 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
sysutils/jq: Enable regex matching with oniguruma5

Modified Paths:
--------------
    trunk/dports/sysutils/jq/Portfile

Modified: trunk/dports/sysutils/jq/Portfile
===================================================================
--- trunk/dports/sysutils/jq/Portfile	2016-08-29 21:22:15 UTC (rev 152135)
+++ trunk/dports/sysutils/jq/Portfile	2016-08-29 22:10:13 UTC (rev 152136)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        stedolan jq 1.5 jq-
+revision            1
 categories          sysutils
 platforms           darwin
 maintainers         raimue \
@@ -23,13 +24,16 @@
 # remove when https://github.com/stedolan/jq/issues/416 is resolved
 depends_build       port:bison
 
+depends_lib         port:oniguruma5
+
 checksums           rmd160  a403cb2007f76e8489ed5cca41851d08429cfcc1 \
                     sha256  c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c
 
 # The documentation requires some ruby dependencies which are not available as
 # ports. However, the manpage is already distributed in compiled form and will
 # be installed.
-configure.args      --disable-docs
+configure.args      --disable-docs \
+                    --with-oniguruma=${prefix}
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\\d+(\.\\d+)+)\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/d8e0d24a/attachment.html>


More information about the macports-changes mailing list