Date: Fri, 8 May 2009 09:47:37 +0900 (JST) From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: turutani@scphys.kyoto-u.ac.jp Subject: ports/134352: fix all the ports depending print/cups-base Message-ID: <200905080047.n480lbow061948@h120.65.226.10.32118.vlan.kuins.net> Resent-Message-ID: <200905080050.n480o1tT046857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134352 >Category: ports >Synopsis: fix all the ports depending print/cups-base >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 08 00:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 7.2-STABLE FreeBSD 7.2-STABLE #18: Tue May 5 14:31:14 JST 2009 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: libcups.so.2 is separated from print/cups-base to print/cups-client. many ports depending cups-base should be changed, for the dependence is written like LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base now, libcups.so.2 is not installed by cups-base!! installing cups-client by dependence from cups-base may solve this problem, but remove dependence to cups-base if cups-base is not really required. upgrading existing cups-base causes errors arround this; for Makefile of cups-base finds libcups.so.2 even if cups-client is not installed, but required file of libcups.a does not exist. I found the dependence to cups-base in x11-toolkits/gtk20:LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base print/gutenprint-base:LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base print/libgnomecups:LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base x11-toolkits/qt33:LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905080047.n480lbow061948>