[112776] trunk/dports/lang/clisp/Portfile

Mark Evenson evenson at panix.com
Mon Nov 11 06:20:16 PST 2013


Sure: my TCL fu is not that great, so I always a little to hesitant to move outside the patterns that I know work in Portfiles, but getting the right conditionalized stanza that is somewhat future proof is certainly the right thing to do 

Ryan Schmidt <ryandesign at macports.org> wrote:

>
>On Oct 31, 2013, at 12:17, easieste at macports.org wrote:
>
>> Revision
>> 112776
>> Author
>> easieste at macports.org
>> Date
>> 2013-10-31 10:17:12 -0700 (Thu, 31 Oct 2013)
>> Log Message
>> 
>> Fix #41026 for darwin 13 (aka OS X 10.9 Mavericks).
>> Modified Paths
>> 
>> 	• trunk/dports/lang/clisp/Portfile
>> Diff
>> 
>> Modified: trunk/dports/lang/clisp/Portfile (112775 => 112776)
>> 
>> --- trunk/dports/lang/clisp/Portfile	2013-10-31 15:29:35 UTC (rev 112775)
>> +++ trunk/dports/lang/clisp/Portfile	2013-10-31 17:17:12 UTC (rev 112776)
>> 
>> @@ -56,6 +56,10 @@
>> 
>>      configure.cflags-append -Wl,-no_pie
>> 
>>  }
>> 
>>  
>> 
>> +platform darwin 13 {
>> +    configure.cflags-append -Wl,-no_pie
>> +}
>
>Instead of copying the same code three times for platforms darwin 11, 12 and 13, can we assume that all OS versions after 10 will need this fix and use just a single block for that? DRY.
>
>


More information about the macports-dev mailing list