Bug 67768

Summary: Next step in autotools cleanup
Product: Ports & Packages Reporter: Ade Lovett <ade>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ade Lovett freebsd_committer freebsd_triage 2004-06-09 21:40:11 UTC
	(1) kill devel/autoconf257, replacing it with devel/autoconf259
	(2) kill devel/automake17, replacing it with devel/automake18
	(3) kill devel/libtool14, replacing with either libtool13 or 15
	(4) minor bsd.autotools.mk cleanup
	(5) add a couple of new helper variables to bsd.autotools.mk
	    that were being generated by port Makefiles
	(6) clean up libtool15 with a patch from marcus@

Fix: 

Grab http://people.FreeBSD.org/~ade/patches/autotools.patch
	cd /usr/ports (or wherever)
	sh /where/it/is/autotools.patch
	<code/input/activities to reproduce the problem (multiple lines)>

	Whilst not many ports are affected by these changes, a 4-exp
	run should be done on this to verify no fallout before commit.
How-To-Repeat: 	N/A
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2004-06-09 21:42:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to portmgr for 4-exp testing.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2004-06-26 00:48:31 UTC
State Changed
From-To: open->analyzed

Now testing on pointyhat
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2004-07-01 18:07:39 UTC
State Changed
From-To: analyzed->closed
Comment 4 Ade Lovett freebsd_committer freebsd_triage 2004-07-01 18:07:39 UTC
Responsible Changed
From-To: portmgr->ade

I did the dirty work after the 4-exp runs.