diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-23 14:53:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-23 14:53:14 +0000 |
commit | ca14a8994d8019e5072e8b6f8344949f9fd86173 (patch) | |
tree | 1ecce6617e3097ce674d26d6fcb33d0758155ac0 /java | |
parent | ports-mgmt/modules2tuple: Update to 2.2.1 (diff) |
Update to glib 2.66.0
Mark the few remaining ports not building against this upgrade as broken
Instead of risking of missing anyone who got involed, I will just thank
all of them they will recognize themselves! This was a joint work of many
PR: 247278
Reviewed by: fluffy
exp-run antoine
Differential Revision: https://reviews.freebsd.org/D25279
Notes
Notes:
svn path=/head/; revision=549736
Diffstat (limited to 'java')
-rw-r--r-- | java/openjfx8-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/openjfx8-devel/Makefile b/java/openjfx8-devel/Makefile index 6d63a45e1ece..ee79528f91f8 100644 --- a/java/openjfx8-devel/Makefile +++ b/java/openjfx8-devel/Makefile @@ -13,6 +13,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= tobik@FreeBSD.org COMMENT= JavaFX SDK overlay for OpenJDK 8 +BROKEN= Does not build with glib 2.66.0 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE |