summaryrefslogtreecommitdiffstats
path: root/security/racoon
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2000-10-16 21:02:15 +0000
committersumikawa <sumikawa@FreeBSD.org>2000-10-16 21:02:15 +0000
commit472c1283a158c584382ebe58c27993fdb088ac1b (patch)
treefe92547473dc6182dadeeb74ba0d82f6a908d943 /security/racoon
parent94edd983b3acae96e4014f60ed5c06d9bb6aaa12 (diff)
downloadFreeBSD-ports-472c1283a158c584382ebe58c27993fdb088ac1b.zip
FreeBSD-ports-472c1283a158c584382ebe58c27993fdb088ac1b.tar.gz
Upgrade to 20001017 snapshot.
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/Makefile8
-rw-r--r--security/racoon/distinfo2
-rw-r--r--security/racoon/files/patch-aa12
-rw-r--r--security/racoon/files/patch-ac4
-rw-r--r--security/racoon/pkg-plist1
5 files changed, 18 insertions, 9 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index f501a13..e89dff0 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= racoon
-PORTVERSION= 20000719a
+PORTVERSION= 20001017b
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -35,4 +35,10 @@ pre-patch:
pre-configure:
(cd ${WRKSRC}/../libipsec; make)
+post-install:
+ @if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && echo ipsec` ]; then \
+ ${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \
+ ${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \
+ fi ;
+
.include <bsd.port.mk>
diff --git a/security/racoon/distinfo b/security/racoon/distinfo
index cf033ab..70887e9 100644
--- a/security/racoon/distinfo
+++ b/security/racoon/distinfo
@@ -1 +1 @@
-MD5 (racoon-20000719a.tar.gz) = 9b859010376e3749bd9a06771e169d05
+MD5 (racoon-20001017b.tar.gz) = 929afe3ea8b28782f4f5a2f628920d8b
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
diff --git a/security/racoon/pkg-plist b/security/racoon/pkg-plist
index b2a7d83..cc5cf19 100644
--- a/security/racoon/pkg-plist
+++ b/security/racoon/pkg-plist
@@ -1,5 +1,4 @@
sbin/racoon
etc/racoon/psk.txt.dist
etc/racoon/racoon.conf.dist
-etc/racoon/remote.conf.dist
@dirrm etc/racoon
OpenPOWER on IntegriCloud