ports/134661: [patch] print/cupsddk and print/py-cups reduce depenedencies on cups-base

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


>Number:         134661
>Category:       ports
>Synopsis:       [patch] print/cupsddk and print/py-cups 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 20:30:00 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 patch

Index: print/cupsddk/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/cupsddk/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- print/cupsddk/Makefile	6 Jun 2008 13:57:45 -0000	1.5
+++ print/cupsddk/Makefile	18 May 2009 14:00:58 -0000
@@ -17,7 +17,7 @@
 COMMENT=	CUPS Driver Development Kit
 
 LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk \
-		cups.2:${PORTSDIR}/print/cups-base
+		cupsimage.2:${PORTSDIR}/print/cups-image
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION}
 GNU_CONFIGURE=	yes
Index: print/cupsddk/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/print/cupsddk/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- print/cupsddk/pkg-plist	22 Aug 2007 12:32:07 -0000	1.2
+++ print/cupsddk/pkg-plist	18 May 2009 14:00:58 -0000
@@ -55,3 +55,8 @@
 @dirrm %%DATADIR%%/include
 @dirrm %%DATADIR%%
 @dirrmtry share/cups/drv
+ at dirrmtry share/cups
+ at dirrmtry share/doc/cups/help
+ at dirrmtry share/doc/cups
+ at dirrmtry libexec/cups/driver
+ at dirrmtry libexec/cups
Index: print/py-cups/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/py-cups/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- print/py-cups/Makefile	25 Jan 2009 17:21:42 -0000	1.12
+++ print/py-cups/Makefile	18 May 2009 14:00:58 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	ahze at FreeBSD.org
 COMMENT=	CUPS bindings for Python
 
-LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client
 
 USE_PYTHON=	yes
 USE_ICONV=	yes

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list