svn commit: r476954 - head/astro/oskar
Mark Linimon
linimon at FreeBSD.org
Sun Aug 12 03:52:33 UTC 2018
Author: linimon
Date: Sun Aug 12 03:52:31 2018
New Revision: 476954
URL: https://svnweb.freebsd.org/changeset/ports/476954
Log:
Mark as only for x86 and powerpc, per build failure.
Approved by: portmgr (tier-2 blanket)
Modified:
head/astro/oskar/Makefile
Modified: head/astro/oskar/Makefile
==============================================================================
--- head/astro/oskar/Makefile Sun Aug 12 03:26:11 2018 (r476953)
+++ head/astro/oskar/Makefile Sun Aug 12 03:52:31 2018 (r476954)
@@ -7,6 +7,9 @@ CATEGORIES= astro
MAINTAINER= yuri at FreeBSD.org
COMMENT= SKA Radio telescope simulator
+ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS_REASON= gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
+
LICENSE= GPLv2
xLICENSE_FILES= ${WRKSRC}/../COPYING
More information about the svn-ports-all
mailing list