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.4.3 provided by Soren Jacobsen ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/010f42642e9e
branches: trunk
changeset: 464660:010f42642e9e
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun Dec 14 04:02:53 2003 +0000
description:
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:
www/elinks/Makefile | 5 ++---
www/elinks/distinfo | 8 ++++----
www/elinks/patches/patch-aa | 12 ++++++------
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (56 lines):
diff -r 1d6ec528b1ce -r 010f42642e9e www/elinks/Makefile
--- a/www/elinks/Makefile Sun Dec 14 03:29:10 2003 +0000
+++ b/www/elinks/Makefile Sun Dec 14 04:02:53 2003 +0000
@@ -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 -r 1d6ec528b1ce -r 010f42642e9e www/elinks/distinfo
--- a/www/elinks/distinfo Sun Dec 14 03:29:10 2003 +0000
+++ b/www/elinks/distinfo Sun Dec 14 04:02:53 2003 +0000
@@ -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 -r 1d6ec528b1ce -r 010f42642e9e www/elinks/patches/patch-aa
--- a/www/elinks/patches/patch-aa Sun Dec 14 03:29:10 2003 +0000
+++ b/www/elinks/patches/patch-aa Sun Dec 14 04:02:53 2003 +0000
@@ -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 @@
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>
Home |
Main Index |
Thread Index |
Old Index