Bug 259167 - java/openjdk17: 3 little issues
Summary: java/openjdk17: 3 little issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-14 12:27 UTC by cedric
Modified: 2021-11-24 06:53 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (java)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cedric 2021-10-14 12:27:04 UTC
Thank you for the quick openjdk17 port.

Some details:

For both 16/17 version, the WWW description points to the Java 15:

https://www.freshports.org/java/openjdk16/
https://www.freshports.org/java/openjdk17/

  An open-source implementation of the Java Platform, Standard Edition,
  WWW: https://openjdk.java.net/projects/jdk/15/

More importantly: could you add Java 17 to the JAVA_DEFAULT to Mk/bsd.java.mk and Mk/bsd.default-versions.mk? it is currently impossible to build ports with Java 17.

Thanks
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-11-24 06:51:40 UTC
A commit in branch main references this bug:

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

commit f10d7de2125b711fb628c6a29e42b7f8246d43a5
Author:     Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2021-11-24 06:49:41 +0000
Commit:     Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2021-11-24 06:49:41 +0000

    Mk/bsd.java.mk: Add support for openjdk17 and 17[+] as a version

    PR:             259167
    Reported by:    cedric@precidata.com

 Mk/bsd.java.mk | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-11-24 06:51:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a44cc990e25b2b0f0487b13c1554f3641ad4ad1

commit 1a44cc990e25b2b0f0487b13c1554f3641ad4ad1
Author:     Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2021-11-24 06:40:16 +0000
Commit:     Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2021-11-24 06:40:16 +0000

    java/openjdk16: Fix WWW link to point to JDK 16

    PR:             259167
    Reported by:    cedric@precidata.com

 java/openjdk16/pkg-descr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-11-24 06:51:42 UTC
A commit in branch main references this bug:

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

commit c6c4d2ead2fd5b460e0ab975c13e3479065b21f6
Author:     Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2021-11-24 06:42:07 +0000
Commit:     Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2021-11-24 06:42:07 +0000

    java/openjdk17: Fix WWW link to point to JDK 17

    PR:             259167
    Reported by:    cedric@precidata.com

 java/openjdk17/pkg-descr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Greg Lewis freebsd_committer freebsd_triage 2021-11-24 06:53:23 UTC
Thanks for the report, these should now be fixed