Date: Sat, 9 Apr 2016 07:26:59 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412799 - head/lang/dmd2 Message-ID: <201604090726.u397QxLi056322@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> -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 <bsd.port.pre.mk> -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604090726.u397QxLi056322>