Date: Fri, 2 Mar 2018 03:00:23 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463365 - head/devel/upp Message-ID: <201803020300.w2230NUg073019@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803020300.w2230NUg073019>