FreeBSD Bugzilla – Attachment 266214 Details for
Bug 290127
java/bootstrap-openjdk11: misses libX11.so.6 which no dependency provides
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] java/bootstrap-openjdk17: add missing dependency on libx11
bootjava.patch (text/plain), 1.09 KB, created by
Siva Mahadevan
on 2025-12-15 16:12:14 UTC
(
hide
)
Description:
[PATCH] java/bootstrap-openjdk17: add missing dependency on libx11
Filename:
MIME Type:
Creator:
Siva Mahadevan
Created:
2025-12-15 16:12:14 UTC
Size:
1.09 KB
patch
obsolete
>From 37a21307377f872ee2553b550259fa322c84ed8c Mon Sep 17 00:00:00 2001 >From: Siva Mahadevan <me@svmhdvn.name> >Date: Wed, 4 Jun 2025 20:17:17 +0000 >Subject: [PATCH] java/bootstrap-openjdk17: add missing dependency on libx11 > >This fixes the following warning: > >Warning: bootstrap-openjdk17-17.0.1.12.1_3 will be rebuilt >as it misses libX11.so.6 which no dependency provides. It >is likely (silently) failing testport/stage-qa. >Report to maintainer. >--- > Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/java/bootstrap-openjdk17/Makefile b/java/bootstrap-openjdk17/Makefile >index 48d1c7e243..28d35a2e4f 100644 >--- a/java/bootstrap-openjdk17/Makefile >+++ b/java/bootstrap-openjdk17/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= openjdk17 > PORTVERSION= 17.0.1.12.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= java devel > MASTER_SITES= LOCAL/glewis/bootstrap-openjdk17 \ > LOCAL/pkubaj/bootstrap-openjdk17 >@@ -15,7 +15,8 @@ > > ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le > >-USES= tar:xz >+USES= tar:xz xorg >+USE_XORG= x11 > > NO_BUILD= yes > PLIST_SUB= JDK_ROOT=${JDK_ROOT}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
siva
:
maintainer-approval?
(
java
)
Actions:
View
|
Diff
Attachments on
bug 290127
: 266214