Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 May 2022 06:57:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 263483] [PATCH] Mk/bsd.java.mk: Fix JAVA_VERSION matching
Message-ID:  <bug-263483-8522-8RTjdC7uNE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263483-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263483-8522@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=3D263483

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D90de298b222ab8b74c707c26af21d59=
547898ab5

commit 90de298b222ab8b74c707c26af21d59547898ab5
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2022-05-01 06:53:06 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-05-01 06:55:55 +0000

    Mk/bsd.java.mk:  Fix JAVA_VERSION matching

    Anchor the matched patterns to be at the beginning of each word to
    prevent unexpected surprises

    e.g. with JAVA_VERSION=3D 17+ it results in _JAVA_VERSION set to
    unexpected "17 8 11 12 13 14 15 16 17 18", instead of "17 18"

    PR:             263483
    Reported by:    jrm
    Reviewed by:    glewis
    Approved by:    glewis

 Mk/bsd.java.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263483-8522-8RTjdC7uNE>