[78183] trunk/dports/www/elinks/Portfile

jmr at macports.org jmr at macports.org
Wed Apr 27 10:43:34 PDT 2011


Revision: 78183
          http://trac.macports.org/changeset/78183
Author:   jmr at macports.org
Date:     2011-04-27 10:43:33 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
elinks: disable broken zlib support (#24143)

Modified Paths:
--------------
    trunk/dports/www/elinks/Portfile

Modified: trunk/dports/www/elinks/Portfile
===================================================================
--- trunk/dports/www/elinks/Portfile	2011-04-27 17:02:23 UTC (rev 78182)
+++ trunk/dports/www/elinks/Portfile	2011-04-27 17:43:33 UTC (rev 78183)
@@ -5,7 +5,7 @@
 name                elinks
 epoch               1
 version             0.11.7
-revision        1
+revision            2
 categories          www
 platforms           darwin
 maintainers         nomaintainer
@@ -23,7 +23,6 @@
                     rmd160  2e6e863d08f9accb71892ba6f236f795c83cba9c
 
 depends_lib         port:openssl \
-                    port:zlib \
                     port:bzip2 \
                     port:expat
 
@@ -33,7 +32,8 @@
                     --without-lua \
                     --without-gnutls \
                     --with-openssl=${prefix} \
-                    --with-zlib=${prefix}
+                    --without-zlib
+# zlib support is broken in 0.11, ticket #24143
 
 variant col256 description {Use 256 colours if supported by the terminal} {
     post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110427/8e597b50/attachment.html>


More information about the macports-changes mailing list