svn commit: r422435 - head/devel/libpru
Mark Linimon
linimon at FreeBSD.org
Mon Sep 19 13:06:18 UTC 2016
Author: linimon
Date: Mon Sep 19 13:06:17 2016
New Revision: 422435
URL: https://svnweb.freebsd.org/changeset/ports/422435
Log:
Also mark as broken on mips and sparc64. While here, pet portlint.
Modified:
head/devel/libpru/Makefile
Modified: head/devel/libpru/Makefile
==============================================================================
--- head/devel/libpru/Makefile Mon Sep 19 13:03:21 2016 (r422434)
+++ head/devel/libpru/Makefile Mon Sep 19 13:06:17 2016 (r422435)
@@ -10,16 +10,19 @@ COMMENT= Library to interface with PRUs
LICENSE= BSD2CLAUSE
+BROKEN_mips= Does not build: unrecognized command line option -Weverything
+BROKEN_mips64= Does not build: unrecognized command line option -Weverything
BROKEN_powerpc64= Does not build
+BROKEN_sparc64= Does not build: unrecognized command line option -Weverything
.include <bsd.port.options.mk>
.if ${OPSYS} != FreeBSD
-IGNORE= Only supported on FreeBSD
+IGNORE= only supported on FreeBSD
.endif
.if ${OSVERSION} < 1000510
-IGNORE= Only supported on FreeBSD 10+
+IGNORE= only supported on FreeBSD 10+
.endif
USES= cmake
More information about the svn-ports-head
mailing list