[106624] trunk/dports/science/nds2-client/Portfile

Leo Singer aronnax at macports.org
Sun Jun 2 15:08:07 PDT 2013


On Jun 2, 2013, at 3:05 PM, Ryan Schmidt <ryandesign at macports.org> wrote:

> 
> On Jun 1, 2013, at 22:16, aronnax at macports.org wrote:
> 
>> Revision: 106624
>>         https://trac.macports.org/changeset/106624
>> Author:   aronnax at macports.org
>> Date:     2013-06-01 20:16:30 -0700 (Sat, 01 Jun 2013)
>> Log Message:
>> -----------
>> nds2-client: install Python modules into site-packages, not Python standard library directory
>> 
>> Modified Paths:
>> --------------
>>   trunk/dports/science/nds2-client/Portfile
>> 
>> Modified: trunk/dports/science/nds2-client/Portfile
>> ===================================================================
>> --- trunk/dports/science/nds2-client/Portfile	2013-06-02 01:58:38 UTC (rev 106623)
>> +++ trunk/dports/science/nds2-client/Portfile	2013-06-02 03:16:30 UTC (rev 106624)
>> @@ -4,6 +4,7 @@
>> 
>> name              nds2-client
>> version           0.10.3
>> +revision          1
>> categories        science
>> platforms         darwin
>> license           GPL-2
>> @@ -71,7 +72,8 @@
>>            depends_build-append    port:swig-python
>>            depends_lib-append      port:${p} port:py${s}-numpy
>>            configure.args-strsed   s/--disable-swig-python/--enable-swig-python/
>> -            destroot.args-append    pythondir="${d}" pyexecdir="${d}"
>> +            configure.args-append   PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error -F${frameworks_dir} -framework Python"
>> +            destroot.args-append    pythondir="${d}" pyexecdir="${d}" \
>> 
>>        }
> 
> That backslash you added to the end of the destroot.args-append line doesn't seem to belong.
> 

Good call. Fixed in r106634. Luckily, the line after that was empty, so the \ had no effect.

Leo



More information about the macports-dev mailing list