maintainer-approval requested: [Bug 290127] java/bootstrap-openjdk11: misses libX11.so.6 which no dependency provides : [Attachment 266214] [PATCH] java/bootstrap-openjdk17: add missing dependency on libx11

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Dec 2025 16:12:14 UTC
Siva Mahadevan <me@svmhdvn.name> has asked freebsd-java (Nobody)
<java@FreeBSD.org> for maintainer-approval:
Bug 290127: java/bootstrap-openjdk11: misses libX11.so.6 which no dependency
provides
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290127

Attachment 266214: [PATCH] java/bootstrap-openjdk17: add missing dependency on
libx11
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266214&action=edit



--- Comment #1 from Siva Mahadevan <me@svmhdvn.name> ---
Created attachment 266214
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266214&action=edit
[PATCH] java/bootstrap-openjdk17: add missing dependency on libx11

I'm running into this issue for bootstrap-openjdk17, which is very annoying
since it requires a rebuild on every invocation of 'poudriere bulk'. Attached a
patch that should fix the issue for it, and a similar approach can be used for
11 if necessary in this bug report.