svn commit: r536547 - branches/2020Q2/games/regoth

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:10:27 UTC 2020


Author: linimon
Date: Tue May 26 01:10:26 2020
New Revision: 536547
URL: https://svnweb.freebsd.org/changeset/ports/536547

Log:
  MFH: r535690
  
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/games/regoth/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/games/regoth/Makefile
==============================================================================
--- branches/2020Q2/games/regoth/Makefile	Tue May 26 01:08:30 2020	(r536546)
+++ branches/2020Q2/games/regoth/Makefile	Tue May 26 01:10:26 2020	(r536547)
@@ -10,6 +10,9 @@ COMMENT=	Reimplementation of zEngine, the Gothic and G
 
 LICENSE=	GPLv3
 
+BROKEN_FreeBSD_12_powerpc64=	fails to build: /usr/include/math.h:251:8: error: conflicting declaration of C function 'double pow(double, double)'
+BROKEN_FreeBSD_13_powerpc64=	fails to build: mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 
 USES=		cmake compiler:c++11-lib gl openal xorg


More information about the svn-ports-branches mailing list