Bug 55493 - [patch] Add ability to automatically install *.info not to default path in ports.
Summary: [patch] Add ability to automatically install *.info not to default path in po...
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 12:40 UTC by Lev A. Serebryakov
Modified: 2004-04-02 08:34 UTC (History)
0 users

See Also:


Attachments
file.diff (1.26 KB, patch)
2003-08-12 12:40 UTC, Lev A. Serebryakov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lev A. Serebryakov freebsd_committer freebsd_triage 2003-08-12 12:40:16 UTC
   New variable INFO in port's makefile allows to automatically
   generate all code for `pkg-plist' to process installed
   info files. But this code assumes, that info files are
   go to ${PREFIX}/info, and this is bad assumption.
   For example, target-specific info files of binutils, gcc, etc.
   could go to ${PREFIX}/${TARGET}/info.
  
   This patch adds INFO_PATH variable, whcich allows to specify
   path for info files inside ${PREFIX}.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-08-13 22:58:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

over to maintainers
Comment 2 gerald 2003-08-16 12:04:42 UTC
As the author of the original INFO= support, I highly recommend this
patch; it looks like an excellent idea and important enhancement.

Just one nit: in the comment for INFO_PATH there is a typo
  equalr /usr and info otherwise
->
  equal to /usr, and info otherwise

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2004-03-21 02:01:39 UTC
State Changed
From-To: open->analyzed

Will be tested on the next bento 4-exp run
Comment 4 Kris Kennaway freebsd_committer freebsd_triage 2004-04-02 08:34:10 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!