summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-05 21:26:37 +0000
committerrodent <rodent@pkgsrc.org>2013-05-05 21:26:37 +0000
commit111153c08251dad8c8c4b56c101d3f2a9d182651 (patch)
treef26a1cd0c3f3c84def483558b7e28a65eded580c /doc/guide
parent4b89be66aafa8d0f687e601075979a975b59ef98 (diff)
downloadpkgsrc-111153c08251dad8c8c4b56c101d3f2a9d182651.tar.gz
Added sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE(*) and added this file
(files.xml) to the list of files to edit in the case of adding another DEFAULT_ACCEPTABLE license. (*) http://www.gnu.org/licenses/license-list.en.html#SGIFreeB
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 53a86051352..d6728e1cec6 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.118 2013/04/21 11:33:55 rodent Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.119 2013/05/05 21:26:37 rodent Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -157,6 +157,7 @@ INTERACTIVE_STAGE= configure install
public-domain
python-software-foundation
qpl-v1.0
+ sgi-free-software-b-v2.0
sleepycat-public
unlicense
x11
@@ -214,6 +215,7 @@ ACCEPTABLE_LICENSES+=xv-license
<itemizedlist>
<listitem><para>DEFAULT_ACCEPTABLE_LICENSES in <filename>pkgsrc/mk/license.mk</filename></para></listitem>
<listitem><para>default_acceptable_licenses in <filename>pkgsrc/pkgtools/pkg_install/files/lib/license.c</filename></para></listitem>
+ <listitem><para>the ACCEPTABLE_LICENSES list in <filename>pkgsrc/doc/guide/files/fixes.xml</filename></para></listitem>
</itemizedlist>
<para>with the proper syntax as demonstrated in those files, respectively.</para></listitem>
<listitem><para>The license text should be added to <filename>pkgsrc/licenses</filename> for displaying. A list of known licenses can be seen in this directory.</para></listitem>