head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.54 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.52 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.50 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.48 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.46 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.44 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.42 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.40 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.38 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.36 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.34 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.32 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.30 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.28 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.26 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.24 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.22 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.20 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.18 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.16 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.14 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.12 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.10 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 buildlink2-base:1.7 netbsd-1-4-PATCH002:1.6 comdex-fall-1999:1.6 netbsd-1-4-PATCH001:1.5 netbsd-1-4-RELEASE:1.5 netbsd-1-3-PATCH003:1.4; locks; strict; comment @# @; 1.7 date 2000.09.11.14.43.15; author itojun; state dead; branches; next 1.6; 1.6 date 99.08.10.09.18.02; author agc; state Exp; branches; next 1.5; 1.5 date 98.11.30.17.45.18; author tv; state Exp; branches; next 1.4; 1.4 date 98.08.16.21.53.15; author tv; state Exp; branches; next 1.3; 1.3 date 98.08.07.13.57.34; author tv; state Exp; branches; next 1.2; 1.2 date 98.08.07.11.10.33; author agc; state Exp; branches; next 1.1; 1.1 date 98.08.07.00.43.12; author tv; state Exp; branches; next ; desc @@ 1.7 log @upgrade to screen 3.9.8. it includes official security fix against Msg() hole. ok'ed by packages@@netbsd.org. --- ------------------------------ What's new in screen-3.9.8 ? ------------------------------ * new command 'resize' to resize regions (aka split windows), try: bind = resize = bind + resize +1 bind - resize -1 bind _ resize max * new argument for 'focus': up, down, top, bottom * X11 mouse tracking support * Support for the "new color model", aka "background color erase": the bce/defbce commands change the color model of the current window/new windows. * experimental rxvt OSC sequence support (used to set a background picture or to change the default colors), disabled by default. @ text @$NetBSD: patch-ad,v 1.6 1999/08/10 09:18:02 agc Exp $ --- configure.orig Mon Aug 2 13:26:53 1999 +++ configure Tue Aug 10 10:03:01 1999 @@@@ -2706,7 +2706,7 @@@@ _CUT_HERE_ -#if ((defined(hp300) && !defined(__hpux)) || defined(sun) || (defined(ultrix) && defined(mips)) || defined(_SEQUENT_) || defined(sgi) || defined(SVR4) || defined(sony_news) || !(defined(__osf__) && defined(__alpha)) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) || defined(m88k)) +#if (((defined(hp300) && !defined(__hpux)) || defined(sun) || (defined(ultrix) && defined(mips)) || defined(_SEQUENT_) || defined(sgi) || defined(SVR4) || defined(sony_news) || !(defined(__osf__) && defined(__alpha)) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) || defined(m88k))) && !defined(__NetBSD__) loadtype=long # if defined(apollo) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) loadscale=65536 @@@@ -3248,6 +3248,10 @@@@ echo $ac_n "checking for vsprintf""... $ac_c" 1>&6 echo "configure:3251: checking for vsprintf" >&5 +vsprintf_endowed=0 +if true; then +vsprintf_endowed=1 +else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then + vsprintf_endowed=1 +fi +fi +if [ "$vsprintf_endowed" = "1" ]; then rm -rf conftest* echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF #define USEVARARGS 1 @ 1.6 log @Upgrade to version 3.9.2 of screen, the multi-screen window manager. Changes include: * real multiuser support * split screen support * hardstatus emulation support * configurable window seperator and hardstatus strings * permanent window seperator * many new escapes * logfile timestamps and flush timeout * configurable breaktype * other new commands: * optional builtin telnet. * remote detach and reattach change: * support for history compaction * optional Braille support. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.5 1998/11/30 17:45:18 tv Exp $ @ 1.5 log @Update to 3.7.6. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.orig Sun Oct 18 16:37:39 1998 +++ configure Mon Nov 30 11:03:01 1998 @@@@ -2163,7 +2163,7 @@@@ d9 2 a10 2 -#if ((defined(hp300) && !defined(__hpux)) || defined(sun) || (defined(ultrix) && defined(mips)) || defined(_SEQUENT_) || defined(sgi) || defined(SVR4) || defined(sony_news) || (!defined(__osf__) && defined(__alpha)) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) || defined(m88k)) +#if (((defined(hp300) && !defined(__hpux)) || defined(sun) || (defined(ultrix) && defined(mips)) || defined(_SEQUENT_) || defined(sgi) || defined(SVR4) || defined(sony_news) || (!defined(__osf__) && defined(__alpha)) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) || defined(m88k))) && !defined(__NetBSD__) d14 1 a14 3 @@@@ -2702,17 +2702,6 @@@@ fi rm -f /tmp/conftest* d16 20 a35 27 -test -n "$silent" || echo "checking for vsprintf" -cat > conftest.${ac_ext} <> confdefs.h @@@@ -2721,12 +2710,6 @@@@ \${ac_uA}USEVARARGS\${ac_uB}USEVARARGS\${ac_uC}1\${ac_uD} \${ac_eA}USEVARARGS\${ac_eB}USEVARARGS\${ac_eC}1\${ac_eD} " -} - - -fi -rm -f conftest* - test -n "$silent" || echo "checking for directory library header" ac_dir_header= @ 1.4 log @Typo: set loadnum to 3. @ text @d3 3 a5 3 --- configure.orig Fri May 2 10:37:26 1997 +++ configure Sun Aug 16 17:47:27 1998 @@@@ -2096,36 +2096,9 @@@@ d9 7 a15 34 -#if ((defined(hp300) && !defined(__hpux)) || defined(sun) || (defined(ultrix) && defined(mips)) || defined(_SEQUENT_) || defined(sgi) || defined(SVR4) || defined(sony_news) || defined(__alpha) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) || defined(m88k)) -loadtype=long -# if defined(apollo) || defined(_IBMR2) || defined(_AUX_SOURCE) || defined(AUX) -loadscale=65536 -# else -# if defined(FSCALE) && !defined(__osf__) -# undef FSCALE -loadscale=FSCALE -# else -# ifdef sgi -loadscale=1024 -loadtype=int -# else -# if defined(MIPS) || defined(SVR4) || defined(m88k) -loadscale=256 -# else /* not MIPS */ -loadscale=1000 /* our default value */ -# endif /* MIPS */ -# endif /* sgi */ -# endif /* not FSCALE */ -# endif /* not apollo */ -#else loadtype=double loadscale=1 -#endif -#ifdef alliant -loadnum=4 -#else loadnum=3 -#endif EOF $CPP $DEFS conftest.c 2>/dev/null | sed -e '1,/_CUT_HERE_/d' > conftest.out @@@@ -2620,17 +2593,6 @@@@ d18 1 a18 1 test -n "$silent" || echo "checking for vsprintf" a21 1 -#include d32 1 a32 1 @@@@ -2639,12 +2601,6 @@@@ @ 1.3 log @Another Alphaism: fix broken check for args to getloadavg(). All NetBSD systems return three doubles. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 1998/08/07 11:10:33 agc Exp $ d4 2 a5 2 +++ configure Thu Aug 6 08:29:37 1998 @@@@ -2096,36 +2096,8 @@@@ d37 1 a37 1 -loadnum=3 d42 1 a42 1 @@@@ -2620,17 +2592,6 @@@@ d60 1 a60 1 @@@@ -2639,12 +2600,6 @@@@ @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ d3 40 a42 3 --- configure.orig Thu Aug 6 03:29:10 1998 +++ configure Thu Aug 6 03:29:51 1998 @@@@ -2620,17 +2620,6 @@@@ d60 1 a60 1 @@@@ -2639,12 +2628,6 @@@@ @ 1.1 log @Make sure to use stdarg.h (broken check in configure that normally activates a LP64-broken workaround for a missing varargs implementation). @ text @d1 2 @