Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 20:43:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342845 - head/lang/ezm3
Message-ID:  <201402052043.s15KhgTK034631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  5 20:43:42 2014
New Revision: 342845
URL: http://svnweb.freebsd.org/changeset/ports/342845
QAT: https://qat.redports.org/buildarchive/r342845/

Log:
  lang/ezm3: Set IGNORE for DragonFly as no bootstrap exists
  
  It's also not needed as lang/modula-3 provides a better cvsup than
  the one that uses ezm3 to build.

Modified:
  head/lang/ezm3/Makefile

Modified: head/lang/ezm3/Makefile
==============================================================================
--- head/lang/ezm3/Makefile	Wed Feb  5 20:38:55 2014	(r342844)
+++ head/lang/ezm3/Makefile	Wed Feb  5 20:43:42 2014	(r342845)
@@ -16,11 +16,15 @@ COMMENT=	Easier, more portable Modula-3 
 
 NO_STAGE=	yes
 
+USES=		gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == DragonFly
+IGNORE=		no bootstrap exists; use lang/modula-3 instead
+.endif
+
 .if ${ARCH} == "amd64"
 DISTFILES+=	ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2:amdb \
 		ezm3-amd64-patchset-2.tar.bz2:amdp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052043.s15KhgTK034631>