svn commit: r463365 - head/devel/upp
Mark Linimon
linimon at FreeBSD.org
Fri Mar 2 03:00:23 UTC 2018
Author: linimon
Date: Fri Mar 2 03:00:22 2018
New Revision: 463365
URL: https://svnweb.freebsd.org/changeset/ports/463365
Log:
Also broken the same way as powerpc on powerpc64.
Reformat for readability.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build machines
Modified:
head/devel/upp/Makefile
Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile Fri Mar 2 02:43:50 2018 (r463364)
+++ head/devel/upp/Makefile Fri Mar 2 03:00:22 2018 (r463365)
@@ -13,9 +13,10 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying
-BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture
-BROKEN_powerpc= Does not compile on ${ARCH}
-BROKEN_sparc64= Does not compile on ${ARCH}
+BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture
+BROKEN_powerpc= Does not compile on ${ARCH}: error Unknown CPU architecture
+BROKEN_powerpc64= Does not compile on ${ARCH}: error Unknown CPU architecture
+BROKEN_sparc64= Does not compile on ${ARCH}
USES= compiler:c++11-lib
More information about the svn-ports-all
mailing list