summaryrefslogtreecommitdiff
path: root/java/openjfx14/files/patch-build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-28java/openjfx14: add new portMikael Urankar1-194/+160
OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. PR: 248248 Notes: svn path=/head/; revision=553555
2019-10-01java/openjfx8-devel:Max Brazhnikov1-1/+1
- Switch from x11-toolkits/swt-devel to x11-toolkits/swt, which is newer than -devel variant. PR: 219186 Approved by: maintainer (tobik) Notes: svn path=/head/; revision=513467
2019-07-23java/openjfx8-devel: Update to 8u202-b07Tobias Kortkamp1-198/+78
- Also update devel/gradle to the latest version on the 4.x branch. Gradle >=4.8<5 is required to build OpenJFX now. - GStreamer-lite is now based on GStreamer 1.0, so update the sndio backend accordingly. - Add a bunch of missing platform checks which will make it actually use system fonts as configured. OpenJFX 8 is unmaintained upstream and has been for a while [1]. Deprecate the port as noone seems to have stepped up to take over maintainership. No expiration date since this port has multiple consumers and there is no alternative. [1] https://mail.openjdk.java.net/pipermail/openjfx-dev/2018-December/023007.html PR: 237443 Notes: svn path=/head/; revision=507200
2018-02-01java/openjfx8-devel: Update to 8u172-b03Tobias Kortkamp1-36/+36
Make SWT support optional and disable it by default. swt-devel is unmaintained, quite the heavy dependency, and SWT support is not used by any port in the tree. Notes: svn path=/head/; revision=460608
2017-10-03java/openjfx8-devel: Update to 8u172-b00Tobias Kortkamp1-21/+400
- Move to the regular OpenJFX 8 repository [1], add all *BSD specific patches to the port, and stop using the repository at [2]. This should make port contributions and updates a lot easier going forward. - Bump PORTEPOCH and start using version numbers based on the tags from [1] - Prepare the port for supporting multiple audio backend options - Fix PREFIX/LOCALBASE confusion and get all Java dependencies from LOCALBASE and not from PREFIX - Respect CC and CXX during the WebKit build. Clang in FreeBSD 10.3 segfaults while building it now, so make sure we use Clang from devel/llvm40 via compiler:c++14-lang instead. [1] http://hg.openjdk.java.net/openjfx/8u/rt/ [2] https://bitbucket.org/tobik/openjfx-rt Notes: svn path=/head/; revision=451172
2017-07-22java/openjfx8-devel: Update to a more recent snapshotTobias Kortkamp1-21/+21
- Add new default options MEDIA and WEBKIT to enable building of the media and web modules - Take back maintainership Running e.g. AsciidocFX on FreeBSD should be possible now. PR: 218014 Reported by: Dr. Jochen Raßler <jochen.rassler@gmail.com>, mr (via mail) Notes: svn path=/head/; revision=446432
2017-01-04java/openjfx8-devel fix build with Gradle 3.2.1Alan Somers1-7/+9
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 Notes: svn path=/head/; revision=430571
2016-07-10java/openjfx8-devel: Unbreak build after Gradle updateKurt Jaeger1-0/+9
- fix the build after recent update to Gradle 2.12. PR: 208470 MFH: 2016Q3 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Notes: svn path=/head/; revision=418313
2016-03-20java/openjfx8-devel: create portSteve Wills1-0/+67
OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. WWW: http://openjdk.java.net/projects/openjfx/ PR: 207566 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=411524