pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/elinks Update to 0.11.4rc1. No changelog availabl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d44d60aa5ea9
branches: trunk
changeset: 539633:d44d60aa5ea9
user: bjs <bjs%pkgsrc.org@localhost>
date: Mon Mar 10 01:57:43 2008 +0000
description:
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:
www/elinks/Makefile | 4 ++--
www/elinks/distinfo | 10 +++++-----
www/elinks/patches/patch-aa | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (71 lines):
diff -r af8021bea952 -r d44d60aa5ea9 www/elinks/Makefile
--- a/www/elinks/Makefile Mon Mar 10 00:27:40 2008 +0000
+++ b/www/elinks/Makefile Mon Mar 10 01:57:43 2008 +0000
@@ -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 -r af8021bea952 -r d44d60aa5ea9 www/elinks/distinfo
--- a/www/elinks/distinfo Mon Mar 10 00:27:40 2008 +0000
+++ b/www/elinks/distinfo Mon Mar 10 01:57:43 2008 +0000
@@ -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 -r af8021bea952 -r d44d60aa5ea9 www/elinks/patches/patch-aa
--- a/www/elinks/patches/patch-aa Mon Mar 10 00:27:40 2008 +0000
+++ b/www/elinks/patches/patch-aa Mon Mar 10 01:57:43 2008 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index