svn commit: r440592 - head/audio/gnomoradio

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:36:46 UTC 2017


Author: antoine
Date: Wed May 10 21:36:44 2017
New Revision: 440592
URL: https://svnweb.freebsd.org/changeset/ports/440592

Log:
  Mark BROKEN: fails to build
  
  In file included from init.cc:18:
  In file included from ../rainbow/init.h:23:
  In file included from ../rainbow/hub-client.h:23:
  In file included from ../rainbow/alarm.h:23:
  In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:26:
  /usr/local/include/sigc++-2.0/sigc++/trackable.h:40:59: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/audio/gnomoradio/Makefile

Modified: head/audio/gnomoradio/Makefile
==============================================================================
--- head/audio/gnomoradio/Makefile	Wed May 10 21:35:06 2017	(r440591)
+++ head/audio/gnomoradio/Makefile	Wed May 10 21:36:44 2017	(r440592)
@@ -10,11 +10,11 @@ MASTER_SITES=	SAVANNAH
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Program for finding and playing free music from the Internet
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libao.so:audio/libao
 
-BROKEN_aarch64=		fails to compile: error: expected ';' at end of declaration list
-
 USES=		pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	gconfmm26 gnomeprefix gtkmm24


More information about the svn-ports-all mailing list