svn commit: r440590 - head/audio/ardour

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:33:29 UTC 2017


Author: antoine
Date: Wed May 10 21:33:27 2017
New Revision: 440590
URL: https://svnweb.freebsd.org/changeset/ports/440590

Log:
  Mark BROKEN: fails to build
  
  c++ -o libs/pbd/basename.os -c -Woverloaded-virtual -DGTK_NEW_TOOLTIP_API -DPACKAGE=\"libpbd\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DLIBSIGC_DISABLE_DEPRECATED -DHAVE_EXECINFO -DBOOST_SYSTEM_NO_DEPRECATED -O2 -pipe -I/usr/local/include -DHAVE_AUBIO4 -fstack-protector -fno-strict-aliasing -Wall -DHAVE_LIBLO -DPROGRAM_NAME=\"Ardour\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_FORMAT_MACROS -Ilibs -DENABLE_NLS -DNO_POSIX_MEMALIGN -DBOOST_SYSTEM_NO_DEPRECATED -pthread -fPIC -I/usr/local/include/sigc++-2.0 -I/usr/local/include -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -Ilibs/pbd -I/usr/local/lib/sigc++-2.0/include -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 libs/pbd/basename.cc
  In file included from libs/pbd/basename.cc:21:
  In file included from /usr/local/include/glibmm-2.4/glibmm/miscutils.h:24:
  In file included from /usr/local/include/glibmm-2.4/glibmm/arrayhandle.h:23:
  In file included from /usr/local/include/glibmm-2.4/glibmm/containerhandle_shared.h:22:
  /usr/local/include/glibmm-2.4/glibmm/refptr.h:93:18: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/audio/ardour/Makefile

Modified: head/audio/ardour/Makefile
==============================================================================
--- head/audio/ardour/Makefile	Wed May 10 21:31:46 2017	(r440589)
+++ head/audio/ardour/Makefile	Wed May 10 21:33:27 2017	(r440590)
@@ -13,6 +13,8 @@ COMMENT=	Multichannel digital audio work
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	liblo.so:audio/liblo \
 		liblrdf.so:textproc/liblrdf \
 		libjack.so:audio/jack \


More information about the svn-ports-all mailing list