svn commit: r465695 - head/audio/glame

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 27 11:55:49 UTC 2018


Author: bapt
Date: Tue Mar 27 11:55:48 2018
New Revision: 465695
URL: https://svnweb.freebsd.org/changeset/ports/465695

Log:
  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;

Modified:
  head/audio/glame/Makefile

Modified: head/audio/glame/Makefile
==============================================================================
--- head/audio/glame/Makefile	Tue Mar 27 11:55:18 2018	(r465694)
+++ head/audio/glame/Makefile	Tue Mar 27 11:55:48 2018	(r465695)
@@ -10,6 +10,10 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at 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 \


More information about the svn-ports-head mailing list