Date: Mon, 18 May 2009 16:14:31 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134651: [patch] print/cups-pstoraster reduce depenedencies on cups-base Message-ID: <200905181414.n4IEEVLY056783@home3.dinoex.sub.de> Resent-Message-ID: <200905181420.n4IEK3fa037765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134651 >Category: ports >Synopsis: [patch] print/cups-pstoraster reduce depenedencies on 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: Mon May 18 14:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 7.2-STABLE >Organization: privat >Environment: cups-base >= 1.3.20_1 >Description: This ports need only libcupsimage.so to build. The the dependencies can be changed. Verfied sucessufull build in a clean jail. >How-To-Repeat: >Fix: apply this patch Index: print/cups-pstoraster/Makefile =================================================================== RCS file: /home/pcvs/ports/print/cups-pstoraster/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- print/cups-pstoraster/Makefile 21 Aug 2008 06:18:08 -0000 1.31 +++ print/cups-pstoraster/Makefile 18 May 2009 14:00:58 -0000 @@ -17,7 +17,7 @@ MAINTAINER= rea-fbsd@codelabs.ru COMMENT= Postscript interpreter for CUPS printing to non-PS printers -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image .if defined(WITH_CJK) RUN_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/ipag.ttf:${PORTSDIR}/japanese/ipa-ttfonts \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181414.n4IEEVLY056783>