pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Dec 10 15:39:10 UTC 2018

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
mk/license.mk: remove ancient comment

Long ago, I floated the notion of runtime controls based on licenses.
This seems not useful and is obviously not going to happen, so gc the
comment.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/mk/license.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.93 pkgsrc/mk/license.mk:1.94
--- pkgsrc/mk/license.mk:1.93   Mon Dec 10 15:37:49 2018
+++ pkgsrc/mk/license.mk        Mon Dec 10 15:39:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.93 2018/12/10 15:37:49 gdt Exp $
+# $NetBSD: license.mk,v 1.94 2018/12/10 15:39:10 gdt Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -20,11 +20,6 @@
 #      (pkg_install has code to behave the same way, but it is not
 #      yet turned on.)
 #
-#      XXX: Perhaps there should be some mechanism to prevent running
-#      programs that are part of packages that declare LICENSEs that
-#      are not in ACCEPTABLE_LICENSES or some per-user variable.
-#      This is surely controversial and requires discussion.
-#
 #      To include the default licenses, you can use the += operator
 #      in mk.conf. To override it, use the plain = operator.
 #



Home | Main Index | Thread Index | Old Index