Date: Sun, 12 Feb 2012 10:32:36 GMT From: Pavel Gubin <pg@2lazy.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/165027: emulators/wine inaccurate cups dependency Message-ID: <201202121032.q1CAWavk021874@red.freebsd.org> Resent-Message-ID: <201202121040.q1CAeAkJ076994@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202121032.q1CAWavk021874>