Bug 165027 - emulators/wine inaccurate cups dependency
Summary: emulators/wine inaccurate cups dependency
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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-12 10:40 UTC by Pavel Gubin
Modified: 2012-02-12 18:02 UTC (History)
0 users

See Also:


Attachments
file.diff (345 bytes, patch)
2012-02-12 10:40 UTC, Pavel Gubin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Gubin 2012-02-12 10:40:10 UTC
Port emulators/wine, when build with cups support (WITH_CUPS=yes), incorrectly searches libcups.so.2 in print/cups-base port instead of print/cups-client (which in fact installs this .so), which leads to unnecessary installation of cups-base port.

How-To-Repeat: Build wine with cups support enabled and without cups-base and cups-client installed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-12 10:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-12 17:52:02 UTC
gerald      2012-02-12 17:51:47 UTC

  FreeBSD ports repository

  Modified files:
    emulators/wine       Makefile 
  Log:
  Use cups-client, not the full cups-base, to support the CUPS option.
  This reduces the footprint in this case.
  
  PR:             165027
  Submitted by:   Pavel Gubin <pg@2lazy.ru>
  
  Revision  Changes    Path
  1.398     +1 -1      ports/emulators/wine/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 Gerald Pfeifer freebsd_committer freebsd_triage 2012-02-12 18:01:04 UTC
State Changed
From-To: open->closed

Thanks for the report, Pavel.  I applied this patch and updated the 
port right away.