head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.52 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.50 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.48 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.46 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.44 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.42 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.40 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.38 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.36 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.34 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.32 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.30 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.28 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.26 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.24 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.22 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.20 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.18 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.16 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.14 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.12 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.10 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.8 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.6 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.4 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.2 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.6.0.10 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.6.0.6 netbsd-1-6-1-base:1.6 netbsd-1-6:1.6.0.8 netbsd-1-6-RELEASE-base:1.6 pkgviews:1.6.0.4 pkgviews-base:1.6 buildlink2:1.6.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2; locks; strict; comment @# @; 1.7 date 2004.03.03.21.19.34; author ben; state dead; branches; next 1.6; 1.6 date 2002.05.04.17.06.49; author fredb; state Exp; branches; next 1.5; 1.5 date 2001.12.31.04.21.31; author fredb; state Exp; branches; next 1.4; 1.4 date 2001.03.27.02.58.41; author fredb; state Exp; branches; next 1.3; 1.3 date 2001.02.08.19.52.04; author fredb; state Exp; branches; next 1.2; 1.2 date 2000.05.09.00.55.00; author fredb; state Exp; branches; next 1.1; 1.1 date 2000.05.08.01.46.57; author fredb; state Exp; branches; next ; desc @@ 1.7 log @Delete lynx-current because the lynx package has now caught up to it. Make a note in CHANGES. @ text @$NetBSD: patch-aa,v 1.6 2002/05/04 17:06:49 fredb Exp $ --- configure.orig Tue Jan 1 19:30:08 2002 +++ configure @@@@ -4474,7 +4474,7 @@@@ fi ;; esac -LIBS="$LIBS -lsocks" +LIBS="$LIBS -lsocks4" cat >> confdefs.h <<\EOF #define SOCKS 1 EOF @@@@ -5590,12 +5590,25 @@@@ echo "$ac_t""$cf_cv_screen" 1>&6 case $cf_cv_screen in -ncurses|ncursesw|slang) +ncurses|ncursesw) + case $host_os in + netbsd) + cf_cv_ncurses_h=ncurses.h + ;; + esac + ;; +slang) ;; pdcurses) cf_cv_ncurses_header=xcurses.h ;; -#curses) +curses) + case $host_os in + netbsd) + ac_cv_header_term_h=no + cf_cv_ncurses_version=no + ;; + esac # if eval "test \"`echo '$''{'cf_cv_ncurses_header'+set}'`\" != set"; then # cf_cv_ncurses_header=curses.h # fi @ 1.6 log @Update to 2.8.5dev.7, here know as 2.8.5.0.7. Lots of minor fixes for obscure bugs; few, if any, visible changes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2001/12/31 04:21:31 fredb Exp $ @ 1.5 log @Update lynx-current to 2.8.5dev.5 (2.8.5.0.5). Numerous bug fixes, many involving refinements to the options handling (both on the command line and in ~/lynx.cfg), and also including several fixes for obscure html parsing errors. This package now enables a few experimental options which are not brand new, but have not been enabled in the package before: --enable-kbd-layout (define EXP_KEYBOARD_LAYOUT) Disabled by default, this option allows you to use translation tables on the input keystrokes. Current tables include ROT13'd keyboard layout JCUKEN Cyrillic, for AT 101-key kbd YAWERTY Cyrillic, for DEC LK201 kbd --enable-nested-tables Extends TRST to format nested tables, as well as be smarter about
and

tags in table cells. Also for the first time, enable color styles with NetBSD curses (the default) on NetBSD-1.5 and newer, only: --enable-color-style (define USE_COLOR_STYLE) Use this option to enable optional and *experimental* color style. This is implemented for curses (if it supports color), ncurses and PDCurses, but not slang. The color style support lets the user specify an ".lss" file to map html styles to colors. This was already the package default for the ncurses build, though now, in NetBSD curses, the colors don't look quite the same as they do in ncurses. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig Sun Nov 18 19:37:14 2001 d5 1 a5 1 @@@@ -4296,7 +4296,7 @@@@ d14 1 a14 1 @@@@ -5412,12 +5412,25 @@@@ d31 2 a32 1 curses) d39 3 a41 3 if eval "test \"`echo '$''{'cf_cv_ncurses_header'+set}'`\" != set"; then cf_cv_ncurses_header=curses.h fi @ 1.4 log @The "slang" build on NetBSD-1.4.3/a.out really needs -ltermcap, and the old "configure" hack of adding "-ltermcap" to LIBS wasn't working (configure's too smart for that), so hack "configure" directly. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2001/02/08 19:52:04 fredb Exp $ d3 1 a3 1 --- configure.orig Mon Feb 26 20:41:57 2001 d5 1 a5 1 @@@@ -5717,7 +5717,7 @@@@ d14 1 a14 1 @@@@ -6833,7 +6833,10 @@@@ d18 7 a24 3 -ncurses|slang) +ncurses) + cf_cv_ncurses_header=ncurses.h a29 3 @@@@ -7484,6 +7487,12 @@@@ EOF d31 10 a40 63 +ncurses.h) + cat >> confdefs.h <<\EOF +#define HAVE_NCURSES_H 1 +EOF + + ;; esac case $cf_cv_ncurses_header in # (vi @@@@ -8655,32 +8664,32 @@@@ cf_slang_LIBS3="$LIBS" echo $ac_n "checking if we can link slang without termcap""... $ac_c" 1>&6 echo "configure:8658: checking if we can link slang without termcap" >&5 -if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then - cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s@@$cf_slang_LIBS1@@@@" -e 's@@^.@@@@'` -else - cf_exclude="$cf_slang_LIBS2" -fi -LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s@@$cf_exclude@@@@" -e 's@@^.@@@@'` -cat > conftest.$ac_ext < conftest.$ac_ext < -int main() { -SLtt_get_screen_size() -; return 0; } -EOF -if { (eval echo configure:8673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - cf_result=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* +#int main() { +#SLtt_get_screen_size() +#; return 0; } +#EOF +#if { (eval echo configure:8673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +# rm -rf conftest* +# cf_result=yes +#else +# echo "configure: failed program was:" >&5 +# cat conftest.$ac_ext >&5 +# rm -rf conftest* cf_result=no -fi -rm -f conftest* +#fi +#rm -f conftest* echo "$ac_t""$cf_result" 1>&6 -test $cf_result = no && LIBS="$cf_slang_LIBS3" +test $cf_result = no && LIBS="$cf_slang_LIBS3 -lm -ltermcap" @ 1.3 log @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. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.orig Mon Jan 1 19:39:50 2001 +++ configure Wed Feb 7 15:40:30 2001 @@@@ -5863,7 +5863,7 @@@@ d14 1 a14 1 @@@@ -6832,7 +6832,10 @@@@ d26 2 a27 1 @@@@ -7478,6 +7481,12 @@@@ d29 2 a30 2 case $cf_cv_ncurses_header in # (vi */ncurses.h) d36 57 a92 4 +ncurses.h) cat >> confdefs.h <<\EOF #define HAVE_NCURSES_H 1 EOF @ 1.2 log @Enable socks supports and associated logic (no socks with slang). Add a test for BSD color capable curses, but leave the default at slang. It builds with curses, but I can't get any color out of it. @ text @d3 4 a6 4 --- 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" d14 1 a14 1 @@@@ -6597,7 +6597,10 @@@@ d26 1 a26 1 @@@@ -7171,6 +7174,12 @@@@ @ 1.1 log @Update to 2.8.3rel.1. Minor bug-fixes and tweaks since 2.8.3pre.7. This version is considered to be release quality, but I'm putting this under lynx-current pending integration of ipv6 support. Also, socks is said to be broken in this release. Add a hook to use "ncurses" for the screen library -- currently the only way to get color-style support, or "curses" -- for the day when NetBSD curses supports color. "slang" remains the default. @ text @d4 10 a13 1 +++ configure Sun May 7 19:57:45 2000 @