Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 12:52:44 +0200
From:      Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To:        Ernst de Haan <ernst.dehaan@nl.wanadoo.com>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: java/57142: unexhaustive check for installed linux jdk 1.4 distributions in bsd.java.mk
Message-ID:  <20030924105244.GA12146@puget.esil.univ-mrs.fr>
In-Reply-To: <200309240954.45634.ernst.dehaan@nl.wanadoo.com>
References:  <200309240954.45634.ernst.dehaan@nl.wanadoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 24, 2003 at 09:54:45AM +0200, Ernst de Haan wrote:
> Except for urgent fixes I won't make any changes to the bsd.java.mk file 
> until bsd.java.mk 2.0 is committed.
> 
> Herve, could you check if your bsd.java.mk 2.0 covers this issue?

I'll do that tonight.

At first check I realized a bug in bsd.java.mk 2.0 (a missing '-q' in
a grep). I've fixed this and a simple 'make java-debug' produces the
following output:

_USE_BSD_JAVA_MK_1_0= yes
_JAVA_PORTS_POSSIBLE= JAVA_PORT_FREEBSD_1_3 JAVA_PORT_FREEBSD_1_4 JAVA_PORT_LINUX_BLACKDOWN_1_3 JAVA_PORT_LINUX_BLACKDOWN_1_4 JAVA_PORT_LINUX_IBM_1_3 JAVA_PORT_LINUX_IBM_1_4 JAVA_PORT_LINUX_SUN_1_3 JAVA_PORT_LINUX_SUN_1_4
_JAVA_PORTS_INSTALLED= JAVA_PORT_FREEBSD_1_4 JAVA_PORT_LINUX_BLACKDOWN_1_3 JAVA_PORT_LINUX_BLACKDOWN_1_4
_JAVA_PORTS_INSTALLED_POSSIBLE= JAVA_PORT_FREEBSD_1_4 JAVA_PORT_LINUX_BLACKDOWN_1_3 JAVA_PORT_LINUX_BLACKDOWN_1_4
_JAVA_PORT= JAVA_PORT_FREEBSD_1_4
_JAVA_PORT_META= java/jdk14 /usr/local/jdk1.4.1 1.4 native FreeBSD
JAVA_PORT= java/jdk14
JAVA_HOME= /usr/local/jdk1.4.1
JAVA_PORT_VERSION= 1.4
JAVA_PORT_OS= native
JAVA_PORT_VENDOR= FreeBSD

So yes it handles this.

I've posted the fix:

http://www.esil.univ-mrs.fr/~hquiroz/bsd.java.mk-2.0-dev-20030924.tgz

Herve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030924105244.GA12146>