ports/134641: [patch] reduce depenedencies on cups-base

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Mon May 18 09:50:02 UTC 2009


>Number:         134641
>Category:       ports
>Synopsis:       [patch] 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:   Mon May 18 09:50: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.
	Verfied sucessufull build in a clean jail.

>How-To-Repeat:

>Fix:

	apply this patches

Index: print/libgnomecups/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/libgnomecups/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- print/libgnomecups/Makefile	2 Feb 2009 01:36:05 -0000	1.25
+++ print/libgnomecups/Makefile	18 May 2009 08:11:33 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Support library for gnome cups admistration
 
-LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
Index: print/py-cups/Makefile
Index: x11-toolkits/gtk20/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/gtk20/Makefile,v
retrieving revision 1.226
diff -u -r1.226 Makefile
--- x11-toolkits/gtk20/Makefile	12 Apr 2009 04:42:17 -0000	1.226
+++ x11-toolkits/gtk20/Makefile	18 May 2009 08:11:37 -0000
@@ -64,7 +64,7 @@
 
 .if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \
 	!defined(WITHOUT_CUPS)
-LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
 CONFIGURE_ARGS+=--enable-cups=auto
 PLIST_SUB+=	CUPS:=""
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list