aboutsummaryrefslogtreecommitdiff
path: root/security/racoon2
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2018-01-11 13:35:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2018-01-11 13:35:59 +0000
commitb6d26a5ea892174d62c547ef69d27c32fdd97dfa (patch)
tree670887fd5f747846a1f21b9d7afe9fc46a9ef23d /security/racoon2
parent4a66c8788897983414c6d218a9e5d20eed69cc4f (diff)
downloadports-b6d26a5ea892174d62c547ef69d27c32fdd97dfa.tar.gz
ports-b6d26a5ea892174d62c547ef69d27c32fdd97dfa.zip
Notes
Diffstat (limited to 'security/racoon2')
-rw-r--r--security/racoon2/Makefile1
-rw-r--r--security/racoon2/files/patch-configure11
-rw-r--r--security/racoon2/files/patch-configure.in11
3 files changed, 11 insertions, 12 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index bd1fc95e982d..0c3f532a9a1c 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -14,7 +14,6 @@ USES= perl5 tar:tgz ssl
CONFIGURE_ARGS+= --disable-kinkd
PLIST_SUB+= KINK="@comment "
-USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${STAGEDIR}${PREFIX}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2
diff --git a/security/racoon2/files/patch-configure b/security/racoon2/files/patch-configure
new file mode 100644
index 000000000000..9cf7dc82d3d4
--- /dev/null
+++ b/security/racoon2/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-07-06 02:41:34 UTC
++++ configure
+@@ -785,7 +785,7 @@ if test x"$enable_startup_scripts" = xyes; then
+ netbsd*1.[56]*|netbsd*[2-9].*)
+ startup_scripts=rc-d
+ ;;
+- freebsd[5-9].*)
++ freebsd[5-9].*|freebsd[1-4][0-9].*)
+ startup_scripts=rc-d
+ ;;
+ *)
diff --git a/security/racoon2/files/patch-configure.in b/security/racoon2/files/patch-configure.in
deleted file mode 100644
index fc0466073e95..000000000000
--- a/security/racoon2/files/patch-configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig 2007-12-27 10:08:52.000000000 +0900
-+++ configure.in 2012-02-27 13:37:06.002845303 +0900
-@@ -76,7 +76,7 @@
- netbsd*1.[[56]]*|netbsd*[[2-9]].*)
- startup_scripts=rc-d
- ;;
-- freebsd[[5-9]].*)
-+ freebsd[[5-9]].*|freebsd[[1-4]][[0-9]].*)
- startup_scripts=rc-d
- ;;
- *)