[48020] trunk/dports/www/elinks-devel/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Mar 12 19:45:43 PDT 2009
On Mar 12, 2009, at 21:34, perry at macports.org wrote:
> Revision: 48020
> http://trac.macports.org/changeset/48020
> Author: perry at macports.org
> Date: 2009-03-12 19:34:52 -0700 (Thu, 12 Mar 2009)
> Log Message:
> -----------
> www/elinks-devel - Removed support for LZMA.
> * elinks-devel no longer builds --with-lzma due to an API change.
You must also increase the port's revision, so everyone rebuilds
elinks-devel with this change.
> Modified Paths:
> --------------
> trunk/dports/www/elinks-devel/Portfile
>
> Modified: trunk/dports/www/elinks-devel/Portfile
> ===================================================================
> --- trunk/dports/www/elinks-devel/Portfile 2009-03-13 02:32:54 UTC
> (rev 48019)
> +++ trunk/dports/www/elinks-devel/Portfile 2009-03-13 02:34:52 UTC
> (rev 48020)
> @@ -19,8 +19,8 @@
> livecheck.url ${homepage}
>
> depends_lib \
> - port:boehmgc port:bzip2 port:expat port:libiconv port:liblzma \
> - port:openssl port:see port:zlib
> + port:boehmgc port:bzip2 port:expat port:libiconv port:openssl
> port:see \
> + port:zlib
>
> distname elinks-${version}
> master_sites ${homepage}download/
> @@ -38,11 +38,11 @@
> --enable-ipv6 --enable-largefile --enable-leds --enable-mailcap \
> --enable-marks --enable-mimetypes --enable-mouse --enable-nls \
> --enable-nntp --enable-uri-rewrite --enable-utf-8 --enable-xbel \
> - --with-bzlib --with-gc --with-libiconv --with-lzma --with-
> openssl \
> - --with-see --with-zlib --without-gnutls --without-gpm --
> without-gssapi \
> - --without-guile --without-idn --without-lua --without-perl \
> - --without-python --without-ruby --without-spidermonkey --
> without-x \
> - --without-xterm
> + --with-bzlib --with-gc --with-libiconv --with-openssl --with-
> see \
> + --with-zlib --without-gnutls --without-gpm --without-gssapi \
> + --without-guile --without-idn --without-lua --without-lzma \
> + --without-perl --without-python --without-ruby --without-
> spidermonkey \
> + --without-x --without-xterm
More information about the macports-dev
mailing list