[83100] trunk/base/portmgr/jobs/port_binary_distributable.tcl

dports at macports.org dports at macports.org
Thu Aug 25 15:28:47 PDT 2011


Revision: 83100
          http://trac.macports.org/changeset/83100
Author:   dports at macports.org
Date:     2011-08-25 15:28:43 -0700 (Thu, 25 Aug 2011)
Log Message:
-----------
port_binary_distributable: AFL is OK but GPL-incompatible

Modified Paths:
--------------
    trunk/base/portmgr/jobs/port_binary_distributable.tcl

Modified: trunk/base/portmgr/jobs/port_binary_distributable.tcl
===================================================================
--- trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-08-25 21:52:04 UTC (rev 83099)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-08-25 22:28:43 UTC (rev 83100)
@@ -34,7 +34,7 @@
 # variants like CeCILL and the AGPL) and is not in the list of licenses known
 # to do so below.
 # 'Noncommercial' means a license that prohibits commercial use.
-set good_licenses {agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl
+set good_licenses {afl agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl
                    curl fontconfig freebsd freetype gfdl gd gpl gplconflict ibmpl ijg
                    jasper lgpl libpng libtool mit mpl noncommercial openssl permissive
                    php psf qpl public-domain restrictive/distributable ruby sleepycat
@@ -44,16 +44,17 @@
 }
 # keep these values sorted
 array set license_conflicts \
-    {agpl {apache-1 apache-1.1 cecill gpl-1 gpl-2 gplconflict noncommercial restrictive/distributable}
+    {afl {cecill gpl}
+    agpl {apache-1 apache-1.1 cecill gpl-1 gpl-2 gplconflict noncommercial restrictive/distributable}
     apache {cecill gpl-1 gpl-2}
     apache-1 {agpl gpl}
     apache-1.1 {agpl gpl}
     apsl {cecill gpl}
     cpl {cecill gpl}
-    cecill {agpl apache apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1}
+    cecill {afl agpl apache apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1}
     freetype {gpl-2}
-    gd {cecill gpl}    
-    gpl {agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1}
+    gd {cecill gpl}
+    gpl {afl agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1}
     gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+}
     gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+}
     gpl-3 {gpl-1 gpl-2}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110825/5d454d1a/attachment.html>


More information about the macports-changes mailing list