ports/156807: print/xfce4-print: fix dependency on libcups

Max Brazhnikov makc at FreeBSD.org
Wed May 4 06:00:25 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list