On Feb 7, 2013, at 16:55, [email protected] wrote: > Revision: 102752 > https://trac.macports.org/changeset/102752 > Author: [email protected] > 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? _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
