Date: Thu, 11 Jan 2018 13:35:59 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458731 - in head/security/racoon2: . files Message-ID: <201801111335.w0BDZxQF033725@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Jan 11 13:35:59 2018 New Revision: 458731 URL: https://svnweb.freebsd.org/changeset/ports/458731 Log: Patch configure directly so USE_AUTOTOOLS can be removed. Added: head/security/racoon2/files/patch-configure - copied, changed from r458730, head/security/racoon2/files/patch-configure.in Deleted: head/security/racoon2/files/patch-configure.in Modified: head/security/racoon2/Makefile Modified: head/security/racoon2/Makefile ============================================================================== --- head/security/racoon2/Makefile Thu Jan 11 13:23:48 2018 (r458730) +++ head/security/racoon2/Makefile Thu Jan 11 13:35:59 2018 (r458731) @@ -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 Copied and modified: head/security/racoon2/files/patch-configure (from r458730, head/security/racoon2/files/patch-configure.in) ============================================================================== --- head/security/racoon2/files/patch-configure.in Thu Jan 11 13:23:48 2018 (r458730, copy source) +++ head/security/racoon2/files/patch-configure Thu Jan 11 13:35:59 2018 (r458731) @@ -1,11 +1,11 @@ ---- 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]].*) +--- 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]].*) +- freebsd[5-9].*) ++ freebsd[5-9].*|freebsd[1-4][0-9].*) startup_scripts=rc-d ;; *)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111335.w0BDZxQF033725>