New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82982


Ignore:
Timestamp:
08/22/11 20:52:46 (4 years ago)
Author:
dports@…
Message:

port_binary_distributable: gd license is OK but GPL-conflicting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/portmgr/jobs/port_binary_distributable.tcl

    r80656 r82982  
    3636# 'Noncommercial' means a license that prohibits commercial use. 
    3737set good_licenses {agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl 
    38                    curl fontconfig freebsd freetype gfdl gpl gplconflict ibmpl ijg 
     38                   curl fontconfig freebsd freetype gfdl gd gpl gplconflict ibmpl ijg 
    3939                   jasper lgpl libpng libtool mit mpl noncommercial openssl permissive 
    4040                   php psf qpl public-domain restrictive/distributable ruby sleepycat 
     
    5151    apsl {cecill gpl} 
    5252    cpl {cecill gpl} 
    53     cecill {agpl apache apsl cpl gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
     53    cecill {agpl apache apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
    5454    freetype {gpl-2} 
    55     gpl {agpl apache-1 apache-1.1 apsl cpl gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
     55    gd {cecill gpl}     
     56    gpl {agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
    5657    gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
    5758    gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
Note: See TracChangeset for help on using the changeset viewer.