diff options
author | bjs <bjs@pkgsrc.org> | 2008-03-10 01:57:43 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-03-10 01:57:43 +0000 |
commit | 6a20e97c6c547965e5e64af9f7f5f29f64854602 (patch) | |
tree | 338915257c04afa6d3620c5f69ca3dc3f74c1792 /www/elinks | |
parent | 72aa8ad6146e306f45923ddf8e4028636adfbe25 (diff) | |
download | pkgsrc-6a20e97c6c547965e5e64af9f7f5f29f64854602.tar.gz |
Update to 0.11.4rc1. No changelog available; if interested, please
see GIT history.
Made option elinks-fastmem the default, as it's significantly faster
and I don't trust their wrappers of malloc(), etc. al. anyway.
Version 0.12 supports boehm-gc, which will probably become the default.
If 0.12 isn't released fairly soon, I'll see about backporting support.
Also add elinks-html-highlight as a default, as there's really no
reason not to.
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 4 | ||||
-rw-r--r-- | www/elinks/distinfo | 10 | ||||
-rw-r--r-- | www/elinks/patches/patch-aa | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 675902ec50b..3cf370b2a49 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2008/02/06 04:30:37 bjs Exp $ +# $NetBSD: Makefile,v 1.37 2008/03/10 01:57:43 bjs Exp $ -DISTNAME= elinks-0.11.4rc0 +DISTNAME= elinks-0.11.4rc1 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/elinks/distinfo b/www/elinks/distinfo index aab340c3f9a..626e9debb59 100644 --- a/www/elinks/distinfo +++ b/www/elinks/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2008/02/06 04:30:37 bjs Exp $ +$NetBSD: distinfo,v 1.23 2008/03/10 01:57:43 bjs Exp $ -SHA1 (elinks-0.11.4rc0.tar.bz2) = 0b70bdd8446ae476e49c26bd0d1a2ebbca36e9be -RMD160 (elinks-0.11.4rc0.tar.bz2) = dec7db92878055f48b34337bd6fc67421b0cae1f -Size (elinks-0.11.4rc0.tar.bz2) = 2518118 bytes -SHA1 (patch-aa) = e4106d39982ca00606667d9463982ee86afbf868 +SHA1 (elinks-0.11.4rc1.tar.bz2) = cc13b1fde81bb210ea2fe3581d2e94cc9d2030c9 +RMD160 (elinks-0.11.4rc1.tar.bz2) = 9c4457f83748949d8a3caf7e19fa8c7ab1e9d6d1 +Size (elinks-0.11.4rc1.tar.bz2) = 2516890 bytes +SHA1 (patch-aa) = f69bf1c5128a3023f6c90d3e79a8cb65336541a3 SHA1 (patch-ab) = dd1c48e0c1b7980b6332e11ab38e13202325cd55 SHA1 (patch-ac) = f7dc18652782a5ad0768a5693a69bcadc6e5754d SHA1 (patch-ad) = 3378dc9415533234fe98a038831cd5208c85f0aa diff --git a/www/elinks/patches/patch-aa b/www/elinks/patches/patch-aa index 62967b8f038..b73fc2d1004 100644 --- a/www/elinks/patches/patch-aa +++ b/www/elinks/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.8 2008/01/09 03:48:07 bjs Exp $ +$NetBSD: patch-aa,v 1.9 2008/03/10 01:57:43 bjs Exp $ ---- configure.orig 2008-01-08 18:35:23.000000000 -0500 +--- configure.orig 2008-03-04 04:29:56.000000000 -0500 +++ configure @@ -907,7 +907,7 @@ Optional Packages: --without-openssl disable OpenSSL support @@ -20,16 +20,16 @@ $NetBSD: patch-aa,v 1.8 2008/01/09 03:48:07 bjs Exp $ ASCIIDOC_FLAGS=--unsafe fi rm config.asciidoc-unsafe.* -@@ -17624,7 +17624,7 @@ if test -z "$disable_lua"; then +@@ -17623,7 +17623,7 @@ if test -z "$disable_lua"; then for luadir in "$withval" "" /usr /usr/local; do - for suffix in "" 50 51; do + for suffix in "" 50; do if test "$cf_result" = no; then - LUA_LIBS="-llua$suffix -llualib$suffix -lm" + LUA_LIBS="-llua$suffix -lm" if test ! -z "$luadir"; then LUA_LIBS="-L$luadir/lib $LUA_LIBS" -@@ -20603,9 +20603,9 @@ done +@@ -20602,9 +20602,9 @@ done @@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.8 2008/01/09 03:48:07 bjs Exp $ for dir in `echo "$withval" | tr : ' '`; do if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi -@@ -23355,7 +23355,7 @@ _ACEOF +@@ -23356,7 +23356,7 @@ _ACEOF # Create LIBDIR #define for config.h |