svn commit: r445044 - head/lang/dmd2

Cy Schubert cy at FreeBSD.org
Wed Jul 5 02:45:27 UTC 2017


Author: cy
Date: Wed Jul  5 02:45:25 2017
New Revision: 445044
URL: https://svnweb.freebsd.org/changeset/ports/445044

Log:
  Fixing stack corruption in DMD=../dmd/generated/freebsd/release/64/dmd
  due to inode64 on 12-CURRENT will take more than a trivial amount of time.

Modified:
  head/lang/dmd2/Makefile

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Wed Jul  5 01:50:51 2017	(r445043)
+++ head/lang/dmd2/Makefile	Wed Jul  5 02:45:25 2017	(r445044)
@@ -20,6 +20,7 @@ BROKEN_armv6=		dumps core: Assertion failed: (!signbit
 BROKEN_mips64=		fails to compile: cc1: unrecognized command line option -m32
 BROKEN_powerpc64=	fails to build: can't mangle function with unknown linkage (void*())
 BROKEN_sparc64=		fails to install: divide-by-zero error
+BROKEN_FreeBSD_12=	stack corruption in generated dmd tool caused by inode64 resulting in segfault
 NOT_FOR_ARCHS=		aarch64
 NOT_FOR_ARCHS_REASON=	no cpu specified, assuming X86
 


More information about the svn-ports-all mailing list