From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 21 04:40: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 187C91065673 for ; Thu, 21 May 2009 04:40: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 E5FEC8FC14 for ; Thu, 21 May 2009 04:40:01 +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 n4L4e13n064826 for ; Thu, 21 May 2009 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4L4e1LF064825; Thu, 21 May 2009 04:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 21 May 2009 04:40:01 GMT Resent-Message-Id: <200905210440.n4L4e1LF064825@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 2457F106566C for ; Thu, 21 May 2009 04:37:56 +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 4750C8FC1B for ; Thu, 21 May 2009 04:37:54 +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 n4L4bZ3I010595 for ; Thu, 21 May 2009 06:37:51 +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 n4L4baMv045397; Thu, 21 May 2009 06:37:36 +0200 (CEST) (envelope-from dm) Message-Id: <200905210437.n4L4baMv045397@home3.dinoex.sub.de> Date: Thu, 21 May 2009 06:37:36 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134773: [patch] editors/openoffice.org-3 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: Thu, 21 May 2009 04:40:02 -0000 >Number: 134773 >Category: ports >Synopsis: [patch] editors/openoffice.org-3 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: Thu May 21 04:40: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. >How-To-Repeat: >Fix: apply this patch Index: editors/openoffice.org-2/files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-2/files/Makefile.knobs,v retrieving revision 1.54 diff -u -r1.54 Makefile.knobs --- editors/openoffice.org-2/files/Makefile.knobs 5 Jan 2009 19:43:55 -0000 1.54 +++ editors/openoffice.org-2/files/Makefile.knobs 21 May 2009 04:33:22 -0000 @@ -13,7 +13,7 @@ .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif Index: editors/openoffice.org-2-RC/files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-2-RC/files/Makefile.knobs,v retrieving revision 1.54 diff -u -r1.54 Makefile.knobs --- editors/openoffice.org-2-RC/files/Makefile.knobs 5 Jan 2009 19:43:55 -0000 1.54 +++ editors/openoffice.org-2-RC/files/Makefile.knobs 21 May 2009 04:33:22 -0000 @@ -13,7 +13,7 @@ .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif Index: editors/openoffice.org-2-devel/files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-2-devel/files/Makefile.knobs,v retrieving revision 1.54 diff -u -r1.54 Makefile.knobs --- editors/openoffice.org-2-devel/files/Makefile.knobs 5 Jan 2009 19:43:56 -0000 1.54 +++ editors/openoffice.org-2-devel/files/Makefile.knobs 21 May 2009 04:33:22 -0000 @@ -13,7 +13,7 @@ .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif Index: editors/openoffice.org-3/files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-3/files/Makefile.knobs,v retrieving revision 1.56 diff -u -r1.56 Makefile.knobs --- editors/openoffice.org-3/files/Makefile.knobs 16 May 2009 06:23:58 -0000 1.56 +++ editors/openoffice.org-3/files/Makefile.knobs 21 May 2009 04:33:22 -0000 @@ -13,7 +13,7 @@ .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif Index: editors/openoffice.org-3-RC/files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-3-RC/files/Makefile.knobs,v retrieving revision 1.56 diff -u -r1.56 Makefile.knobs --- editors/openoffice.org-3-RC/files/Makefile.knobs 23 Apr 2009 07:55:31 -0000 1.56 +++ editors/openoffice.org-3-RC/files/Makefile.knobs 21 May 2009 04:33:22 -0000 @@ -13,7 +13,7 @@ .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif Index: editors/openoffice.org-3-devel/files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-3-devel/files/Makefile.knobs,v retrieving revision 1.58 diff -u -r1.58 Makefile.knobs --- editors/openoffice.org-3-devel/files/Makefile.knobs 23 Apr 2009 07:55:31 -0000 1.58 +++ editors/openoffice.org-3-devel/files/Makefile.knobs 21 May 2009 04:33:22 -0000 @@ -16,7 +16,7 @@ .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif >Release-Note: >Audit-Trail: >Unformatted: