[39535] tags/release_1_6_0/base/src/port1.0/portconfigure.tcl
Rainer Müller
raimue at macports.org
Mon Aug 25 10:19:01 PDT 2008
Ryan Schmidt wrote:
> On Aug 23, 2008, at 03:48, raimue at macports.org wrote:
>
>> Revision: 39535
>> http://trac.macosforge.org/projects/macports/changeset/39535
>> Author: raimue at macports.org
>> Date: 2008-08-23 01:48:52 -0700 (Sat, 23 Aug 2008)
>> Log Message:
>> -----------
>> port1.0/portconfigure.tcl:
>> Return an error if an invalid value was given to configure.compiler
>>
>> Modified Paths:
>> --------------
>> tags/release_1_6_0/base/src/port1.0/portconfigure.tcl
>>
>> Modified: tags/release_1_6_0/base/src/port1.0/portconfigure.tcl
>> ===================================================================
>> --- tags/release_1_6_0/base/src/port1.0/portconfigure.tcl
>> 2008-08-23 08:15:08 UTC (rev 39534)
>> +++ tags/release_1_6_0/base/src/port1.0/portconfigure.tcl
>> 2008-08-23 08:48:52 UTC (rev 39535)
>> @@ -246,7 +246,7 @@
>> f77 ${prefix}/bin/gfortran-mp-4.3 \
>> f90 ${prefix}/bin/gfortran-mp-4.3 }
>> default {
>> - ui_debug "No compiler collection selected explicitly" }
>> + return -code error "Invalid value for
>> configure.compiler" }
>> }
>
> You made this change to the 1.6.0 release tag. Did you mean to make
> it in trunk instead?
Sorry, of course I wanted to do that in trunk! Seems like I was in the
wrong working copy.
Reverted in r39572, re-made the change to trunk in r39573.
Rainer
More information about the macports-dev
mailing list