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

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 19 22:52:42 UTC 2018


Author: yuri
Date: Wed Sep 19 22:52:41 2018
New Revision: 480120
URL: https://svnweb.freebsd.org/changeset/ports/480120

Log:
  textproc/py-ufal.udpipe: Mark "BROKEN" on mips64 and powerpc64; Add USES=compiler:c++11-lang
  
  PR:		231494
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

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

Modified: head/textproc/py-ufal.udpipe/Makefile
==============================================================================
--- head/textproc/py-ufal.udpipe/Makefile	Wed Sep 19 22:44:36 2018	(r480119)
+++ head/textproc/py-ufal.udpipe/Makefile	Wed Sep 19 22:52:41 2018	(r480120)
@@ -12,7 +12,10 @@ COMMENT=	Python bindings to UDPipe library for parsing
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+BROKEN_mips64=	Only little endian systems are supported!
+BROKEN_powerpc64=	Only little endian systems are supported!
+
+USES=		compiler:c++11-lang python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list