head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2002.05.31.15.34.58; author seb; state dead; branches; next 1.2; 1.2 date 2001.07.29.14.10.07; author taca; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2000.04.11.07.44.10; author sakamoto; state Exp; branches; next ; 1.2.2.1 date 2002.06.23.18.49.12; author jlam; state dead; branches; next ; desc @@ 1.3 log @Remove all package and category files from the japanese category. This effectively retire the japanese category. @ text @$NetBSD: patch-ab,v 1.2 2001/07/29 14:10:07 taca Exp $ --- configure.in.orig Sun Jul 29 14:07:49 2001 +++ configure.in @@@@ -17,7 +17,6 @@@@ dnl Checks for libraries. AC_CHECK_LIB(xcurses, initscr, [have_xcurses=yes], [have_xcurses=no]) -AC_CHECK_LIB(ncurses, initscr, [have_ncurses=yes], [have_ncurses=no]) AC_CHECK_LIB(curses, initscr, [have_curses=yes], [have_curses=no]) AC_CHECK_LIB(termcap, tgetent, [have_termcap=yes], [have_termcap=no]) AC_CHECK_LIB(termlib, tgetent, [have_termlib=yes], [have_termlib=no]) @@@@ -44,19 +43,6 @@@@ if test "x$TERMLIBS" = x; then if test $have_xcurses = yes; then TERMLIBS="-lxcurses" - SAVE_LIBS=$LIBS - LIBS="$LIBS $TERMLIBS" - AC_TRY_LINK(, [tgetent(0,0); tgetflag(0); tgetnum(0); tgetstr(0,0);], - [termok=yes], [termok=no]) - LIBS=$SAVE_LIBS - if test $termok = no; then TERMLIBS=""; fi - fi -fi - -dnl -- Try ncurses. -if test "x$TERMLIBS" = x; then - if test $have_ncurses = yes; then - TERMLIBS="-lncurses" SAVE_LIBS=$LIBS LIBS="$LIBS $TERMLIBS" AC_TRY_LINK(, [tgetent(0,0); tgetflag(0); tgetnum(0); tgetstr(0,0);], @ 1.2 log @Update ja-less to ja-less-358. It based on less-358 and iso254 patch. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2000/04/11 07:44:10 sakamoto Exp $ @ 1.2.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2001/07/29 14:10:07 taca Exp $ @ 1.1 log @PATCH_SITE changed. Remove unintentional dependency on ncurses. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.in.orig Tue Apr 11 15:20:54 2000 +++ configure.in Tue Apr 11 15:25:23 2000 @@@@ -15,5 +15,4 @@@@ d8 1 d12 11 a22 9 @@@@ -31,14 +30,9 @@@@ AC_MSG_CHECKING(for working terminal libraries) TERMLIBS= -if test $have_ncurses = yes; then - TERMLIBS="$TERMLIBS -lncurses" - dnl Don't use -ltermcap with -lncurses (Linux doesn't like it). -else - if test $have_curses = yes; then - TERMLIBS="$TERMLIBS -lcurses" d24 9 a32 10 - if test $have_termcap = yes; then - TERMLIBS="$TERMLIBS -ltermcap" - fi +if test $have_curses = yes; then + TERMLIBS="$TERMLIBS -lcurses" +fi +if test $have_termcap = yes; then + TERMLIBS="$TERMLIBS -ltermcap" fi @