Bug 121717

Summary: [patch] devel/libtool15 fails if world built with WITHOUT_INFO=yes
Product: Ports & Packages Reporter: John E. Hein <jhein>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me CC: ade
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description John E. Hein 2008-03-14 22:20:01 UTC
If world is built/installed with WITHOUT_INFO=yes, then makeinfo and
install-info are unavailable.  The libtool15 port dies because
it non-optionally does both.

Fix: Check to see if makeinfo exists.  Key off that to decide
whether to try to build/install info files.
How-To-Repeat: 
cd ports/devel/libtool15
mv /usr/bin/makeinfo /usr/bin/makeinfo.mv   # to simulate WITHOUT_INFO=yes
mv /usr/bin/install-info /usr/bin/install-info.mv   # to simulate WITHOUT_INFO=yes
make

If you get past the 'make', then 'make install' will fail
when bsd.ports.mk tries to run install-info.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-14 22:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2008-03-15 04:53:33 UTC
State Changed
From-To: open->closed

Duplicate of 121296