Re: git: a7a4c323f320 - main - java/openjdk24: Add port

From: Joseph Mingrone <jrm_at_freebsd.org>
Date: Sat, 29 Mar 2025 16:27:31 UTC
On Sat, 2025-03-29 at 00:41, Vladimir Druzenko <vvd@freebsd.org> wrote:

> 28.03.2025 21:50, Joseph Mingrone пишет:
>> The branch main has been updated by jrm:

>> URL: https://cgit.FreeBSD.org/ports/commit/?id=a7a4c323f32094d0a34e202d51d55bb9deca8406

>> commit a7a4c323f32094d0a34e202d51d55bb9deca8406
>> Author:     Harald Eilertsen <haraldei@anduin.net>
>> AuthorDate: 2025-03-28 18:31:32 +0000
>> Commit:     Joseph Mingrone <jrm@FreeBSD.org>
>> CommitDate: 2025-03-28 18:48:55 +0000

>>      java/openjdk24: Add port
>>           Release notes:          https://openjdk.org/projects/jdk/24/
>>      Reviewed by:            emaste, glewis, jrm
>>      Sponsored by:           The FreeBSD Foundation
>>      Differential Revision:  https://reviews.freebsd.org/D49354
>> ---
>>   java/openjdk24/Makefile                            | 186 +++++++++++++++++++++
>>   java/openjdk24/distinfo                            |   3 +
>>   java/openjdk24/files/patch-configure               |  14 ++
>>   .../files/patch-make_autoconf_flags-cflags.m4      |  13 ++
>>   .../files/patch-make_autoconf_libraries.m4         |  15 ++
>>   .../files/patch-src_hotspot_os_bsd_os__bsd.cpp     |  11 ++
>>   java/openjdk24/pkg-descr                           |   1 +
>>   java/openjdk24/pkg-message                         |  18 ++
>>   8 files changed, 261 insertions(+)

> Hello!

> Mk/bsd.default-versions.mk and Mk/Uses/java.mk need update too.

Hi,

I added the missing bits in Mk/Uses/java.mk (and then fixed the fix).

For Mk/bsd.default-versions.mk, I initially thought you were suggesting
we bump the default version (which is probably worth considering).  I
later realized you were referring to the comment, so I updated that too.

Thanks for catching this.

Joe