ports/165027: emulators/wine inaccurate cups dependency
Pavel Gubin
pg at 2lazy.ru
Sun Feb 12 10:40:11 UTC 2012
>Number: 165027
>Category: ports
>Synopsis: emulators/wine inaccurate cups dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 12 10:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Pavel Gubin
>Release: 8.2-RELEASE
>Organization:
>Environment:
>Description:
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.
>Fix:
--- Makefile.orig 2012-02-12 11:04:17.000000000 +0400
+++ Makefile 2012-02-12 13:24:12.000000000 +0400
@@ -77,7 +77,7 @@
CONFIGURE_ARGS+= --without-cups
.else
CONFIGURE_ARGS+= --with-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
.endif
.ifdef WITH_DOSBOX
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list