pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk _ACCEPTABLE is used by some bulk builders.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fe3fc51338d
branches: trunk
changeset: 532221:7fe3fc51338d
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Aug 14 07:54:22 2007 +0000
description:
_ACCEPTABLE is used by some bulk builders.
diffstat:
mk/license.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7dc10eb1ab99 -r 7fe3fc51338d mk/license.mk
--- a/mk/license.mk Tue Aug 14 01:19:30 2007 +0000
+++ b/mk/license.mk Tue Aug 14 07:54:22 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.5 2007/07/20 14:21:26 rillig Exp $
+# $NetBSD: license.mk,v 1.6 2007/08/14 07:54:22 rillig Exp $
#
# Note: This file is in draft state and not yet actively used.
#
@@ -96,6 +96,9 @@
.else
+# Note: some bulk builders rely on the fact that they can set
+# _ACCEPTABLE to accept all licenses. Inform them when you intend to
+# remove this variable.
. if defined(ACCEPTABLE_LICENSES) && !empty(ACCEPTABLE_LICENSES:M${LICENSE})
_ACCEPTABLE= yes
. endif
Home |
Main Index |
Thread Index |
Old Index