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 /net-im | |
parent | 8a3aa16835c099aec78c9a800bfd81ba5769f342 (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 'net-im')
-rw-r--r-- | net-im/dino/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index 9424c5cc0f6b..e954f5411a9d 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -11,6 +11,8 @@ COMMENT= Modern XMPP Chat Client using GTK+/Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Does not build with glib 2.66.0 + BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libgee-0.8.so:devel/libgee \ |