mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
- 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
17 lines
503 B
INI
17 lines
503 B
INI
http://hg.openjdk.java.net/openjfx/8u/rt/rev/aefb29b5a599
|
|
|
|
--- build.properties.orig 2017-09-08 16:56:55 UTC
|
|
+++ build.properties
|
|
@@ -40,10 +40,10 @@ jfx.release.milestone=ea
|
|
jfx.release.suffix=-ea
|
|
|
|
# UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
|
|
-jfx.release.name=8u162
|
|
+jfx.release.name=8u172
|
|
jfx.release.major.version=8
|
|
jfx.release.minor.version=0
|
|
-jfx.release.micro.version=162
|
|
+jfx.release.micro.version=172
|
|
|
|
##############################################################################
|
|
#
|