Date: Mon, 18 May 2009 11:09:09 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134641: [patch] reduce depenedencies on cups-base Message-ID: <200905180909.n4I999ux043718@home3.dinoex.sub.de> Resent-Message-ID: <200905180950.n4I9o2QS065754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134641 >Category: ports >Synopsis: [patch] 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 09:50:01 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 patches Index: print/libgnomecups/Makefile =================================================================== RCS file: /home/pcvs/ports/print/libgnomecups/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- print/libgnomecups/Makefile 2 Feb 2009 01:36:05 -0000 1.25 +++ print/libgnomecups/Makefile 18 May 2009 08:11:33 -0000 @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Support library for gnome cups admistration -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client USE_BZIP2= yes USE_GMAKE= yes Index: print/py-cups/Makefile Index: x11-toolkits/gtk20/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/gtk20/Makefile,v retrieving revision 1.226 diff -u -r1.226 Makefile --- x11-toolkits/gtk20/Makefile 12 Apr 2009 04:42:17 -0000 1.226 +++ x11-toolkits/gtk20/Makefile 18 May 2009 08:11:37 -0000 @@ -64,7 +64,7 @@ .if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+=--enable-cups=auto PLIST_SUB+= CUPS:="" .else >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905180909.n4I999ux043718>