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 /audio/ardour6 | |
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 'audio/ardour6')
-rw-r--r-- | audio/ardour6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index 3d2495d34e67..ee3b8cd8ae4a 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -12,6 +12,8 @@ DISTNAME= Ardour-${PORTVERSION} MAINTAINER= beerml@sigma6audio.de COMMENT= Multichannel digital audio workstation +BROKEN= Does not build with glib 2.66.0 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |