From owner-svn-ports-head@freebsd.org Fri Jun 26 13:23:02 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 C074798C729; Fri, 26 Jun 2015 13:23:02 +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 B1DE41A44; Fri, 26 Jun 2015 13:23:02 +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 t5QDN2PT039455; Fri, 26 Jun 2015 13:23:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QDN2Of039454; Fri, 26 Jun 2015 13:23:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506261323.t5QDN2Of039454@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:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390634 - head/math/vowpal_wabbit 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:23:02 -0000 Author: amdmi3 Date: Fri Jun 26 13:23:01 2015 New Revision: 390634 URL: https://svnweb.freebsd.org/changeset/ports/390634 Log: - Mark broken on FreeBSD 9.x: ./../explore/static/MWTExplorer.h:16:10: fatal error: 'tuple' file not found Submitted by: pkg-fallout Approved by: portmgr blanket Modified: head/math/vowpal_wabbit/Makefile Modified: head/math/vowpal_wabbit/Makefile ============================================================================== --- head/math/vowpal_wabbit/Makefile Fri Jun 26 13:18:37 2015 (r390633) +++ head/math/vowpal_wabbit/Makefile Fri Jun 26 13:23:01 2015 (r390634) @@ -10,6 +10,8 @@ COMMENT= Fast out-of-core learning syste LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +BROKEN_FreeBSD_9= does not build + USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes