diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 6 | ||||
-rw-r--r-- | www/w3m/distinfo | 7 | ||||
-rw-r--r-- | www/w3m/patches/patch-ac | 14 |
4 files changed, 8 insertions, 22 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 1dddb4d2fa7..cdaad3c8a46 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 @@ Changes to the packages collection and infrastructure in 2004: 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 --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 147ef91251b..2e0e796c60a 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -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 @@ USE_BUILDLINK3= yes 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 @@ CONFIGURE_ARGS+= --enable-keymap=w3m _W3M_USE_IMAGE?= NO .if ${_W3M_USE_IMAGE} == YES +USE_X11= YES CONFIGURE_ARGS+= --enable-image=x11 .else CONFIGURE_ARGS+= --disable-image diff --git a/www/w3m/distinfo b/www/w3m/distinfo index 85d9ce959d8..dfbf445052e 100644 --- a/www/w3m/distinfo +++ b/www/w3m/distinfo @@ -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 --git a/www/w3m/patches/patch-ac b/www/w3m/patches/patch-ac deleted file mode 100644 index 88acb0e3eea..00000000000 --- a/www/w3m/patches/patch-ac +++ /dev/null @@ -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; - } |