head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.22 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.20 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.18 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.16 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.14 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.4 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.2 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.3.0.4 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.11.18.00.16.39; author adrianp; state dead; branches; next 1.3; 1.3 date 2007.04.09.14.44.30; author adrianp; state Exp; branches; next 1.2; 1.2 date 2001.02.14.16.42.03; author wiz; state dead; branches; next 1.1; 1.1 date 2000.12.08.16.47.50; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.08.16.47.50; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Update to 6.0.2 Unfortunately the only information available is "Bug fixes only" @ text @$NetBSD: patch-aa,v 1.3 2007/04/09 14:44:30 adrianp Exp $ --- plugins/configure.orig 2007-04-04 22:20:35.000000000 +0100 +++ plugins/configure @@@@ -19150,12 +19150,12 @@@@ fi # Check whether --enable-plugin was given. if test "${enable_plugin+set}" = set; then - enableval=$enable_plugin; if test "$enableval" == "no"; then + enableval=$enable_plugin; if test "$enableval" = "no"; then { { echo "$as_me:$LINENO: error: You cannot disable plugin support" >&5 echo "$as_me: error: You cannot disable plugin support" >&2;} { (exit 1); exit 1; }; } else - if test "$enableval" == "yes"; then + if test "$enableval" = "yes"; then { { echo "$as_me:$LINENO: error: You must indicate a list of plugins with this option" >&5 echo "$as_me: error: You must indicate a list of plugins with this option" >&2;} { (exit 1); exit 1; }; } @ 1.3 log @Update to 6.0.1 * Use the new plugin functionality available and build the dns, random and whois plugins by default. * The postgresql and ldap plugins can be optionally built by setting PKG_OPTIONS.echoping. 6.0.1 (2007-04-04) * Bug fixes only 6.0.0 (2007-03-26) * Plugins: several plugins (whois, postgresql, dns) are now shipped with echoping and you can write your own. All new protocols will now be supported via plugins. Consequences: * you now need an Unix with a working dlopen(3) * echoping now requires the popt parsing library * popt: echoping now depends on popt. One main change: options parsing is lightly different so some scripts *may* break. A typical example is that "old-school" Unix aggreation of arguments ("echoping -v4 localhost") is no longer accepted (use "echoping -v -4 localhost"). * Many bug fixes, see the list at Sourceforge @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 4.1.0. Major change: SSL support. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2000/12/08 16:47:50 wiz Exp $ d3 3 a5 22 --- configure.orig Thu Jul 6 10:04:29 2000 +++ configure @@@@ -1956,6 +1956,8 @@@@ echo "$ac_t""undefined, you should add it in your database" 1>&6 fi fi + +if false; then echo $ac_n "checking what is the name of the ICP port in your services database""... $ac_c" 1>&6 echo "configure:1961: checking what is the name of the ICP port in your services database" >&5 if grep icp /etc/services > /dev/null; then @@@@ -1971,6 +1973,11 @@@@ echo "$ac_t""undefined, you should add it in your database" 1>&6 fi +fi; + cat >> confdefs.h <<\EOF +#define ICP_UDP_PORT "3130" +EOF + fi d7 13 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of echoping-3.0.1: "echoping" is a small program to test (approximatively) performances of a remote host by sending it TCP "echo" (or other protocol) packets. Inspired by pkg/8652 by Greg A. Woods. @ text @@