svn commit: r537128 - head/audio/rhvoice

Mark Linimon linimon at FreeBSD.org
Sun May 31 08:34:59 UTC 2020


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


More information about the svn-ports-head mailing list