From nobody@FreeBSD.org  Mon Jan  8 10:37:43 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5E1CC16A40F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jan 2007 10:37:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 4DE7813C458
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jan 2007 10:37:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l08AbhPY081568
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Jan 2007 10:37:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l08AbhtV081567;
	Mon, 8 Jan 2007 10:37:43 GMT
	(envelope-from nobody)
Message-Id: <200701081037.l08AbhtV081567@www.freebsd.org>
Date: Mon, 8 Jan 2007 10:37:43 GMT
From: Charming Sun<snnn119@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [bug] devel/automake110:automake 110 must work with autoconf261
X-Send-Pr-Version: www-3.0

>Number:         107672
>Category:       ports
>Synopsis:       [bug] devel/automake110:automake 110 must work with autoconf261
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 10:40:19 GMT 2007
>Closed-Date:    Wed Jan 31 01:03:57 GMT 2007
>Last-Modified:  Wed Jan 31 01:10:15 GMT 2007
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->ade 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 8 10:40:26 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107672 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Wed Jan 31 01:03:47 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107672 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107672: commit references a PR
Date: Wed, 31 Jan 2007 01:03:51 +0000 (UTC)

 ade         2007-01-31 01:03:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/automake110    Makefile 
     devel/automake110/files patch-aclocal.in patch-automake.in 
   Log:
   Fix botched patch, ensuring that automake 1.10 actually uses
   autoconf 2.61 like it's supposed to.
   
   PR:             107672
   Submitted by:   Charming Sun <snnn119@gmail.com>
   
   Revision  Changes    Path
   1.69      +1 -0      ports/devel/automake110/Makefile
   1.9       +1 -1      ports/devel/automake110/files/patch-aclocal.in
   1.6       +1 -1      ports/devel/automake110/files/patch-automake.in
 _______________________________________________
 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"
 
>Unformatted:
