svn commit: r389988 - head/audio/epos-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 18:46:57 UTC 2015


Author: amdmi3
Date: Wed Jun 17 18:46:56 2015
New Revision: 389988
URL: https://svnweb.freebsd.org/changeset/ports/389988

Log:
  - Mark BROKEN on < 10.x:
  
  yacc: e - line 107 of "/wrkdirs/usr/ports/audio/epos-devel/work/epos-2.5.37/src/nnet/neural_parse.yy", syntax error
  %token_table
  
  MFH:		2015Q2

Modified:
  head/audio/epos-devel/Makefile

Modified: head/audio/epos-devel/Makefile
==============================================================================
--- head/audio/epos-devel/Makefile	Wed Jun 17 18:13:01 2015	(r389987)
+++ head/audio/epos-devel/Makefile	Wed Jun 17 18:46:56 2015	(r389988)
@@ -13,6 +13,9 @@ COMMENT=	Text-to-Speech system
 LICENSE=	GPLv2 LGPL20
 LICENSE_COMB=	multi
 
+BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
+BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
+
 USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_stdcpp_main=no YACC=${YACC}


More information about the svn-ports-all mailing list