Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 13:18:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390633 - head/math/py-pyfst
Message-ID:  <201506261318.t5QDIbxx035219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 26 13:18:37 2015
New Revision: 390633
URL: https://svnweb.freebsd.org/changeset/ports/390633

Log:
  - Mark BORKEN on 9.x (actually it's broken everywhere, but fatally on 9.x): does not build because it uses C compiler to build C++ code. Seemingly pydistutils problem
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/math/py-pyfst/Makefile

Modified: head/math/py-pyfst/Makefile
==============================================================================
--- head/math/py-pyfst/Makefile	Fri Jun 26 12:51:07 2015	(r390632)
+++ head/math/py-pyfst/Makefile	Fri Jun 26 13:18:37 2015	(r390633)
@@ -14,6 +14,8 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libfst.so:${PORTSDIR}/math/openfst
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		compiler:c++11-lib python
 USE_PYTHON=	distutils autoplist
 CPPFLAGS+=	-I${LOCALBASE}/include



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