pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update of www/w3m to 0.5.1. From PR#25995.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ab5f293ba59
branches: trunk
changeset: 476968:9ab5f293ba59
user: cjep <cjep%pkgsrc.org@localhost>
date: Thu Jun 24 09:17:34 2004 +0000
description:
Update of www/w3m to 0.5.1. From PR#25995.
Changes from 0.5 include (please see the ChangeLog for full details):
* configuration changes;
* build errors fixes when using --enable-m17n and --disable-unicode;
* HTTP basic authentication bugs fixed;
* Fix IPv6 FQDN resolution failure;
* bug fixes and source cleanup.
diffstat:
doc/CHANGES | 3 ++-
www/w3m/Makefile.common | 6 +++---
www/w3m/distinfo | 7 +++----
www/w3m/patches/patch-ac | 14 --------------
4 files changed, 8 insertions(+), 22 deletions(-)
diffs (75 lines):
diff -r 7b9e5bc95f7a -r 9ab5f293ba59 doc/CHANGES
--- a/doc/CHANGES Thu Jun 24 05:31:07 2004 +0000
+++ b/doc/CHANGES Thu Jun 24 09:17:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6295 2004/06/24 04:08:33 taya Exp $
+$NetBSD: CHANGES,v 1.6296 2004/06/24 09:18:12 cjep Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3040,3 +3040,4 @@
Updated awstats to 6.1 [minskim 2004-06-23]
Updated smokeping to 1.30 [adrianp 2004-06-23]
Updated firefox-gtk2 to 0.9 [taya 2004-06-24]
+ Updated w3m to 0.5.1 [cjep 2004-06-24]
diff -r 7b9e5bc95f7a -r 9ab5f293ba59 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common Thu Jun 24 05:31:07 2004 +0000
+++ b/www/w3m/Makefile.common Thu Jun 24 09:17:34 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.29 2004/05/14 08:46:05 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.30 2004/06/24 09:17:34 cjep Exp $
#
DISTNAME= w3m-${W3M_VERS}
-PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/}
@@ -15,7 +14,7 @@
GNU_CONFIGURE= # defined
USE_GNU_TOOLS+= make # Needed for some combinations of options...
-W3M_VERS= 0.5
+W3M_VERS= 0.5.1
# For w3mman, xface2xpm, cgi scripts.
USE_PERL5= run
@@ -64,6 +63,7 @@
_W3M_USE_IMAGE?= NO
.if ${_W3M_USE_IMAGE} == YES
+USE_X11= YES
CONFIGURE_ARGS+= --enable-image=x11
.else
CONFIGURE_ARGS+= --disable-image
diff -r 7b9e5bc95f7a -r 9ab5f293ba59 www/w3m/distinfo
--- a/www/w3m/distinfo Thu Jun 24 05:31:07 2004 +0000
+++ b/www/w3m/distinfo Thu Jun 24 09:17:34 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.13 2004/04/21 01:31:49 snj Exp $
+$NetBSD: distinfo,v 1.14 2004/06/24 09:17:34 cjep Exp $
-SHA1 (w3m-0.5.tar.gz) = d8d5439fe4777eabf3313f76ef5a71e8e8554fd5
-Size (w3m-0.5.tar.gz) = 1889076 bytes
+SHA1 (w3m-0.5.1.tar.gz) = 7da299648c236772bcde9b0e92e23346c8af0aca
+Size (w3m-0.5.1.tar.gz) = 1892121 bytes
SHA1 (patch-ab) = c0c21616d1d3557453648107eca26eaa91af4741
-SHA1 (patch-ac) = 652e2f900b94702543d7e7cdec82787f87e0810f
diff -r 7b9e5bc95f7a -r 9ab5f293ba59 www/w3m/patches/patch-ac
--- a/www/w3m/patches/patch-ac Thu Jun 24 05:31:07 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.10 2004/04/20 14:21:19 uebayasi Exp $
-
---- libwc/detect.c.orig Tue Sep 23 06:02:23 2003
-+++ libwc/detect.c
-@@ -63,7 +63,9 @@ wc_create_detect_map(wc_ces ces, wc_bool
- for (i = 0; i < 0x20; i++)
- WC_DETECT_MAP[i] = 0;
- WC_DETECT_MAP[WC_C_HZ_TILDA] = (ces == WC_CES_HZ_GB_2312) ? 1 : 0;
-+#ifdef USE_UNICODE
- WC_DETECT_MAP[WC_C_UTF7_PLUS] = (ces == WC_CES_UTF_7) ? 1 : 0;
-+#endif
- }
- detect_ces = ces;
- }
Home |
Main Index |
Thread Index |
Old Index