Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 21:13:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506313 - head/audio/pianod2
Message-ID:  <201907092113.x69LDGL8077253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907092113.x69LDGL8077253>