svn commit: r437773 - head/audio/gspeakers

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 5 11:10:10 UTC 2017


Author: bapt
Date: Wed Apr  5 11:10:09 2017
New Revision: 437773
URL: https://svnweb.freebsd.org/changeset/ports/437773

Log:
  Mark as broken: does not build with recent sigc++20 and not C++11 compatible

Modified:
  head/audio/gspeakers/Makefile

Modified: head/audio/gspeakers/Makefile
==============================================================================
--- head/audio/gspeakers/Makefile	Wed Apr  5 09:02:07 2017	(r437772)
+++ head/audio/gspeakers/Makefile	Wed Apr  5 11:10:09 2017	(r437773)
@@ -11,6 +11,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gnome-based loudspeaker design program
 
+BROKEN=		Does not build with recent sigc++20
+
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 
 USES=		autoreconf gmake pkgconfig


More information about the svn-ports-head mailing list