summaryrefslogtreecommitdiff
path: root/net/ipsorc/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-28 21:52:45 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-28 21:52:45 +0000
commit4642cedfedfae72388c36b5268555c22650f74ad (patch)
tree54b60edd78837e6e42d0aef5ce38c5e9319a346f /net/ipsorc/files
parentUpdate to 0.60.0 (diff)
Update to 1.4.3
PR: 35424 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55354
Diffstat (limited to 'net/ipsorc/files')
-rw-r--r--net/ipsorc/files/patch-aa22
-rw-r--r--net/ipsorc/files/patch-ab11
2 files changed, 9 insertions, 24 deletions
diff --git a/net/ipsorc/files/patch-aa b/net/ipsorc/files/patch-aa
index 27a6524aace3..a27a02dfc1e3 100644
--- a/net/ipsorc/files/patch-aa
+++ b/net/ipsorc/files/patch-aa
@@ -1,15 +1,11 @@
---- spellbook.c Sun Dec 2 09:22:58 2001
-+++ ../ipsorc-1.4.patch/spellbook.c Sun Dec 2 13:04:07 2001
-@@ -114,10 +114,10 @@
- { type = ICMP_ECHOREPLY; }
+--- Makefile.orig Sun Dec 2 14:25:31 2001
++++ Makefile Sun Dec 2 14:25:45 2001
+@@ -6,6 +6,8 @@
+ CON = sorcery.c spells.c ipsorcery.c
+ #OBJS = $(SRC:.c=.o)
- else if(strstr(type_name, "Destination Unreachable"))
-- { type = ICMP_DEST_UNREACH; }
-+ { type = ICMP_UNREACH_PORT; }
++all: con gtk
++
+ con:
+ $(CC) -g -O2 -Wall -ansi $(CON) -o ipmagic
- else if(strstr(type_name, "Source Quench"))
-- { type = ICMP_SOURCE_QUENCH; }
-+ { type = ICMP_SOURCEQUENCH; }
-
- else if(strstr(type_name, "Redirect"))
- { type = ICMP_REDIRECT; }
diff --git a/net/ipsorc/files/patch-ab b/net/ipsorc/files/patch-ab
deleted file mode 100644
index a27a02dfc1e3..000000000000
--- a/net/ipsorc/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Sun Dec 2 14:25:31 2001
-+++ Makefile Sun Dec 2 14:25:45 2001
-@@ -6,6 +6,8 @@
- CON = sorcery.c spells.c ipsorcery.c
- #OBJS = $(SRC:.c=.o)
-
-+all: con gtk
-+
- con:
- $(CC) -g -O2 -Wall -ansi $(CON) -o ipmagic
-