ports/security/racoon2/files/patch-configure.ac
Cy Schubert ee0f74884f Update to the latest Christos Zoulas commit on github (202000801).
Additional change required to fixup pkg-plist was to move rc.d files
to their proper location.

MFH:		2020Q3 (fixes 13-CURRENT build errors)
2020-08-07 01:42:41 +00:00

34 lines
812 B
Text

--- configure.ac.orig 2020-03-18 13:57:19.000000000 -0700
+++ configure.ac 2020-06-29 12:55:22.015784000 -0700
@@ -16,7 +16,7 @@
AC_PROG_MAKE_SET
RC_IF_INSTALL_OPTS
-AC_CONFIG_SUBDIRS([lib spmd iked kinkd])
+AC_CONFIG_SUBDIRS([lib spmd iked])
dnl Set the debug option by default for now.
AC_MSG_CHECKING(if --enable-debug option is specified)
@@ -57,7 +57,7 @@
netbsd*1.[[56]]*|netbsd*[[2-9]].*)
startup_scripts=rc.d
;;
- freebsd[[5-9]].*)
+ freebsd*)
startup_scripts=rc.d
;;
*)
@@ -90,13 +90,11 @@
samples/hook/Makefile
samples/Makefile
samples/rc.d/iked
- samples/rc.d/kinkd
samples/rc.d/racoon2
samples/rc.d/spmd
samples/rc.d/Makefile
samples/racoon2.conf
samples/init.d/iked
- samples/init.d/kinkd
samples/init.d/spmd
samples/init.d/Makefile
samples/vals.conf])