diff options
author | tijl <tijl@FreeBSD.org> | 2018-01-11 21:35:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-01-11 21:35:59 +0800 |
commit | f98ef785837af34ad2a2e614cf46f70e553e6d70 (patch) | |
tree | 670887fd5f747846a1f21b9d7afe9fc46a9ef23d | |
parent | e6356b6751044ab757e9b7e148293644abc8a241 (diff) | |
download | freebsd-ports-gnome-f98ef785837af34ad2a2e614cf46f70e553e6d70.tar.gz freebsd-ports-gnome-f98ef785837af34ad2a2e614cf46f70e553e6d70.tar.zst freebsd-ports-gnome-f98ef785837af34ad2a2e614cf46f70e553e6d70.zip |
Patch configure directly so USE_AUTOTOOLS can be removed.
-rw-r--r-- | security/racoon2/Makefile | 1 | ||||
-rw-r--r-- | security/racoon2/files/patch-configure | 11 | ||||
-rw-r--r-- | security/racoon2/files/patch-configure.in | 11 |
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 - ;; - *) |