summaryrefslogtreecommitdiff
path: root/www/w3m/patches
diff options
context:
space:
mode:
authorcjep <cjep>2004-06-24 09:17:34 +0000
committercjep <cjep>2004-06-24 09:17:34 +0000
commit6bacdc0ca5e6ab03ce86b2c2f742dc6bdd730153 (patch)
treef41d5270ad1fc2c84e1f807b1adc6e7854e1676e /www/w3m/patches
parentd2fa1d11746778276eb8d196dd4adfc363cda4e0 (diff)
downloadpkgsrc-6bacdc0ca5e6ab03ce86b2c2f742dc6bdd730153.tar.gz
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 (limited to 'www/w3m/patches')
-rw-r--r--www/w3m/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
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;
- }