Received: by mail.netbsd.org (Postfix, from userid 605) id E45DC85148; Sun, 11 Apr 2021 07:10:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29BF384D2C for ; Sun, 11 Apr 2021 07:10:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SRefz0Xn2o7P for ; Sun, 11 Apr 2021 07:10:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 721F184D0C for ; Sun, 11 Apr 2021 07:10:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5EEC8FA95; Sun, 11 Apr 2021 07:10:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161812500617060" MIME-Version: 1.0 Date: Sun, 11 Apr 2021 07:10:06 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/security/priv To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20210411071006.5EEC8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161812500617060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Sun Apr 11 07:10:06 UTC 2021 Modified Files: pkgsrc/security/priv: Makefile Log Message: security/priv: Document why we would want to avoid "autoreconf -fi" To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/priv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161812500617060 Content-Disposition: inline Content-Length: 1180 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/priv/Makefile diff -u pkgsrc/security/priv/Makefile:1.23 pkgsrc/security/priv/Makefile:1.24 --- pkgsrc/security/priv/Makefile:1.23 Sun Apr 11 06:52:54 2021 +++ pkgsrc/security/priv/Makefile Sun Apr 11 07:10:06 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/04/11 06:52:54 kim Exp $ +# $NetBSD: Makefile,v 1.24 2021/04/11 07:10:06 kim Exp $ # DISTNAME= priv-1.0-beta2 @@ -11,7 +11,6 @@ MAINTAINER= simonb@NetBSD.org COMMENT= Execute commands as a different user LICENSE= original-bsd -#USE_TOOLS= autoconf automake autoreconf GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} @@ -27,6 +26,15 @@ SPECIAL_PERMS+= bin/priv ${SETUID_ROOT_P OWN_DIRS= ${PKG_SYSCONFDIR}/priv +# XXX: Regenerate patches/patch-configure and patches/patch-config.h.in +# if patches/patch-configure.in changes. +# +# Having these additional patch files instead of running autoreconf +# makes priv available sooner when doing a fresh pkgsrc build, as there +# will be no need to pull in other (possibly large) tools. +# +#USE_TOOLS= autoconf automake autoreconf +# #pre-configure: # cd "${WRKSRC}" && autoreconf -fi --_----------=_161812500617060--