svn commit: r451564 - head/math/hfst

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 19:02:24 UTC 2017


Author: antoine
Date: Sun Oct  8 19:02:22 2017
New Revision: 451564
URL: https://svnweb.freebsd.org/changeset/ports/451564

Log:
  Mark BROKEN: fails to build
  
  /bin/sh ../../../build-aux/ylwrap xre_parse.yy y.tab.c xre_parse.cc y.tab.h `echo xre_parse.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/  -e s/c++$/h++/ -e s/c$/h/` y.output xre_parse.output -- byacc -d
  byacc: e - line 75 of "/wrkdirs/usr/ports/math/hfst/work/hfst-c187d5a/libhfst/src/parsers/xre_parse.yy", syntax error
  %name-prefix="xre"
  
  Reported by:	pkg-falout
  MFH:		2017Q4

Modified:
  head/math/hfst/Makefile

Modified: head/math/hfst/Makefile
==============================================================================
--- head/math/hfst/Makefile	Sun Oct  8 18:58:23 2017	(r451563)
+++ head/math/hfst/Makefile	Sun Oct  8 19:02:22 2017	(r451564)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Toolkit for for processing natural language morphologies
 
+BROKEN=		fails to build
+
 USE_GITHUB=	yes
 GH_TAGNAME=	c187d5a
 


More information about the svn-ports-all mailing list