Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Openjdk bootstrap depfix
@ 2022-02-12 21:17 classabbyamp
  2022-02-12 21:40 ` [PR PATCH] [Merged]: " q66
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2022-02-12 21:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages openjdk-bootstrap-depfix
https://github.com/void-linux/void-packages/pull/35564

Openjdk bootstrap depfix
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
[ci-skip]

A patch file from https://github.com/void-linux/void-packages/pull/35564.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openjdk-bootstrap-depfix-35564.patch --]
[-- Type: text/x-diff, Size: 5389 bytes --]

From a6e76d9174cd9fd57bef73d4aaf7813d42444288 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 16:15:32 -0500
Subject: [PATCH 1/5] openjdk12-bootstrap: replace libressl hostmakedep with
 openssl

---
 srcpkgs/openjdk12-bootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk12-bootstrap/template b/srcpkgs/openjdk12-bootstrap/template
index e3d7e31f4b2e..770fce5bb07e 100644
--- a/srcpkgs/openjdk12-bootstrap/template
+++ b/srcpkgs/openjdk12-bootstrap/template
@@ -33,7 +33,7 @@ configure_args="--disable-warnings-as-errors
 make_build_args="images"
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca openjdk11"
+ openssl zlib-devel which make-ca openjdk11"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel"

From 0285f44f32cfdfeb20c755794c81e4048e8dbd21 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 16:16:23 -0500
Subject: [PATCH 2/5] openjdk13-bootstrap: replace libressl hostmakedep with
 openssl

---
 srcpkgs/openjdk13-bootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk13-bootstrap/template b/srcpkgs/openjdk13-bootstrap/template
index 0782342d5e27..ccbafa367962 100644
--- a/srcpkgs/openjdk13-bootstrap/template
+++ b/srcpkgs/openjdk13-bootstrap/template
@@ -33,7 +33,7 @@ configure_args="--disable-warnings-as-errors
 make_build_args="images"
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca openjdk12-bootstrap"
+ openssl zlib-devel which make-ca openjdk12-bootstrap"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel"

From 92ee7cd3bbb2ba943d345ab1a18e607bf0374dec Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 16:16:25 -0500
Subject: [PATCH 3/5] openjdk14-bootstrap: replace libressl hostmakedep with
 openssl

---
 srcpkgs/openjdk14-bootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk14-bootstrap/template b/srcpkgs/openjdk14-bootstrap/template
index dc61ad9c466f..62011285f35d 100644
--- a/srcpkgs/openjdk14-bootstrap/template
+++ b/srcpkgs/openjdk14-bootstrap/template
@@ -33,7 +33,7 @@ configure_args="--disable-warnings-as-errors
 make_build_args="images"
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca openjdk13-bootstrap"
+ openssl zlib-devel which make-ca openjdk13-bootstrap"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel openjdk13-bootstrap"

From ab203cf9df5b953eb4543ae7ccc9d3bf579229c1 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 16:16:26 -0500
Subject: [PATCH 4/5] openjdk15-bootstrap: replace libressl hostmakedep with
 openssl

---
 srcpkgs/openjdk15-bootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk15-bootstrap/template b/srcpkgs/openjdk15-bootstrap/template
index a6d65a6b4300..70b38621be25 100644
--- a/srcpkgs/openjdk15-bootstrap/template
+++ b/srcpkgs/openjdk15-bootstrap/template
@@ -34,7 +34,7 @@ configure_args="--disable-warnings-as-errors
 make_build_args="images"
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca openjdk14-bootstrap"
+ openssl zlib-devel which make-ca openjdk14-bootstrap"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel harfbuzz-devel openjdk14-bootstrap"

From 4d44d124676ba592ae47566c638e8ef0fcd3d7c0 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 12 Feb 2022 16:16:27 -0500
Subject: [PATCH 5/5] openjdk16-bootstrap: replace libressl hostmakedep with
 openssl

---
 srcpkgs/openjdk16-bootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openjdk16-bootstrap/template b/srcpkgs/openjdk16-bootstrap/template
index 085e9290cfeb..876bfe6de81b 100644
--- a/srcpkgs/openjdk16-bootstrap/template
+++ b/srcpkgs/openjdk16-bootstrap/template
@@ -34,7 +34,7 @@ make_build_args="images"
 make_install_args="INSTALL_PREFIX=\"${XBPS_DESTDIR}/${pkgname}-${version}/usr/lib\""
 make_check_target="test-hotspot-gtest"
 hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
- libressl zlib-devel which make-ca openjdk15-bootstrap"
+ openssl zlib-devel which make-ca openjdk15-bootstrap"
 makedepends="libXrender-devel libXtst-devel libXt-devel libXrandr-devel
  giflib-devel libjpeg-turbo-devel cups-devel freetype-devel alsa-lib-devel
  fontconfig-devel zlib-devel lcms2-devel harfbuzz-devel openjdk15-bootstrap"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Openjdk bootstrap depfix
  2022-02-12 21:17 [PR PATCH] Openjdk bootstrap depfix classabbyamp
@ 2022-02-12 21:40 ` q66
  0 siblings, 0 replies; 2+ messages in thread
From: q66 @ 2022-02-12 21:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]

There's a merged pull request on the void-packages repository

Openjdk bootstrap depfix
https://github.com/void-linux/void-packages/pull/35564

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
[ci-skip]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-12 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 21:17 [PR PATCH] Openjdk bootstrap depfix classabbyamp
2022-02-12 21:40 ` [PR PATCH] [Merged]: " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).