From owner-svn-ports-head@freebsd.org Thu Jan 11 13:36:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A585E61E39; Thu, 11 Jan 2018 13:36:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54703706FA; Thu, 11 Jan 2018 13:36:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B2661591D; Thu, 11 Jan 2018 13:35:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0BDZxD2033727; Thu, 11 Jan 2018 13:35:59 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0BDZxQF033725; Thu, 11 Jan 2018 13:35:59 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201801111335.w0BDZxQF033725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 11 Jan 2018 13:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458731 - in head/security/racoon2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/security/racoon2: . files X-SVN-Commit-Revision: 458731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 13:36:00 -0000 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 ;; *)