Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 22:26:45 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134662: [patch] x11-toolkits/fox12 fox14 fox16 recorde depenedencies on cups-client
Message-ID:  <200905182026.n4IKQjR3069380@home3.dinoex.sub.de>
Resent-Message-ID: <200905182030.n4IKU1LW039603@freefall.freebsd.org>

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

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



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