pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/priv security/priv: Document why we would wan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db43ce30fb48
branches:  trunk
changeset: 450098:db43ce30fb48
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Apr 11 07:10:06 2021 +0000

description:
security/priv: Document why we would want to avoid "autoreconf -fi"

diffstat:

 security/priv/Makefile |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r d73901d625d8 -r db43ce30fb48 security/priv/Makefile
--- a/security/priv/Makefile    Sun Apr 11 06:52:54 2021 +0000
+++ b/security/priv/Makefile    Sun Apr 11 07:10:06 2021 +0000
@@ -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 @@
 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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index