pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Accept all licenses in DEFAULT_ACCEPTABLE_LICENSES ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1779d72ef95
branches:  trunk
changeset: 534348:f1779d72ef95
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 17 10:37:43 2007 +0000

description:
Accept all licenses in DEFAULT_ACCEPTABLE_LICENSES if the user is only
using the += operator, not the simple = operator, in mk.conf. That way
we can mark packages as having open source licenses without disturbing
the users.

diffstat:

 mk/bsd.prefs.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r da1c17f51d7d -r f1779d72ef95 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Wed Oct 17 10:03:59 2007 +0000
+++ b/mk/bsd.prefs.mk   Wed Oct 17 10:37:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.272 2007/10/16 11:51:21 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.273 2007/10/17 10:37:43 rillig Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -275,8 +275,7 @@
 OBJECT_FMT?=           Mach-O
 .endif
 
-# 2007Q3: uncomment this
-#ACCEPTABLE_LICENSES?= ${DEFAULT_ACCEPTABLE_LICENSES}
+ACCEPTABLE_LICENSES?=  ${DEFAULT_ACCEPTABLE_LICENSES}
 
 # Provide PKGPATH early on so that mk.conf can use it.
 PKGPATH?=              ${.CURDIR:C|.*/([^/]*/[^/]*)$|\1|}



Home | Main Index | Thread Index | Old Index