ports/134647: [patch] java/jdk16 reduce depenedencies on cups-base

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Mon May 18 14:10:02 UTC 2009


>Number:         134647
>Category:       ports
>Synopsis:       [patch] java/jdk16 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 14:10: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.

>How-To-Repeat:

>Fix:

	apply this patch

Index: java/jdk16/Makefile
===================================================================
RCS file: /home/pcvs/ports/java/jdk16/Makefile,v
retrieving revision 1.169
diff -u -r1.169 Makefile
--- java/jdk16/Makefile	26 Mar 2009 03:58:55 -0000	1.169
+++ java/jdk16/Makefile	18 May 2009 14:00:50 -0000
@@ -21,7 +21,7 @@
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip \
 		${LOCALBASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
-		${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-base
+		${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
 RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper
 
 OPTIONS=	DEBUG	"Enable debugging support"	off \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list