From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 18 09:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CCCC106566B for ; Mon, 18 May 2009 09:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 366E68FC1D for ; Mon, 18 May 2009 09:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4I9o237065755 for ; Mon, 18 May 2009 09:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4I9o2QS065754; Mon, 18 May 2009 09:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 18 May 2009 09:50:02 GMT Resent-Message-Id: <200905180950.n4I9o2QS065754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9D891065750 for ; Mon, 18 May 2009 09:40:12 +0000 (UTC) (envelope-from dm@home3.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id 51BCC8FC19 for ; Mon, 18 May 2009 09:40:12 +0000 (UTC) (envelope-from dm@home3.dinoex.sub.de) Received: from home3.dinoex.sub.de (home3.dinoex.sub.de [194.45.71.20]) by uucp.dinoex.sub.de (8.14.2/8.14.2) with ESMTP id n4I999vi038647 for ; Mon, 18 May 2009 11:09:24 +0200 (CEST) (envelope-from dm@home3.dinoex.sub.de) Received: (from dm@localhost) by home3.dinoex.sub.de (8.14.3/8.14.3/Submit) id n4I999ux043718; Mon, 18 May 2009 11:09:09 +0200 (CEST) (envelope-from dm) Message-Id: <200905180909.n4I999ux043718@home3.dinoex.sub.de> Date: Mon, 18 May 2009 11:09:09 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134641: [patch] reduce depenedencies on cups-base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 09:50:02 -0000 >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: