svn commit: r442451 - head/audio/gogglesmm

Mark Linimon linimon at FreeBSD.org
Fri Jun 2 18:54:20 UTC 2017


Author: linimon
Date: Fri Jun  2 18:54:19 2017
New Revision: 442451
URL: https://svnweb.freebsd.org/changeset/ports/442451

Log:
  Mark broken: fails to compile everywhere.
  
  It fails a different way on powerpc64, so note that, even though that
  line will not have any effect.
  
  Reported by:	swills (powerpc64 build)

Modified:
  head/audio/gogglesmm/Makefile

Modified: head/audio/gogglesmm/Makefile
==============================================================================
--- head/audio/gogglesmm/Makefile	Fri Jun  2 18:37:55 2017	(r442450)
+++ head/audio/gogglesmm/Makefile	Fri Jun  2 18:54:19 2017	(r442451)
@@ -16,6 +16,9 @@ LIB_DEPENDS=	libtag.so:audio/taglib \
 		libexpat.so:textproc/expat2 \
 		libFOX-1.7.so:x11-toolkits/fox17
 
+BROKEN=			fails to compile: sqlite3.h:3712:16: elaborated type refers to a typedef
+BROKEN_powerpc64=	fails to compile: ap_mad.cpp:358:2: \#error fixme
+
 USE_GITHUB=	yes
 
 USES=		cmake compiler:c++11-lib desktop-file-utils \


More information about the svn-ports-all mailing list