Changeset 80410
- Timestamp:
- 07/12/11 05:55:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/jobs/port_binary_distributable.tcl
r80391 r80410 21 21 set check_deptypes {depends_build depends_lib} 22 22 23 24 # Notes: 25 # 'Restrictive/Distributable' means a non-free license that nonetheless allows 26 # distributing binaries. 27 # 'Restrictive' means a non-free license that does not allow distributing 28 # binaries, and is thus not in the list. 23 29 set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl 24 30 fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper 25 31 lgpl libpng mit mpl openssl php psf qpl public-domain 26 ruby sleepycat ssleay x11 zlib zpl} 32 restrictive/distributable ruby sleepycat ssleay x11 zlib 33 zpl} 27 34 foreach lic $good_licenses { 28 35 set license_good($lic) 1
Note: See TracChangeset
for help on using the changeset viewer.

