Page MenuHomeFreeBSD

devel/gradle: Update to 4.0
ClosedPublic

Authored by tobik on Jul 12 2017, 2:10 PM.
Tags
None
Referenced Files
F107882883: D11565.id30727.diff
Sun, Jan 19, 12:02 AM
Unknown Object (File)
Dec 7 2024, 10:14 AM
Unknown Object (File)
Nov 25 2024, 4:44 PM
Unknown Object (File)
Nov 25 2024, 12:09 AM
Unknown Object (File)
Nov 24 2024, 8:01 AM
Unknown Object (File)
Nov 23 2024, 8:18 PM
Unknown Object (File)
Nov 23 2024, 12:28 AM
Unknown Object (File)
Nov 20 2024, 11:32 PM
Subscribers
None

Details

Summary

Commit 1:

Update to Gradle 4.0

- Remove the misc/compat9x dependency since the bundled
  native-platform no longer depends on libstdc++.so.6

PR:		220322
Submitted by:	timp87@gmail.com
Approved by:	??? (mentor), gasol.wu@gmail.com (maintainer timeout, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D??????

Commit 2:

Fix build of java/openjfx8-devel with Gradle 4.0

PR:		220322
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 11.0/amd64, 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10442
Build 10852: arc lint + arc unit

Event Timeline

You could probably remove the DISTNAME and WRKSRC lines by adding EXTRACT_SUFX= -bin.zip

devel/gradle/Makefile
7–8

both redirect to downloads.gradle.org, so you could probably change it here.

  • Use downloads.gradle.org
  • Remove WRKSRC + DISTNAME
This revision is now accepted and ready to land.Jul 12 2017, 9:56 PM
This revision was automatically updated to reflect the committed changes.