diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-10-16 21:02:15 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-10-16 21:02:15 +0000 |
commit | 472c1283a158c584382ebe58c27993fdb088ac1b (patch) | |
tree | fe92547473dc6182dadeeb74ba0d82f6a908d943 /security/racoon/files | |
parent | 94edd983b3acae96e4014f60ed5c06d9bb6aaa12 (diff) | |
download | FreeBSD-ports-472c1283a158c584382ebe58c27993fdb088ac1b.zip FreeBSD-ports-472c1283a158c584382ebe58c27993fdb088ac1b.tar.gz |
Upgrade to 20001017 snapshot.
Diffstat (limited to 'security/racoon/files')
-rw-r--r-- | security/racoon/files/patch-aa | 12 | ||||
-rw-r--r-- | security/racoon/files/patch-ac | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/racoon/files/patch-aa b/security/racoon/files/patch-aa index d599760..b9e78af 100644 --- a/security/racoon/files/patch-aa +++ b/security/racoon/files/patch-aa @@ -1,6 +1,6 @@ ---- ../libipsec/Makefile- Mon Jun 12 00:02:28 2000 -+++ ../libipsec/Makefile Mon Jun 12 00:02:49 2000 -@@ -25,9 +25,10 @@ +--- ../libipsec/Makefile.orig Sun Jun 11 23:54:31 2000 ++++ ../libipsec/Makefile Tue Oct 17 01:06:10 2000 +@@ -25,12 +25,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. @@ -13,4 +13,8 @@ +OPSYS!= uname -s LIB= ipsec - CFLAGS+=-g +-CFLAGS+=-g ++CFLAGS+=-g -I. + .if (${OPSYS} != "NetBSD") + CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 + .else diff --git a/security/racoon/files/patch-ac b/security/racoon/files/patch-ac index 9e710b3..ee9eba4 100644 --- a/security/racoon/files/patch-ac +++ b/security/racoon/files/patch-ac @@ -4,8 +4,8 @@ cat >> $CONFIG_STATUS <<EOF --CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf"} -+CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf racoon.8"} +-CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf"} ++CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf racoon.8"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |