Date: Mon, 18 May 2009 16:07:01 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134648: [patch] java/openjdk6 reduce depenedencies on cups-base Message-ID: <200905181407.n4IE7148056478@home3.dinoex.sub.de> Resent-Message-ID: <200905181410.n4IEA1V4023311@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134648 >Category: ports >Synopsis: [patch] java/openjdk6 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: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 patch Index: java/openjdk6/Makefile =================================================================== RCS file: /home/pcvs/ports/java/openjdk6/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- java/openjdk6/Makefile 9 May 2009 23:21:48 -0000 1.10 +++ java/openjdk6/Makefile 18 May 2009 14:00:50 -0000 @@ -32,7 +32,7 @@ USE_MOTIF= yes USE_XORG= xtst xi xt x11 -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181407.n4IE7148056478>