Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2011 05:57:15 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156807: print/xfce4-print: fix dependency on libcups
Message-ID:  <201105040557.p445vFQj065268@red.freebsd.org>
Resent-Message-ID: <201105040600.p4460P3I014877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156807
>Category:       ports
>Synopsis:       print/xfce4-print: fix dependency on libcups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 04 06:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-STABLE FreeBSD 8.2-STABLE #2: Sat Apr 30 18:09:38 MSD 2011     root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
cups port was split a long time ago and now libcups.so is provided by print/cups-client

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/print/xfce4-print/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- Makefile	3 Mar 2011 10:12:23 -0000	1.60
+++ Makefile	3 May 2011 18:29:00 -0000
@@ -34,7 +34,7 @@
 
 .if defined(WITH_CUPS)
 CONFIGURE_ARGS+=--enable-cups
-LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 PLIST_SUB+=	CUPS=""
 .else
 CONFIGURE_ARGS+=--disable-cups


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105040557.p445vFQj065268>