From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 10:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58766106566C for ; Sun, 12 Feb 2012 10:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5858FC15 for ; Sun, 12 Feb 2012 10:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CAeAFM076995 for ; Sun, 12 Feb 2012 10:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CAeAkJ076994; Sun, 12 Feb 2012 10:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 10:40:10 GMT Resent-Message-Id: <201202121040.q1CAeAkJ076994@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel Gubin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CCCB106564A for ; Sun, 12 Feb 2012 10:32:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4B99D8FC0A for ; Sun, 12 Feb 2012 10:32:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CAWaPl021875 for ; Sun, 12 Feb 2012 10:32:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CAWavk021874; Sun, 12 Feb 2012 10:32:36 GMT (envelope-from nobody) Message-Id: <201202121032.q1CAWavk021874@red.freebsd.org> Date: Sun, 12 Feb 2012 10:32:36 GMT From: Pavel Gubin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165027: emulators/wine inaccurate cups dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 10:40:11 -0000 >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: