diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-03 20:23:04 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-03 20:41:14 +0200 |
| commit | e626e069e7d41ae373471a9b9596f34f54729acc (patch) | |
| tree | 0837b4bef00f6eb88767878b29c0e5d02049e9cc /java | |
| parent | security/netbird: Update 0.49.0 => 0.52.2 (diff) | |
java/openjdk21-jre: New port
PR: 287500
Reported by: bsd@abinet.ru
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile | 1 | ||||
| -rw-r--r-- | java/openjdk21-jre/Makefile | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index cbdaaa9aa848..8bd76be6c979 100644 --- a/java/Makefile +++ b/java/Makefile @@ -86,6 +86,7 @@ SUBDIR += openjdk19 SUBDIR += openjdk20 SUBDIR += openjdk21 + SUBDIR += openjdk21-jre SUBDIR += openjdk22 SUBDIR += openjdk23 SUBDIR += openjdk24 diff --git a/java/openjdk21-jre/Makefile b/java/openjdk21-jre/Makefile new file mode 100644 index 000000000000..75617c44a9a9 --- /dev/null +++ b/java/openjdk21-jre/Makefile @@ -0,0 +1,8 @@ +PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre + +COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION} + +BUILD_JRE= yes +MASTERDIR= ${.CURDIR}/../openjdk21 + +.include "${MASTERDIR}/Makefile" |
