[93409] trunk/dports/net/nmap/Portfile

Joshua Root jmr at macports.org
Mon May 21 15:08:55 PDT 2012


On 2012-5-22 07:58 , Daniel J. Luke wrote:
> On May 21, 2012, at 5:52 PM, dluke at macports.org wrote:
>>
>> nmap: update license now that OpenSSLException is an available choice
>>
>> -#license		GPL-2
>> -# GPL-2 plus OpenSSL exception is correct, but we can't express that
>> -# be _careful_ not to include conflicting dependents
>> -license		Copyleft
>>
>> +license		{GPL-2 OpenSSLException}
> 
> I think that this is correct, but maybe there's a problem here?
> 
> ./port_binary_distributable.tcl -v nmap
> dependency 'apr' has license 'Apache-2' which conflicts with license 'OpenSSLException' from 'nmap'
> 
> Should OpenSSLException really cause conflicts like this?
> 
> (of course, in this case, gpl-2 conflicts with apache-2 anyway). 

It only reports the license it was checking for conflicts when it ran
out of options. OpenSSLException was only checked because GPL-2 was
already found to be conflicting. By definition, OpenSSLException
conflicts with everything except OpenSSL's license.

- Josh


More information about the macports-dev mailing list