From ff8b3d417779a7fbe4559be31656870398724200 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 27 Mar 2018 11:55:48 +0000 Subject: [PATCH] Mark a broken: does not build glame_audiofile.c:521:6: error: assignment to cast is illegal, lvalue casts are not supported ((char *)src) += skip; --- audio/glame/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 02da0cf1d486..4c01ad91c9b4 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -10,6 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Powerful, fast, stable, and easily extensible sound editor for GNOME +BROKEN= Does not build +DEPRECATED= Does not build +DEPRECATION_DATE= 2018-04-27 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libmp3lame.so:audio/lame \ libmad.so:audio/libmad \