Bug 135483 - print/cups-base doesn't find .ppd files when built with LOCALBASE != /usr/local
Summary: print/cups-base doesn't find .ppd files when built with LOCALBASE != /usr/local
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 20:20 UTC by Kris Moore
Modified: 2009-06-25 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (679 bytes, patch)
2009-06-11 20:20 UTC, Kris Moore
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Moore 2009-06-11 20:20:01 UTC
Cups has some hard-coded /usr/local paths in its source, which screws up the searching for ppd files when we build on a non-standard LOCALBASE.

Fix: Provided patch seems to correct the issue. 

Patch attached with submission follows:
How-To-Repeat: Build and run cups in a non-standard LOCALBASE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-11 20:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-25 15:49:09 UTC
kmoore      2009-06-25 14:48:57 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile 
  Log:
  - Fix build with custom prefix
  
  PR: 135483
  Approved by: miwi (mentor) and maintainer timeout (dinoex; 14 days)
  
  Revision  Changes    Path
  1.120     +2 -1      ports/print/cups-base/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"
Comment 3 Kris Moore freebsd_committer freebsd_triage 2009-06-25 15:50:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!