Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jul 2019 22:16:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238758] Update for bsd.java.mk
Message-ID:  <bug-238758-7788-3ZiTpzbDjc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238758-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238758-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238758

--- Comment #5 from Greg Lewis <glewis@FreeBSD.org> ---
I don't believe this change will impact lang/kawa.  I reviewed the configure
script, and it handles the --with-java-source argument in a case statement =
that
checks for versions either with or with a leading 1.8.  E.g.

  /8/|/1.8*/) # Java 8
    JAVA_SOURCE=3D8; JAVA_SOURCE_SELECTOR=3D'%java8' ;;

So switching from 1.8 to 8, for example, will make no difference.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238758-7788-3ZiTpzbDjc>