Created attachment 206574 [details] patch tested and works
(In reply to Radim Kolar from comment #0) Did you also test that all consumers still build with Gradle 5.6? biology/gatk devel/ghidra misc/elki
testbuilds for consumers@work
testbuild of all three consumers mentioned fail with gradle 5.6. https://people.freebsd.org/~pi/logs/elki-0.7.1.1166.log https://people.freebsd.org/~pi/logs/gatk-4.1.2.0.43.log https://people.freebsd.org/~pi/logs/ghidra-9.0.4.log
I will try to build these. It looks like failure is caused by lack of network access on build server.
Please note that I tested using poudriere -- and poudriere by design has two phases: one to fetch all sources as listed in distinfo and one to build, which *by design* does not have network access.
Yes, Poudriere disallows network access during building, however all of the now failing ports built fine with devel/gradle 5.0 even without network access [1]. It looks like Gradle 5.6 wants to pull in additional things or cannot find some of the provided dependencies now for some baffling reason. How or why this happens now is what needs to be figured out. [1] For reference: http://beefy6.nyi.freebsd.org/data/120amd64-default/508805/logs/elki-0.7.1.1166.log http://beefy6.nyi.freebsd.org/data/120amd64-default/508805/logs/gatk-4.1.2.0.43.log http://beefy6.nyi.freebsd.org/data/120amd64-default/508805/logs/ghidra-9.0.4.log
A commit references this bug: Author: tobik Date: Wed Nov 20 09:51:44 UTC 2019 New revision: 517997 URL: https://svnweb.freebsd.org/changeset/ports/517997 Log: Create devel/gradle5 in preparation of devel/gradle update Many consumers fail to build with newer Gradle versions. PR: 239875, 239900, 239901, 239902 Changes: head/biology/gatk/Makefile head/devel/Makefile head/devel/ghidra/Makefile head/devel/gradle5/ head/devel/gradle5/Makefile head/devel/gradle5/pkg-plist head/misc/elki/Makefile
A commit references this bug: Author: tobik Date: Wed Nov 20 10:23:05 UTC 2019 New revision: 517999 URL: https://svnweb.freebsd.org/changeset/ports/517999 Log: devel/gradle: Update to 6.0.1 - Assign to myself Changes: https://docs.gradle.org/6.0.1/release-notes.html PR: 239875 Submitted by: Radim Kolar <hsn@sendmail.cz> (update to 5.6) Approved by: gasol.wu@gmail.com (maintainer timeout, 3 months) Changes: head/devel/gradle/Makefile head/devel/gradle/distinfo head/devel/gradle/pkg-plist