svn commit: r552196 - head/misc/gpsim

Yuri Victorovich yuri at FreeBSD.org
Tue Oct 13 06:31:26 UTC 2020


Author: yuri
Date: Tue Oct 13 06:31:25 2020
New Revision: 552196
URL: https://svnweb.freebsd.org/changeset/ports/552196

Log:
  misc/gpsim: Remove BROKEN on i386 because the LLVM bug is marked as fixed.

Modified:
  head/misc/gpsim/Makefile

Modified: head/misc/gpsim/Makefile
==============================================================================
--- head/misc/gpsim/Makefile	Tue Oct 13 06:28:51 2020	(r552195)
+++ head/misc/gpsim/Makefile	Tue Oct 13 06:31:25 2020	(r552196)
@@ -59,10 +59,4 @@ post-install-EXAMPLES-on:
 		${STAGEDIR}${EXAMPLESDIR}/projects/${i})
 .endfor
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386" && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 90
-BROKEN=		Clang crashes https://bugs.llvm.org/show_bug.cgi?id=44396
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list