Bug 5445 - math/libranlib does not install header
Summary: math/libranlib does not install header
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Gellekum
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-01-08 22:32 UTC by mph
Modified: 1998-02-05 10:21 UTC (History)
0 users

See Also:


Attachments
file.diff (708 bytes, patch)
1998-01-08 22:32 UTC, mph
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mph 1998-01-08 22:32:02 UTC
The port of libranlib (a random number library) does not install the
header file ranlib.h.  That's bad, because many of the library functions
return floats, and therefore prototypes are a Good Thing.

Fix: A patch follows, which installs ranlib.h in the distribution to
$(PREFIX)/include/ranlib.h.

The problem here is that we also have a system header file
/usr/include/ranlib.h, so we end up with code that depends on the
order in which we search for header files.  Sigh.  Does anyone
have a better idea?
Comment 1 Bill Fenner freebsd_committer freebsd_triage 1998-01-22 00:23:18 UTC
Responsible Changed
From-To: freebsd-ports->tg

tg is port maintainer 
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 1998-02-05 10:18:32 UTC
State Changed
From-To: open->closed

Patches committed, thanks.