svn commit: r382320 - head/lang/rust
John Marino
marino at FreeBSD.org
Thu Mar 26 14:29:58 UTC 2015
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
More information about the svn-ports-all
mailing list