Bug 119621 - [patch] print/cups-base installs files outside of /usr/local
Summary: [patch] print/cups-base installs files outside of /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: 2008-01-13 11:00 UTC by Jose G. Juanino
Modified: 2008-01-17 09:04 UTC (History)
0 users

See Also:


Attachments
file.diff (892 bytes, patch)
2008-01-13 11:00 UTC, Jose G. Juanino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose G. Juanino 2008-01-13 11:00:01 UTC
print/cups-base port installs the file

/usr/share/applications/cups.desktop

It should be /usr/local/share/applications/cups.desktop

Fix: Apply the submitted patch as follow:

# cd /usr/ports/print/cups-base
# patch -p1 < cups-base.diff


Patch attached with submission follows:
How-To-Repeat: Check the existence of /usr/share/applications/cups.desktop file before and after installing print/cups-base port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-13 11:00:07 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 2008-01-14 09:17:57 UTC
dinoex      2008-01-14 09:17:52 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile pkg-plist 
  Log:
  - force installation of cups.desktop
  PR:             119621
  Submitted by:   José García Juanino
  
  Revision  Changes    Path
  1.82      +2 -0      ports/print/cups-base/Makefile
  1.40      +1 -0      ports/print/cups-base/pkg-plist
_______________________________________________
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 Dirk Meyer freebsd_committer freebsd_triage 2008-01-17 09:04:02 UTC
State Changed
From-To: open->closed

committed, thanks.