ports/160664: [patch] graphics/epdfview: depend on cups-client instead of cups-base

4720 at hushmail.com 4720 at hushmail.com
Sun Sep 11 15:50:09 UTC 2011


>Number:         160664
>Category:       ports
>Synopsis:       [patch] graphics/epdfview: depend on cups-client instead of cups-base
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 11 15:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     4720 at hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
epdfview depends on cups-base to print with cups, but it isn't necessary. only the cups-client is needed for building and printing with cups print ability.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/epdfview/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	23 Aug 2011 18:36:18 -0000	1.32
+++ Makefile	10 Sep 2011 05:59:44 -0000
@@ -38,7 +37,7 @@
 
 .if defined(WITH_CUPS)
 CONFIGURE_ARGS+=--with-cups
-LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 .else
 CONFIGURE_ARGS+=--without-cups
 .endif


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



More information about the freebsd-ports-bugs mailing list