Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 22:52:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480120 - head/textproc/py-ufal.udpipe
Message-ID:  <201809192252.w8JMqfFu057747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809192252.w8JMqfFu057747>