ports/134773: [patch] editors/openoffice.org-3 reduce depenedencies on cups-base

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Thu May 21 04:40:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list