ports/134352: fix all the ports depending print/cups-base
Tsurutani Naoki
turutani at scphys.kyoto-u.ac.jp
Fri May 8 00:50:02 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list