pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/priv



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.

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@localhost
 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
 



Home | Main Index | Thread Index | Old Index