[122797] trunk/dports/science/htcondor/Portfile

Leo Singer aronnax at macports.org
Wed Aug 6 08:23:36 PDT 2014


On Aug 5, 2014, at 7:18 PM, Ryan Schmidt <ryandesign at macports.org> wrote:

> 
>> On Jul 30, 2014, at 1:09 AM, aronnax at macports.org wrote:
>> 
>> Revision
>> 122797
>> Author
>> aronnax at macports.org
>> Date
>> 2014-07-29 23:09:11 -0700 (Tue, 29 Jul 2014)
>> Log Message
>> 
>> htcondor: optionally disable kerberos5 dependency (fixes #44456)
>> Modified Paths
>> 
>> 	• trunk/dports/science/htcondor/Portfile
> 
> 
>> +variant kerberos description {enable Kerberos5 support} {
>> +    depends_lib-append port:kerberos5
>> +    configure.args-strsed s/-DWITH_KRB5:BOOL="0"/-DWITH_KRB5:BOOL="1"/
>> +}
> 
> Note that the -replace operator is usually simpler to use than the -strsed operator.
> 
> 

Hi Ryan,

Thank you. Fixed in r123182.

Leo


More information about the macports-dev mailing list