Bug 115985

Summary: Error message when setting up printer with print/gnome-cups-manager
Product: Ports & Packages Reporter: Jason Lenthe <lenthe>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jason Lenthe 2007-08-31 21:30:01 UTC
Got an error message when setting up a printer with gnome-cups-manager.  Error said that cups wasn't installed where expected: "/usr/share/cups/model".

Fix: This problem is because the libgnomecups library in port gnome-cups-manager has a path hardcoded as /usr/share/cups/model, but it should be /usr/local/share/cups/model, because that's where we install cups data.

The following fixed the problem for me:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-01 07:17:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2007-09-02 18:36:41 UTC
State Changed
From-To: open->closed

You need to make sure you have latest version of ports tree and upgrade all 
of your installed ports. In the latest version of 
print/gnome-cups-manager/Makefile has this: 

@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g'  
${WRKSRC}/libgnomecups/gnome-cups-ui-driver.c