Date: Wed, 20 Feb 2002 03:23:09 +1030 (CST) From: Greg Lewis <glewis@eyesbeyond.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35120: Dependencies of jdk13 port are incorrect Message-ID: <200202191653.g1JGr9m84807@misty.eyesbeyond.com>
next in thread | raw e-mail | index | archive | help
>Number: 35120 >Category: ports >Synopsis: Dependencies of jdk13 port are incorrect >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 19 09:00:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 4.4-RELEASE i386 >Organization: BSD Java Project >Environment: System: FreeBSD misty.eyesbeyond.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Oct 8 02:18:34 CST 2001 root@misty.eyesbeyond.com:/usr/src/sys/compile/MISTY i386 >Description: I buggered up the dependencies for the jdk13 update a bit. I've got a RUN_DEPENDS where it should be a LIB_DEPENDS. I've marked this as medium on urgency since a lot of people are trying out the new port. Luckily most people have these libraries anyway (which is how I missed it), but the problem still exists. >How-To-Repeat: Build the port without glib12 or gtk12 installed. >Fix: Apply the following patch: (Problem was originally diagnosed and fix proposed by Reifenberger Michael EXT <Michael.Reifenberger.gp@icn.siemens.de> on freebsd-java) --- Makefile.orig Tue Feb 19 09:35:00 2002 +++ Makefile Tue Feb 19 09:35:11 2002 @@ -21,7 +21,7 @@ ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-jdk13 \ ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel .if !defined(WITHOUT_PLUGIN) -RUN_DEPENDS= glib12.3:$(PORTSDIR)/devel/glib12 \ +LIB_DEPENDS= glib12.3:$(PORTSDIR)/devel/glib12 \ gtk12.3:$(PORTSDIR)/x11-toolkits/gtk12 \ nspr4.1:$(PORTSDIR)/devel/nspr .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202191653.g1JGr9m84807>