svn commit: r506314 - branches/2019Q3/audio/pianod2

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


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

Log:
  MFH: r506313
  
  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

Modified:
  branches/2019Q3/audio/pianod2/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/audio/pianod2/Makefile
==============================================================================
--- branches/2019Q3/audio/pianod2/Makefile	Tue Jul  9 21:13:15 2019	(r506313)
+++ branches/2019Q3/audio/pianod2/Makefile	Tue Jul  9 21:13:54 2019	(r506314)
@@ -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-all mailing list