Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2009 06:37:36 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134773: [patch] editors/openoffice.org-3 reduce depenedencies on cups-base
Message-ID:  <200905210437.n4L4baMv045397@home3.dinoex.sub.de>
Resent-Message-ID: <200905210440.n4L4e1LF064825@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905210437.n4L4baMv045397>