[102752] trunk/dports/net/libtorrent-rasterbar-devel/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Feb 7 18:03:29 PST 2013
On Feb 7, 2013, at 17:27, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Feb 7, 2013, at 16:55, devans at macports.org wrote:
>
>> Revision: 102752
>> https://trac.macports.org/changeset/102752
>> Author: devans at macports.org
>> Date: 2013-02-07 14:55:56 -0800 (Thu, 07 Feb 2013)
>> Log Message:
>> -----------
>> libtorrent-rasterbar-devel: update to svn rev 7987, performance improvements, bug fixes.
>
>> Modified Paths:
>> --------------
>> trunk/dports/net/libtorrent-rasterbar-devel/Portfile
>
>> -use_autoreconf yes
>> -autoreconf.args -fvi
>> -
>> depends_build port:pkgconfig
>>
>> depends_lib port:boost \
>> @@ -58,6 +55,7 @@
>> }
>> }
>>
>> +configure.cmd ./autotool.sh && ./configure
>
>
> "use_autoreconf yes" automatically adds autoconf, automake and libtool build dependencies; now the port is missing those dependencies, though it still needs them. You may have noticed the buildbots fail to build this; e.g. the lion buildbot says:
>
> Checking for autoconf >= 2.63...
> testing autoconf... too old (found version 2.61)
> testing autoconf2.59... not found.
> testing autoconf-2.53... not found.
> testing autoconf2.50... not found.
> ***Error***: autoconf >= 2.63 not found.
>
> Using "use_autoreconf yes" really is simpler isn't it? What's gained by running ./autotool.sh manually instead?
For now I've added the dependencies manually in r102758.
More information about the macports-dev
mailing list