Summary: | [java/openjfx8-devel] [PATCH] fix build with Gradle 3.2.1 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Alan Somers <asomers> |
Component: | Individual Port(s) | Assignee: | Alan Somers <asomers> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | tobik |
Priority: | --- | Keywords: | patch |
Version: | Latest | Flags: | tobik:
maintainer-feedback+
|
Hardware: | Any | ||
OS: | Any | ||
URL: | https://reviews.freebsd.org/D9005 | ||
Bug Depends on: | |||
Bug Blocks: | 214935 |
Description
Alan Somers
2016-12-30 22:29:54 UTC
(In reply to Alan Somers from comment #0) LGTM. While you're at it can you please also reset maintainership back to ports@FreeBSD.org? The port needs an update, the run dependencies are probably over specified, the FreeBSD-specific patches need to be upstreamed, and recent upstream changes need to be merged in. All of this is more work than I want to put in at the moment. Thanks :) A commit references this bug: Author: asomers Date: Wed Jan 4 15:54:29 UTC 2017 New revision: 430571 URL: https://svnweb.freebsd.org/changeset/ports/430571 Log: java/openjfx8-devel fix build with Gradle 3.2.1 Add a missing build dependency on junit to the Makefile, and fix the path to Hamcrest in build.gradle. Also, reset MAINTAINER by request of the current maintainer. PR: 215677 Reviewed by: brd, Tobias Kortkamp Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9005 Changes: head/java/openjfx8-devel/Makefile head/java/openjfx8-devel/files/patch-build.gradle head/java/openjfx8-devel/files/patch-buildSrc_build.gradle |