summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-14 04:02:53 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-14 04:02:53 +0000
commit6bc1306acb472592f0c9aa0a5129e8c1b8133608 (patch)
treecde46ae3ffdccb5debb703ebcd3626a0026119f7 /www/elinks
parente241a882408e6266bcd1c9e62557e00d3e753ac7 (diff)
downloadpkgsrc-6bc1306acb472592f0c9aa0a5129e8c1b8133608.tar.gz
Update to 0.4.3 provided by Soren Jacobsen PR pkg/23745.
Changes since 0.4.2: * Fixed yet another crash in textarea editor code. Stupid. * Fixed estimated time displayed when resuming download of some file. * Slovak translation update by Peter Samek. * Fixed some compression problems. * Fixed crash when freeing attributes. * Introduced protocol.http.bugs.accept_charset which optionally prohibits sending of the infamous Accept-Charset header. * Convert '\' to '/' in HTTP requests * Allow relative redirects while downloading. * Fixed / -> _ URL translation when calling external helpers. * Fix for mailcap lookup failing because of prioritizing with no luck. * Added default irc protocol handlers. * Titles in link tags are now honoured. It helps to get significant bookmarks titles. * Update danish translation. * Make ui.startup_goto_dialog enabled by default. * Finally fixed segfault on <frameset rows="200,*"> on FreeBSD (and maybe other BSD flavours). * Many other cleanups and bugfixes.
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/Makefile5
-rw-r--r--www/elinks/distinfo8
-rw-r--r--www/elinks/patches/patch-aa12
3 files changed, 12 insertions, 13 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index 1851672b3b7..cc7714dd0de 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/14 04:02:53 xtraeme Exp $
-DISTNAME= elinks-0.4.2
-PKGREVISION= 2
+DISTNAME= elinks-0.4.3
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/www/elinks/distinfo b/www/elinks/distinfo
index b96736c20a0..537f216b969 100644
--- a/www/elinks/distinfo
+++ b/www/elinks/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2003/04/29 23:26:37 jtb Exp $
+$NetBSD: distinfo,v 1.6 2003/12/14 04:02:53 xtraeme Exp $
-SHA1 (elinks-0.4.2.tar.bz2) = a29b760d8e2abcc848940acd7ce27870be64113e
-Size (elinks-0.4.2.tar.bz2) = 760309 bytes
-SHA1 (patch-aa) = 9b8845361ecb922c4c38e05f6b675145a2f63e51
+SHA1 (elinks-0.4.3.tar.bz2) = 714fceaf57327849cdb3986ca937018624af6b5e
+Size (elinks-0.4.3.tar.bz2) = 767828 bytes
+SHA1 (patch-aa) = 848266272ba4a4dfb6490b3c701ee20575121cb0
SHA1 (patch-ab) = afa6a0000e8fbe2d33669c9b34a3f157c087b42c
SHA1 (patch-ac) = b0041facbc15997bf272ada854ddfea94ef8158f
diff --git a/www/elinks/patches/patch-aa b/www/elinks/patches/patch-aa
index 4ff054389e3..93bd1478272 100644
--- a/www/elinks/patches/patch-aa
+++ b/www/elinks/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2003/04/29 23:28:45 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2003/12/14 04:02:53 xtraeme Exp $
---- configure.orig
-+++ configure
-@@ -4211,7 +4211,7 @@
+--- configure.orig 2003-12-13 18:28:39.000000000 -0800
++++ configure 2003-12-13 18:30:09.000000000 -0800
+@@ -4262,7 +4262,7 @@
if test "$xyz_piggyswitch" = "cow"; then
LIBS="-llua40 -llualib40 -lm $LIBS_X"
else
@@ -11,9 +11,9 @@ $NetBSD: patch-aa,v 1.1 2003/04/29 23:28:45 jtb Exp $
fi
if test ! -z "$luadir"; then
-@@ -4229,7 +4229,7 @@
+@@ -4280,7 +4280,7 @@
cat > conftest.$ac_ext <<EOF
- #line 4231 "configure"
+ #line 4282 "configure"
#include "confdefs.h"
-#include <lua.h>
+#include <lua4.h>