Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 14:29:57 +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: r382320 - head/lang/rust
Message-ID:  <201503261429.t2QETvgE000724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Mar 26 14:29:57 2015
New Revision: 382320
URL: https://svnweb.freebsd.org/changeset/ports/382320
QAT: https://qat.redports.org/buildarchive/r382320/

Log:
  lang/rust: Add special IGNORE for DragonFly
  
  lang/rust-dragonfly is in dports and it is bleeding edge (updated every
  couple of weeks)

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Thu Mar 26 14:25:09 2015	(r382319)
+++ head/lang/rust/Makefile	Thu Mar 26 14:29:57 2015	(r382320)
@@ -50,6 +50,10 @@ LLNEXTGEN_BUILD_DEPENDS=	LLnextgen:${POR
 BROKEN=		Only compiles on FreeBSD 10 and 11
 .endif
 
+.if ${OPSYS} == DragonFly
+IGNORE=		please use lang/rust-dragonfly instead
+.endif
+
 post-extract:
 	@${MKDIR} ${WRKSRC}/dl
 	${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl



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