svn commit: r506313 - head/audio/pianod2

Antoine Brodin antoine at FreeBSD.org
Tue Jul 9 21:13:17 UTC 2019


Author: antoine
Date: Tue Jul  9 21:13:15 2019
New Revision: 506313
URL: https://svnweb.freebsd.org/changeset/ports/506313

Log:
  Mark BROKEN on i386
  
  xmlio.cpp:97:6: error: redefinition of 'append_attribute'
  void append_attribute (rapidxml::xml_document<> &doc,
       ^
  xmlio.cpp:82:6: note: previous definition is here
  void append_attribute (rapidxml::xml_document<> &doc,
       ^
  xmlio.cpp:103:6: error: redefinition of 'retrieve_attribute'
  bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, time_t &answer) {
       ^
  xmlio.cpp:88:6: note: previous definition is here
  bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, int &answer) {
       ^
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/audio/pianod2/Makefile

Modified: head/audio/pianod2/Makefile
==============================================================================
--- head/audio/pianod2/Makefile	Tue Jul  9 21:10:59 2019	(r506312)
+++ head/audio/pianod2/Makefile	Tue Jul  9 21:13:15 2019	(r506313)
@@ -12,6 +12,8 @@ COMMENT=	Free, multi-source, network-controlled music 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_i386=	fails to build
+
 LIB_DEPENDS=	libao.so:audio/libao \
 	libavcodec.so:multimedia/ffmpeg \
 	libgcrypt.so:security/libgcrypt \


More information about the svn-ports-head mailing list