| Summary: | devel/automake14: fix info file overlap w/automake, add libexec/automake14/* links | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan E <ports> | ||||
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | portmgr | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->portmgr Over to maintainers Responsible Changed From-To: portmgr->ade I'll take a look at this one, too. State Changed From-To: open->closed Patch committed, thanks! |
The info files are the only documentation for automake and automake14. Each port thinks it owns automake.info. This means that only the documentation for the most recently installed automake port will survive. This is a significant problem, since the 2 versions of automake are noticably different and so documentation needs to be available for both. This patch also introduces links libexec/automake14/{aclocal,automake}, pointing to bin/{aclocal,automake}14. This gives a directory that can be added to the front of the PATH for ports which require this version of automake, instead of having to work with nonstandard executable names. Fix: --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--