Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 11:55:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465695 - head/audio/glame
Message-ID:  <201803271155.w2RBtm7k087465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271155.w2RBtm7k087465>