From owner-svn-ports-head@freebsd.org Fri Jun 26 13:18:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0981598C59E; Fri, 26 Jun 2015 13:18:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EED171515; Fri, 26 Jun 2015 13:18:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QDIbRT035220; Fri, 26 Jun 2015 13:18:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QDIbxx035219; Fri, 26 Jun 2015 13:18:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506261318.t5QDIbxx035219@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 26 Jun 2015 13:18:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390633 - head/math/py-pyfst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 13:18:38 -0000 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