Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2011 15:48:25 GMT
From:      "4720@hushmail.com" <4720@hushmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160664: [patch] graphics/epdfview: depend on cups-client instead of cups-base
Message-ID:  <201109111548.p8BFmPgI007021@red.freebsd.org>
Resent-Message-ID: <201109111550.p8BFo8Ml005618@freefall.freebsd.org>

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

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



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