From owner-svn-ports-head@freebsd.org Sat Apr 9 07:27:01 2016 Return-Path: Delivered-To: svn-ports-head@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 25E8FB088A9; Sat, 9 Apr 2016 07:27:01 +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 E6E67170D; Sat, 9 Apr 2016 07:27:00 +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 u397R0bs056324; Sat, 9 Apr 2016 07:27:00 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u397QxLi056322; Sat, 9 Apr 2016 07:26:59 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201604090726.u397QxLi056322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 9 Apr 2016 07:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412799 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 07:27:01 -0000 Author: cy Date: Sat Apr 9 07:26:59 2016 New Revision: 412799 URL: https://svnweb.freebsd.org/changeset/ports/412799 Log: This port should compile on powerpc. Modified: head/lang/dmd2/Makefile head/lang/dmd2/Makefile.bootstrap Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sat Apr 9 07:23:45 2016 (r412798) +++ head/lang/dmd2/Makefile Sat Apr 9 07:26:59 2016 (r412799) @@ -39,9 +39,6 @@ OPTIONS_DEFINE= DOCS .include -NOT_FOR_ARCHS= powerpc -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: divide-by-zero error .endif Modified: head/lang/dmd2/Makefile.bootstrap ============================================================================== --- head/lang/dmd2/Makefile.bootstrap Sat Apr 9 07:23:45 2016 (r412798) +++ head/lang/dmd2/Makefile.bootstrap Sat Apr 9 07:26:59 2016 (r412799) @@ -22,9 +22,6 @@ WRKSRC= ${WRKDIR}/dmd2/src/${PORTNAME} .include -NOT_FOR_ARCHS= powerpc -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: divide-by-zero error .endif