head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.28 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.26 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.24 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.22 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.20 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.18 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.16 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.14 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.12 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.10 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.8 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.6 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.4 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.2 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.5.0.34 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.32 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.30 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.28 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.26 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.24 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.22 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.20 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.18 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.16 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.14 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.5 comdex-fall-1999:1.5 netbsd-1-4-PATCH001:1.5 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.3 netbsd-1-3-PATCH002:1.1; locks; strict; comment @# @; 1.6 date 2007.04.01.21.20.00; author wiz; state dead; branches; next 1.5; 1.5 date 99.07.13.01.34.42; author jlam; state Exp; branches; next 1.4; 1.4 date 99.05.22.22.32.04; author tron; state Exp; branches; next 1.3; 1.3 date 98.08.07.11.10.48; author agc; state Exp; branches; next 1.2; 1.2 date 98.08.01.06.01.10; author scottr; state Exp; branches; next 1.1; 1.1 date 98.02.22.20.30.20; author tron; state Exp; branches; next ; desc @@ 1.6 log @Remove net/ncftp2 -- old version of net/ncftp3. No disagreement on pkgsrc-users. @ text @$NetBSD: patch-ac,v 1.5 1999/07/13 01:34:42 jlam Exp $ --- configure.orig Sun Jun 8 01:25:04 1997 +++ configure Wed Jul 7 00:05:26 1999 @@@@ -1069,6 +1069,7 @@@@ # See if we should add -I/usr/local/include -L/usr/local/lib, etc. +if test "$nc_cv_extra_dirs" = yes ; then echo "checking for extra include and lib directories..." 1>&6 b1=`cd .. ; pwd` b2=`cd ../.. ; pwd` @@@@ -1128,6 +1129,7 @@@@ fi done done +fi # Look for SunOS' /usr/5lib and 5include directories, because @@@@ -1766,7 +1768,7 @@@@ echo "$ac_t""no" 1>&6 fi - if test "$ac_cv_lib_socks5" = yes ; then + if test "$ac_cv_lib_socks5_SOCKSinit" = yes ; then nc_cv_socks=no else LIBS="$savelibs" @@@@ -2345,7 +2347,7 @@@@ # See if we should add -I/usr/local/ncurses -incdir="/usr/local/ncurses" +incdir="$prefix/ncurses" if test -r $incdir ; then case "$CPPFLAGS" in *${incdir}*) @@@@ -2366,7 +2368,7 @@@@ # Some people (me) have two versions of ncurses on # the system. Use the one in /usr/local first. case "$CPPFLAGS" in - */usr/local/include/ncurses*/usr/include/ncurses*) + *$prefix/include/ncurses*/usr/include/ncurses*) CPPFLAGS=`echo "$CPPFLAGS" | sed 's@@-I/usr/include/ncurses@@@@g'` esac fi @ 1.5 log @ * Use libedit's readline wrapper instead of readline when possible. * Update readline dependency. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Make sure that "ncurses" package is really used. Fixes PR pkg/7615 by Eric Mumpower. @ text @d3 7 a9 3 --- configure.orig Sun Jun 8 07:25:04 1997 +++ configure Sun May 23 00:25:56 1999 @@@@ -1072,7 +1072,7 @@@@ d13 6 a18 2 -exdirs="$HOME $j $b1 $b2 $prefix /usr/local /usr/ccs" +exdirs="$HOME $j $b1 $b2 $prefix" d20 2 a21 3 subexdirs="-" if test "$subexdirs" = "" ; then @@@@ -1766,7 +1766,7 @@@@ d30 1 a30 10 @@@@ -2285,7 +2285,7 @@@@ echo "checking for extra include and lib directories..." 1>&6 b1=`cd .. ; pwd` b2=`cd ../.. ; pwd` -exdirs="$HOME $j $b1 $b2 $prefix /usr/local /usr /usr/ccs" +exdirs="$HOME $j $b1 $b2 $prefix" subexdirs="ncurses" if test "$subexdirs" = "" ; then @@@@ -2345,7 +2345,7 @@@@ d39 1 a39 1 @@@@ -2366,7 +2366,7 @@@@ @ 1.3 log @Add NetBSD RCS Ids. @ text @d3 2 a4 2 --- configure.orig Fri Jul 31 22:54:32 1998 +++ configure Fri Jul 31 22:52:16 1998 d10 1 a10 1 +exdirs="$HOME $j $b1 $b2 $prefix /usr/ccs" d23 27 @ 1.2 log @Fix a botch in handling the result of the test for libsocks5. @ text @d1 2 @ 1.1 log @Make sure that a ncurses library in "/usr/local" isn't used. @ text @d1 3 a3 3 --- configure.orig Mon Oct 28 08:26:46 1996 +++ configure Sun Feb 22 21:23:03 1998 @@@@ -1075,7 +1075,7 @@@@ d12 9 @