aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-03-27 19:55:48 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-03-27 19:55:48 +0800
commitff8b3d417779a7fbe4559be31656870398724200 (patch)
tree9d3a5447761c2f9930c1a1e64bf7d68db6a76edc
parent70d2ae4a859cf3d6bbb09c3d792fb552884f6c1e (diff)
downloadfreebsd-ports-ff8b3d417779a7fbe4559be31656870398724200.tar.gz
freebsd-ports-ff8b3d417779a7fbe4559be31656870398724200.tar.zst
freebsd-ports-ff8b3d417779a7fbe4559be31656870398724200.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;
Notes
Notes: svn path=/head/; revision=465695
-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 \