svn commit: r390634 - head/math/vowpal_wabbit

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 26 13:23:02 UTC 2015


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


More information about the svn-ports-all mailing list