svn commit: r485577 - head/textproc/py-ufal.udpipe

Mark Linimon linimon at FreeBSD.org
Thu Nov 22 01:24:24 UTC 2018


Author: linimon
Date: Thu Nov 22 01:24:23 2018
New Revision: 485577
URL: https://svnweb.freebsd.org/changeset/ports/485577

Log:
  Switch from BROKEN to NOT_FOR_ARCHS.  This is the canonical form for
  endianness issues.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/py-ufal.udpipe/Makefile

Modified: head/textproc/py-ufal.udpipe/Makefile
==============================================================================
--- head/textproc/py-ufal.udpipe/Makefile	Thu Nov 22 01:15:30 2018	(r485576)
+++ head/textproc/py-ufal.udpipe/Makefile	Thu Nov 22 01:24:23 2018	(r485577)
@@ -12,8 +12,8 @@ COMMENT=	Python bindings to UDPipe library for parsing
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_mips64=	Only little endian systems are supported!
-BROKEN_powerpc64=	Only little endian systems are supported!
+NOT_FOR_ARCHS=		mips mips64 powerpc powerpc64 powerpcspe sparc64
+NOT_FOR_ARCHS_REASON=	Only little endian systems are supported!
 
 USES=		compiler:c++11-lang python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list