Date: Thu, 22 Nov 2018 01:24: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: r485577 - head/textproc/py-ufal.udpipe Message-ID: <201811220124.wAM1ONXs011018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811220124.wAM1ONXs011018>