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

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



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