Summary: | devel/gnu-automake 1.10 doesn't build on FreeBSD 5.x. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jonathan Lennox <lennox> | ||||
Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jonathan Lennox
2006-12-05 18:30:21 UTC
Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer ade 2006-12-05 19:28:07 UTC FreeBSD ports repository Modified files: devel/gnu-automake Makefile Log: Fix building documentation under FreeBSD < 6.0 PR: 106385 (with modifications) Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Revision Changes Path 1.64 +11 -2 ports/devel/gnu-automake/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with modifications, thanks. I just observed the same original problem on a 5.4 box with the ports updated early morning (2008-06-30) using portsnap. Either the patch is not properly checked in or something else reversed it. Here is what worked for me: chmod a-x /usr/bin/info chmod a-x /usr/bin/texindex chmod a-x /usr/bin/makeinfo (I am not sure if all three are required, or a smaller subset will suffice) So, some patch to implement this may be needed. 1. This PR was closed on Tue Dec 5 19:28:20 UTC 2006 2. devel/gnu-automake does not exist any more 3. The only FreeBSD versions supported by the ports tree, as per numerous announcements, are RELENG_6 (currently 6.3-STABLE), RELENG_7 (currently 7.0-STABLE) and HEAD (currently 8.0-CURRENT). There's nothing to see here. Move along. -aDe |