[151708] trunk/dports/sysutils/lnav/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 20 04:58:23 PDT 2016


Revision: 151708
          https://trac.macports.org/changeset/151708
Author:   ryandesign at macports.org
Date:     2016-08-20 04:58:23 -0700 (Sat, 20 Aug 2016)
Log Message:
-----------
lnav: link with MacPorts curl (#52049)

Also use dynamic linking instead of static linking.

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

Modified: trunk/dports/sysutils/lnav/Portfile
===================================================================
--- trunk/dports/sysutils/lnav/Portfile	2016-08-20 11:49:07 UTC (rev 151707)
+++ trunk/dports/sysutils/lnav/Portfile	2016-08-20 11:58:23 UTC (rev 151708)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        tstack lnav 0.8.1 v
+revision            1
 
 maintainers         g5pw openmaintainer
 categories          sysutils
@@ -18,7 +19,8 @@
 license             BSD
 homepage            http://lnav.org
 
-depends_lib			port:pcre \
+depends_lib         port:curl \
+                    port:pcre \
                     port:sqlite3 \
                     port:ncurses \
                     port:readline \
@@ -29,7 +31,10 @@
 checksums           rmd160  9aa5556c9957f04f438ac33a65aaa0da897ae111 \
                     sha256  80776cc4c79d6ae5d41c7fdec7385bd4fd340dadf0e919835d8a05d002930780
 
-configure.args      --with-ncurses \
+configure.args      --disable-silent-rules \
+                    --disable-static \
+                    --with-libcurl=${prefix} \
+                    --with-ncurses \
                     --with-pcre \
                     --with-readline \
                     --with-sqlite3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160820/49628f6b/attachment.html>


More information about the macports-changes mailing list