ports/134662: [patch] x11-toolkits/fox12 fox14 fox16 recorde depenedencies on cups-client

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Mon May 18 20:30:02 UTC 2009


>Number:         134662
>Category:       ports
>Synopsis:       [patch] x11-toolkits/fox12 fox14 fox16 recorde depenedencies on cups-client
>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 20:30: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 needs libcups.so to build.
	But the depenedencies is not recorded.
	Verfied sucessufull build in a clean jail.

>How-To-Repeat:

>Fix:

	apply this patch

Index: x11-toolkits/fox12/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/fox12/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11-toolkits/fox12/Makefile	14 Jul 2008 11:57:47 -0000	1.14
+++ x11-toolkits/fox12/Makefile	18 May 2009 14:01:01 -0000
@@ -75,6 +75,7 @@
 .endif
 #
 .if defined(WITH_CUPS)
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 CONFIGURE_ARGS+=	--enable-cups
 .else
 CONFIGURE_ARGS+=	--disable-cups
Index: x11-toolkits/fox14/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/fox14/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- x11-toolkits/fox14/Makefile	21 Aug 2008 06:18:44 -0000	1.70
+++ x11-toolkits/fox14/Makefile	18 May 2009 14:01:01 -0000
@@ -70,6 +70,7 @@
 .endif
 #
 .if defined(WITH_CUPS)
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 CONFIGURE_ARGS+=	--enable-cups
 .else
 CONFIGURE_ARGS+=	--disable-cups
Index: x11-toolkits/fox16/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/fox16/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- x11-toolkits/fox16/Makefile	4 Apr 2009 17:26:32 -0000	1.25
+++ x11-toolkits/fox16/Makefile	18 May 2009 14:01:01 -0000
@@ -70,6 +70,7 @@
 .endif
 #
 .if defined(WITH_CUPS)
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 CONFIGURE_ARGS+=	--enable-cups
 .else
 CONFIGURE_ARGS+=	--disable-cups
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list