Bug 21903

Summary: bsd.ports.mk - automake/aclocal adds
Product: Ports & Packages Reporter: clefevre <clefevre>
Component: Individual Port(s)Assignee: Alan Eldridge <alane>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
bsd.port.mk-2.patch none

Description clefevre 2000-10-11 04:40:01 UTC
	this patch adds support for AUTOMAKE_ARGS and ACLOCAL before
	AUTOCONF in case of autogenerated Makefiles such as in dico-1.1
	(new port just submited which follow the old way, of course :).

Fix: apply the following patch.
How-To-Repeat: 
	the following lines :

	AUTOMAKE=       automake --add-missing --foreign --include-deps
	ACLOCAL=        aclocal
	pre-configure:
		@cd ${WRKSRC} && ${ACLOCAL}

	could simply be replaced by :

	USE_ACLOCAL=    true
	AUTOMAKE_ARGS=  --add-missing --foreign --include-deps

	which is more consise.
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-10-12 22:12:27 UTC
Responsible Changed
From-To: freebsd-ports->asami

Over to maintainer
Comment 2 clefevre 2000-10-25 21:38:14 UTC
patch updated (in attachment) since WRKSRC has been changed to
CONFIGURE_WRKSRC and the original patch become broken.

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
Comment 3 Will Andrews freebsd_committer freebsd_triage 2001-04-04 09:16:07 UTC
Responsible Changed
From-To: asami->portmgr

Over to new maintainer.
Comment 4 Kris Kennaway freebsd_committer freebsd_triage 2003-01-25 00:33:26 UTC
Responsible Changed
From-To: portmgr->alane

alane is the autoconf maintainer
Comment 5 Alan Eldridge freebsd_committer freebsd_triage 2003-01-25 00:42:13 UTC
State Changed
From-To: open->suspended

Need to decide if this is relevant and doable now.
Comment 6 Alan Eldridge freebsd_committer freebsd_triage 2003-01-30 01:04:59 UTC
State Changed
From-To: suspended->closed

submittor MIA