Date: Mon, 18 May 2009 22:23:51 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134661: [patch] print/cupsddk and print/py-cups reduce depenedencies on cups-base Message-ID: <200905182023.n4IKNpvx069275@home3.dinoex.sub.de> Resent-Message-ID: <200905182030.n4IKU1H6039576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134661 >Category: ports >Synopsis: [patch] print/cupsddk and print/py-cups 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 20:30:00 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 libcups.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/cupsddk/Makefile =================================================================== RCS file: /home/pcvs/ports/print/cupsddk/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- print/cupsddk/Makefile 6 Jun 2008 13:57:45 -0000 1.5 +++ print/cupsddk/Makefile 18 May 2009 14:00:58 -0000 @@ -17,7 +17,7 @@ COMMENT= CUPS Driver Development Kit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ - cups.2:${PORTSDIR}/print/cups-base + cupsimage.2:${PORTSDIR}/print/cups-image WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GNU_CONFIGURE= yes Index: print/cupsddk/pkg-plist =================================================================== RCS file: /home/pcvs/ports/print/cupsddk/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- print/cupsddk/pkg-plist 22 Aug 2007 12:32:07 -0000 1.2 +++ print/cupsddk/pkg-plist 18 May 2009 14:00:58 -0000 @@ -55,3 +55,8 @@ @dirrm %%DATADIR%%/include @dirrm %%DATADIR%% @dirrmtry share/cups/drv +@dirrmtry share/cups +@dirrmtry share/doc/cups/help +@dirrmtry share/doc/cups +@dirrmtry libexec/cups/driver +@dirrmtry libexec/cups Index: print/py-cups/Makefile =================================================================== RCS file: /home/pcvs/ports/print/py-cups/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- print/py-cups/Makefile 25 Jan 2009 17:21:42 -0000 1.12 +++ print/py-cups/Makefile 18 May 2009 14:00:58 -0000 @@ -15,7 +15,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= CUPS bindings for Python -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client USE_PYTHON= yes USE_ICONV= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905182023.n4IKNpvx069275>