From owner-svn-ports-all@freebsd.org Wed Jul 5 02:45:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B0C9DA024D; Wed, 5 Jul 2017 02:45:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244976EEF0; Wed, 5 Jul 2017 02:45:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v652jQM5048971; Wed, 5 Jul 2017 02:45:26 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v652jQd7048970; Wed, 5 Jul 2017 02:45:26 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201707050245.v652jQd7048970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 5 Jul 2017 02:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445044 - head/lang/dmd2 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/lang/dmd2 X-SVN-Commit-Revision: 445044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 02:45:27 -0000 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