| Summary: | Autoconf patch for bsd.port.mk | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Scot W. Hetzel <hetzels> | ||||
| 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->portmgr Over to maintainer Responsible Changed From-To: portmgr->alane alane is the autoconf maintainer State Changed From-To: open->closed Not applicable anymore. |
With the change to the names for the Autoconf & AutoMake file names the ports configure scripts still use the old names. Fix: The fix is to add the following patch to bsd.port.mk. This patch substitues ${ACLOCAL}, ${AUTOMAKE}, ${AUTOCONF}, and ${AUTOHEADER} in the ports ${WRKSRC}/configure script. How-To-Repeat: Try a port that has USE_AUTOCONF or USE_AUTOMAKE defined.