Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 13:23:02 +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: r390634 - head/math/vowpal_wabbit
Message-ID:  <201506261323.t5QDN2Of039454@svn.freebsd.org>

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



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