Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:35:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440591 - head/audio/gigedit
Message-ID:  <201705102135.v4ALZ6wa057095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 10 21:35:06 2017
New Revision: 440591
URL: https://svnweb.freebsd.org/changeset/ports/440591

Log:
  Mark BROKEN: fails to build
  
  In file included from gigedit.cpp:20:
  In file included from ./gigedit.h:26:
  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/gigedit/Makefile

Modified: head/audio/gigedit/Makefile
==============================================================================
--- head/audio/gigedit/Makefile	Wed May 10 21:33:27 2017	(r440590)
+++ head/audio/gigedit/Makefile	Wed May 10 21:35:06 2017	(r440591)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://download.linuxsampl
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Instrument editor for gig files
 
+BROKEN=		fails to build
+
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 



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