FreeBSD Bugzilla – Attachment 168905 Details for
Bug 208470
java/openjfx8-devel: Unbreak build after Gradle update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openjfx8-devel.diff
openjfx8-devel.diff (text/plain), 1.19 KB, created by
Tobias Kortkamp
on 2016-04-02 19:33:40 UTC
(
hide
)
Description:
openjfx8-devel.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-04-02 19:33:40 UTC
Size:
1.19 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 412404) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= openjfx8 > PORTVERSION= 20160228 >+PORTREVISION= 1 > CATEGORIES= java x11-toolkits devel > MASTER_SITES= https://bitbucket.org/tobik/openjfx-rt/get/ \ > http://bitbucket.org/tobik/openjfx-rt/get/ >Index: files/patch-build.gradle >=================================================================== >--- files/patch-build.gradle (revision 412404) >+++ files/patch-build.gradle (working copy) >@@ -1,5 +1,14 @@ > --- build.gradle.orig 2016-02-28 12:54:50 UTC > +++ build.gradle >+@@ -125,7 +125,7 @@ void loadProperties(String sourceFileNam >+ def propFile = new File(sourceFileName) >+ if (propFile.canRead()) { >+ config.load(new FileInputStream(propFile)) >+- for (Map.Entry property in config) { >++ for (property in config) { >+ def keySplit = property.key.split("\\."); >+ def key = keySplit[0]; >+ for (int i = 1; i < keySplit.length; i++) { > @@ -1167,7 +1167,7 @@ allprojects { > // By default all of our projects require junit for testing so we can just > // setup this dependency here.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208470
:
168905
|
168906
|
169885