head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.40 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.38 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.36 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.34 pkgsrc-2011Q2-base:1.4 TNF:1.1.1 pkgsrc-2009Q4:1.4.0.32 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.30 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.28 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.22 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.20 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.18 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.16 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.14 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.12 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.10 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.8 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.6 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.22 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 snap19991125:1.1.1.1; locks; strict; comment @# @; 1.4 date 2005.06.23.17.07.38; author wiz; state dead; branches; next 1.3; 1.3 date 2001.02.05.16.31.39; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 99.11.28.14.37.41; author itojun; state Exp; branches; next 1.1; 1.1 date 99.11.25.01.54.01; author itojun; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.25.01.54.01; author itojun; state Exp; branches; next ; desc @@ 1.4 log @Remove ipv6socket_scrub -- distfile unavailable for a long time. Ok itojun@@ @ text @$NetBSD: patch-aa,v 1.3 2001/02/05 16:31:39 dmcmahill Exp $ --- ipv6socket_scrub.c.orig Fri Oct 15 05:51:40 1999 +++ ipv6socket_scrub.c Mon Feb 5 11:26:41 2001 @@@@ -32,4 +32,5 @@@@ #include #include +#include #include #include @@@@ -309,5 +310,5 @@@@ -e 's/#.*else/_#_else/' \ %s | \ - /usr/ccs/lib/cpp -BP 2>&1 | \ + /usr/bin/cpp -P 2>&1 | \ /usr/bin/sed -e 's/_#_include/#include/' \ -e 's/_#_end/#end/' \ @@@@ -665,6 +666,6 @@@@ if ((stat("/usr/bin/sed", &statbuff) == -1) || - stat("/usr/ccs/lib/cpp", &statbuff) == -1) { - fprintf (stderr, "\nCannot find /usr/bin/sed and/or /usr/ccs/lib/cpp -BP.\n Terminating...\n"); + stat("/usr/bin/cpp", &statbuff) == -1) { + fprintf (stderr, "\nCannot find /usr/bin/sed and/or /usr/bin/cpp -P.\n Terminating...\n"); exit (2); @@@@ -1344,5 +1345,5 @@@@ if (check_file (buf,ignore_conf,pri_conf,sec_conf,fo1,fo2,tmpfile)) { - fprintf (stderr, "\nCannot process file %s. Cannot find /usr/bin/sed and/or /usr/ccs/lib/cpp -BP.\n Terminating...\n",buf); + fprintf (stderr, "\nCannot process file %s. Cannot find /usr/bin/sed and/or /usr/bin/cpp -P.\n Terminating...\n",buf); unlink(tmpfile); exit (2); @ 1.3 log @-split patches into 2 files. -add missing for alpha. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @GNU cpp does not have -B option. XXX this program sometime fails if you specify too many files at once. @ text @d2 10 a11 4 --- ipv6socket_scrub.c.orig Fri Oct 15 18:51:40 1999 +++ ipv6socket_scrub.c Sun Nov 28 23:28:38 1999 @@@@ -308,7 +308,7 @@@@ -e 's/#.*if/_#_if/' \ d18 1 a18 3 -e 's/_#_if/#if/' \ @@@@ -664,8 +664,8 @@@@ d27 1 a27 3 } @@@@ -1343,7 +1343,7 @@@@ } a33 10 } --- Makefile.orig Wed Oct 13 18:01:46 1999 +++ Makefile Sun Nov 28 23:26:42 1999 @@@@ -1,5 +1,5 @@@@ CC = cc -CFLAGS = -xO3 +CFLAGS = -O3 LDFLAGS = PROG = ipv6socket_scrub @ 1.1 log @Initial revision @ text @d2 2 a3 2 --- ipv6socket_scrub.c- Thu Nov 25 10:06:57 1999 +++ ipv6socket_scrub.c Thu Nov 25 10:07:26 1999 d9 1 a9 1 + /usr/bin/cpp -BP 2>&1 | \ d20 1 a20 1 + fprintf (stderr, "\nCannot find /usr/bin/sed and/or /usr/bin/cpp -BP.\n Terminating...\n"); d29 1 a29 1 + fprintf (stderr, "\nCannot process file %s. Cannot find /usr/bin/sed and/or /usr/bin/cpp -BP.\n Terminating...\n",buf); d33 2 a34 2 --- Makefile- Thu Nov 25 10:08:47 1999 +++ Makefile Thu Nov 25 10:08:50 1999 @ 1.1.1.1 log @from KAME/netbsd repository @ text @@