svn commit: r412799 - head/lang/dmd2

Cy Schubert cy at FreeBSD.org
Sat Apr 9 07:27:01 UTC 2016


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


More information about the svn-ports-all mailing list