svn commit: r425704 - head/devel/upp

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 08:23:26 UTC 2016


Author: linimon
Date: Tue Nov  8 08:23:25 2016
New Revision: 425704
URL: https://svnweb.freebsd.org/changeset/ports/425704

Log:
  Mark as broken on arm64.  Remove ia64 line, it is obsolete.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/upp/Makefile

Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile	Tue Nov  8 08:20:31 2016	(r425703)
+++ head/devel/upp/Makefile	Tue Nov  8 08:23:25 2016	(r425704)
@@ -38,7 +38,7 @@ MAKE_ARGS=	UPPOUT="../_out/" OutFile="..
 
 MAKE_JOBS_UNSAFE=	yes
 
-BROKEN_ia64=	Does not compile on ${ARCH}
+BROKEN_arm64=	Does not compile on ${ARCH}: error Unknown CPU architecture
 BROKEN_powerpc=	Does not compile on ${ARCH}
 BROKEN_sparc64=	Does not compile on ${ARCH}
 


More information about the svn-ports-head mailing list