From owner-freebsd-ports Tue Feb 19 9: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66E7537B400 for ; Tue, 19 Feb 2002 09:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1JH07p38774; Tue, 19 Feb 2002 09:00:07 -0800 (PST) (envelope-from gnats) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id C68B937B402 for ; Tue, 19 Feb 2002 08:53:18 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16dDW1-0006NU-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Feb 2002 09:53:18 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g1JGr9m84807; Wed, 20 Feb 2002 03:23:09 +1030 (CST) (envelope-from glewis) Message-Id: <200202191653.g1JGr9m84807@misty.eyesbeyond.com> Date: Wed, 20 Feb 2002 03:23:09 +1030 (CST) From: Greg Lewis Reply-To: Greg Lewis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35120: Dependencies of jdk13 port are incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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