View | Details | Raw Unified | Return to bug 206104
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	racoon2
4
PORTNAME=	racoon2
5
PORTVERSION=	20100526a
5
PORTVERSION=	20100526a
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	security net ipv6
7
CATEGORIES=	security net ipv6
8
MASTER_SITES=	ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
8
MASTER_SITES=	ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
9
9
(-)files/patch-samples-rc.d-iked.in (-3 / +9 lines)
Lines 1-6 Link Here
1
--- samples/rc.d-iked.in.orig	2005-10-28 15:33:16.000000000 +0900
1
--- samples/rc.d-iked.in.orig	2005-10-28 06:33:16 UTC
2
+++ samples/rc.d-iked.in	2008-04-17 15:11:55.000000000 +0900
2
+++ samples/rc.d-iked.in
3
@@ -14,10 +14,10 @@
3
@@ -10,14 +10,16 @@
4
 
5
 . /etc/rc.subr
6
 
7
+: ${iked_enable="NO"}
8
+
9
 prefix=@prefix@
4
 exec_prefix=@exec_prefix@
10
 exec_prefix=@exec_prefix@
5
 
11
 
6
 name="iked"
12
 name="iked"
(-)files/patch-samples-rc.d-spmd.in (-3 / +9 lines)
Lines 1-6 Link Here
1
--- samples/rc.d-spmd.in.orig	2007-07-11 09:59:30.000000000 +0900
1
--- samples/rc.d-spmd.in.orig	2007-07-11 00:59:30 UTC
2
+++ samples/rc.d-spmd.in	2008-04-17 15:11:55.000000000 +0900
2
+++ samples/rc.d-spmd.in
3
@@ -13,7 +13,7 @@
3
@@ -9,11 +9,13 @@
4
 
5
 . /etc/rc.subr
6
 
7
+: ${spmd_enable="NO"}
8
+
9
 prefix=@prefix@
4
 exec_prefix=@exec_prefix@
10
 exec_prefix=@exec_prefix@
5
 
11
 
6
 name="spmd"
12
 name="spmd"

Return to bug 206104