| 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: |
|
||||||||
Responsible Changed From-To: freebsd-ports->asami Over to maintainer 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 Responsible Changed From-To: asami->portmgr Over to new maintainer. Responsible Changed From-To: portmgr->alane alane is the autoconf maintainer State Changed From-To: open->suspended Need to decide if this is relevant and doable now. State Changed From-To: suspended->closed submittor MIA |
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.