diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-04-18 12:08:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-04-18 12:08:42 +0000 |
commit | a9e8675f3781b174d9a58a8ad85a7367c17a3769 (patch) | |
tree | 59d8dd76b43d03b4d908b0f4813fc58242c06adc /www/w3m/patches | |
parent | 60dc4c4cbe76b358237b00fca567a634bd87955d (diff) | |
download | pkgsrc-a9e8675f3781b174d9a58a8ad85a7367c17a3769.tar.gz |
Update W3m from 0.4.0 to 0.5.
Now M17N patch is merged into the main development now.
Pkgsrc changes:
* Simplify options.
* XXX "M17N without Unicode" is broken now. This should be fixed.
Other changes in W3m:
w3m 0.5 - 2004-03-22
* gettextize
* m17n patch merged
w3m 0.4.2 - 2003-09-23
* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
* autoconfiscate (partially)
* rc: use_history
w3m 0.4.1 - 2003-03-07
* fix bugs
- completion segfault in lineinput
- incremental search
- URL pattern fix
- UFhalfclose bug
- allow pipe in shell command
- enhance ftp directory support
- linenumber in edit
- fix Bug#181897
- W3M_TTY problem fixed
Diffstat (limited to 'www/w3m/patches')
-rw-r--r-- | www/w3m/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/w3m/patches/patch-aa b/www/w3m/patches/patch-aa deleted file mode 100644 index ac6544c92c2..00000000000 --- a/www/w3m/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.11 2002/03/04 15:55:34 kei Exp $ - ---- configure.orig Sat Feb 16 00:48:01 2002 -+++ configure Tue Mar 5 00:33:09 2002 -@@ -381,7 +381,7 @@ - - find_ssl() { - sslinclude="" -- for i1 in $ssl_includedir /usr /usr/local $prefix -+ for i1 in $ssl_includedir - do - for i2 in /openssl /ssl / - do -@@ -391,6 +391,8 @@ - sslinclude="-I${dirname}/include" - elif [ -f $dirname/include/openssl/ssl.h ]; then - sslinclude="-I${dirname}/include/openssl -I${dirname}/include" -+ elif [ -f $dirname/ssl.h ]; then -+ sslinclude="-I${dirname}" - fi - for i3 in lib/openssl lib - do |