Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 08:34:59 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537128 - head/audio/rhvoice
Message-ID:  <202005310834.04V8YxAR086055@repo.freebsd.org>

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

Log:
  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:
  head/audio/rhvoice/Makefile

Modified: head/audio/rhvoice/Makefile
==============================================================================
--- head/audio/rhvoice/Makefile	Sun May 31 08:16:46 2020	(r537127)
+++ head/audio/rhvoice/Makefile	Sun May 31 08:34:59 2020	(r537128)
@@ -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?202005310834.04V8YxAR086055>