ports/107672: [bug] devel/automake110:automake 110 must work with autoconf261
Charming Sun
snnn119 at gmail.com
Mon Jan 8 10:40:20 UTC 2007
>Number: 107672
>Category: ports
>Synopsis: [bug] devel/automake110:automake 110 must work with autoconf261
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 08 10:40:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Charming Sun
>Release: FreeBSD6.0
>Organization:
China University of Mining
>Environment:
FreeBSD localhost.localdomain 6.0-RELEASE-p15 FreeBSD 6.0-RELEASE-p15 #16: Wed Nov 8 18:28:10 CST 2006 snnn at localhost.localdomain:/usr/obj/usr/src/sys/snnn i386
>Description:
automake 1.10 must work with autoconf 2.60 and above,the maintainer of this automake110 submit a wrong patch.
>How-To-Repeat:
1.install automake110,but do not clean it after make.
2.run the test suit of automake110
cd devel/automake110/work/automake-1.10/tests
make check
>Fix:
in ports/devel/automake110/files
replace them
patch-aclocal.in:18:+ my $traces = ($ENV{AUTOM4TE} || 'autom4te259');
patch-automake.in:11:+ my $traces = ($ENV{AUTOCONF} || 'autoconf259') . " ";
to
patch-aclocal.in:18:+ my $traces = ($ENV{AUTOM4TE} || 'autom4te261');
patch-automake.in:11:+ my $traces = ($ENV{AUTOCONF} || 'autoconf261') . " ";
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list