Date: Mon, 18 May 2009 16:05:32 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134647: [patch] java/jdk16 reduce depenedencies on cups-base Message-ID: <200905181405.n4IE5W6g056383@home3.dinoex.sub.de> Resent-Message-ID: <200905181410.n4IEA1fi023263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181405.n4IE5W6g056383>