aboutsummaryrefslogtreecommitdiffstats
path: root/audio/glame
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2018-03-27 19:55:48 +0800
committerbapt <bapt@FreeBSD.org>2018-03-27 19:55:48 +0800
commitd0ba2df629f8e7b45f140f07be5b8c1d242572a7 (patch)
tree9d3a5447761c2f9930c1a1e64bf7d68db6a76edc /audio/glame
parent4bb91e5b05190c7a5ad639788ae47867a1170e12 (diff)
downloadfreebsd-ports-gnome-d0ba2df629f8e7b45f140f07be5b8c1d242572a7.tar.gz
freebsd-ports-gnome-d0ba2df629f8e7b45f140f07be5b8c1d242572a7.tar.zst
freebsd-ports-gnome-d0ba2df629f8e7b45f140f07be5b8c1d242572a7.zip
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;
Diffstat (limited to 'audio/glame')
-rw-r--r--audio/glame/Makefile4
1 files changed, 4 insertions, 0 deletions
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 \