diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-08 19:52:03 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-08 19:52:03 +0000 |
commit | 63c2cf82f22719519363f6c0558ea20780a65088 (patch) | |
tree | fe3a11aecad90c9956c39f21aa453cfb3ef5d6a8 /www/lynx-current/patches | |
parent | 82f326d1da1982c4de4c26b845a4040d9d20c1d8 (diff) | |
download | pkgsrc-63c2cf82f22719519363f6c0558ea20780a65088.tar.gz |
Update lynx-current to 2.8.4dev16. This snapshot contains very many
bug-fixes, and also integrates SSL and internationalization support!
For details, see the CHANGES file in the snapshot or at
http://lynx.isc.org/current/CHANGES
No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They
weren't being looked at by default, anyway, while it remains trivial
to override the default locations via environment variables.
Diffstat (limited to 'www/lynx-current/patches')
-rw-r--r-- | www/lynx-current/patches/patch-aa | 14 | ||||
-rw-r--r-- | www/lynx-current/patches/patch-ab | 12 | ||||
-rw-r--r-- | www/lynx-current/patches/patch-ae | 8 |
3 files changed, 11 insertions, 23 deletions
diff --git a/www/lynx-current/patches/patch-aa b/www/lynx-current/patches/patch-aa index a7dd08be30a..afa3ed9bdea 100644 --- a/www/lynx-current/patches/patch-aa +++ b/www/lynx-current/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2000/05/09 00:55:00 fredb Exp $ +$NetBSD: patch-aa,v 1.3 2001/02/08 19:52:04 fredb Exp $ ---- configure.orig Sat Apr 22 20:16:38 2000 -+++ configure Mon May 8 19:27:11 2000 -@@ -5666,7 +5666,7 @@ - LIBS="$LIBS -L$cf_cv_use_libsocks" +--- configure.orig Mon Jan 1 19:39:50 2001 ++++ configure Wed Feb 7 15:40:30 2001 +@@ -5863,7 +5863,7 @@ + fi ;; esac -LIBS="$LIBS -lsocks" @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2000/05/09 00:55:00 fredb Exp $ cat >> confdefs.h <<\EOF #define SOCKS 1 EOF -@@ -6597,7 +6597,10 @@ +@@ -6832,7 +6832,10 @@ echo "$ac_t""$cf_cv_screen" 1>&6 case $cf_cv_screen in @@ -23,7 +23,7 @@ $NetBSD: patch-aa,v 1.2 2000/05/09 00:55:00 fredb Exp $ ;; pdcurses) cf_cv_ncurses_header=xcurses.h -@@ -7171,6 +7174,12 @@ +@@ -7478,6 +7481,12 @@ case $cf_cv_ncurses_header in # (vi */ncurses.h) diff --git a/www/lynx-current/patches/patch-ab b/www/lynx-current/patches/patch-ab deleted file mode 100644 index 0f409191fdd..00000000000 --- a/www/lynx-current/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/05/08 01:46:57 fredb Exp $ - ---- src/LYStrings.c.orig Mon Apr 17 05:59:17 2000 -+++ src/LYStrings.c Sun May 7 19:43:16 2000 -@@ -25,6 +25,7 @@ - #endif /* DJGPP_KEYHANDLER */ - - #ifdef USE_COLOR_STYLE -+#include <LYCurses.h> - #include <LYHash.h> - #include <AttrList.h> - #endif diff --git a/www/lynx-current/patches/patch-ae b/www/lynx-current/patches/patch-ae index 7a157b99ba7..3e32ceb17ec 100644 --- a/www/lynx-current/patches/patch-ae +++ b/www/lynx-current/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.1 2001/02/06 07:07:44 itojun Exp $ +$NetBSD: patch-ae,v 1.2 2001/02/08 19:52:04 fredb Exp $ ---- WWW/Library/Implementation/HTParse.c.orig Wed Dec 15 20:03:18 1999 -+++ WWW/Library/Implementation/HTParse.c Tue Feb 6 15:58:26 2001 +--- WWW/Library/Implementation/HTParse.c.orig Wed Oct 25 11:35:28 2000 ++++ WWW/Library/Implementation/HTParse.c Tue Feb 6 15:26:57 2001 @@ -291,7 +291,11 @@ char *p2, *h; if ((p2 = strchr(result, '@')) != NULL) @@ -11,6 +11,6 @@ $NetBSD: patch-ae,v 1.1 2001/02/06 07:07:44 itojun Exp $ +#else p2 = strchr(tail, ':'); +#endif - if (p2 != NULL && !isdigit((unsigned char)p2[1])) + if (p2 != NULL && !isdigit(UCH(p2[1]))) /* ** Colon not followed by a port number. |