Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 08:43:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r537131 - branches/2020Q2/audio/rhvoice
Message-ID:  <202005310843.04V8hkwY092416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun May 31 08:43:45 2020
New Revision: 537131
URL: https://svnweb.freebsd.org/changeset/ports/537131

Log:
  MFH: r537128
  
  Mark as BROKEN on powerpc64-12.  This is true even though the usual
  workaround of USES is in place.  It seems to build everywhere else.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/audio/rhvoice/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/audio/rhvoice/Makefile
==============================================================================
--- branches/2020Q2/audio/rhvoice/Makefile	Sun May 31 08:41:58 2020	(r537130)
+++ branches/2020Q2/audio/rhvoice/Makefile	Sun May 31 08:43:45 2020	(r537131)
@@ -12,6 +12,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_LGPL21+ =	${WRKSRC}/licenses/lgpl-2.1.txt
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/licenses/gpl-3.0.txt
 
+BROKEN_FreeBSD_12_powerpc64=	fails to configure: The C++ compiler is not working
+
 USES=		compiler:c++0x pkgconfig scons
 USE_GITHUB=	yes
 GH_ACCOUNT=	Olga-Yakovleva



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