Changeset 80391
- Timestamp:
- 07/11/11 06:01:51 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/jobs/port_binary_distributable.tcl
r80386 r80391 21 21 set check_deptypes {depends_build depends_lib} 22 22 23 set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl \24 fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper \25 lgpl libpng mit mpl openssl php psf qpl public-domain \23 set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl 24 fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper 25 lgpl libpng mit mpl openssl php psf qpl public-domain 26 26 ruby sleepycat ssleay x11 zlib zpl} 27 27 foreach lic $good_licenses { … … 30 30 # keep these values sorted 31 31 array set license_conflicts \ 32 {agpl {cecill gpl} \33 apache {cecill gpl} \34 apsl {cecill gpl} \35 cpl {cecill gpl} \36 cecill {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} \37 freetype {gpl-2} \38 gpl {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} \32 {agpl {cecill gpl} 33 apache {cecill gpl} 34 apsl {cecill gpl} 35 cpl {cecill gpl} 36 cecill {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} 37 freetype {gpl-2} 38 gpl {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} 39 39 gpl-1 {gpl-3 gpl-3+ lgpl-3 lgpl-3+} 40 gpl-2 {freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} \41 gpl-3 {gpl-1 gpl-2} \42 gpl-3+ {gpl-1 gpl-2} \43 ibmpl {cecill gpl} \44 lgpl-3 {gpl-1 gpl-2} \45 lgpl-3+ {gpl-1 gpl-2} \46 mpl {cecill gpl} \47 openssl {cecill gpl} \48 php {cecill gpl} \49 qpl {cecill gpl} \40 gpl-2 {freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 41 gpl-3 {gpl-1 gpl-2} 42 gpl-3+ {gpl-1 gpl-2} 43 ibmpl {cecill gpl} 44 lgpl-3 {gpl-1 gpl-2} 45 lgpl-3+ {gpl-1 gpl-2} 46 mpl {cecill gpl} 47 openssl {cecill gpl} 48 php {cecill gpl} 49 qpl {cecill gpl} 50 50 ssleay {cecill gpl} 51 51 zpl-1 {cecill gpl}}
Note: See TracChangeset
for help on using the changeset viewer.

