On a system with autotools installed dns/libidn fails to build: ---- buildlog ---- Making all in doc make all-recursive Making all in specifications Making all in tld Making all in java cd .. && automake19 --gnits doc/Makefile aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te259: /usr/local/bin/gm4 failed with exit status: 63 automake19: autoconf259 failed with exit status: 63 *** Error code 63 Stop in /usr/ports/dns/libidn/work/libidn-0.6.10/doc. *** Error code 1 ---- log ends ---- Building in a clean environment (i.e. tinderbox) shows that it tries to execute autotools anyway, but after finding out that it's not available it gives up and just prints a warning: ---- buildlog ---- cd .. && /bin/sh /work/a/ports/dns/libidn/work/libidn-0.6.10/missing --run automake-1.10 --gnits doc/Makefile automake-1.10: not found WARNING: `automake-1.10' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. ---- log ends ---- So not calling automake fixes build on my system, and does not seen to do any harm anyway. PS I must note I'm running -CURRENT/amd64 with gcc4 and tested it on tb3 -CURRENT. I don't think it's gcc4 fault, but it's better to mention.
Responsible Changed From-To: freebsd-ports-bugs->krion Over to maintainer
krion 2007-04-15 20:25:21 UTC FreeBSD ports repository Modified files: dns/libidn Makefile Log: Fix build if automake is installed. PR: ports/111360 Submitted by: novel Revision Changes Path 1.63 +2 -0 ports/dns/libidn/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!