svn commit: r451567 - branches/2017Q4/math/hfst

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 19:08:07 UTC 2017


Author: antoine
Date: Sun Oct  8 19:08:05 2017
New Revision: 451567
URL: https://svnweb.freebsd.org/changeset/ports/451567

Log:
  MFH: r451564
  
  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

Modified:
  branches/2017Q4/math/hfst/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/math/hfst/Makefile
==============================================================================
--- branches/2017Q4/math/hfst/Makefile	Sun Oct  8 19:07:33 2017	(r451566)
+++ branches/2017Q4/math/hfst/Makefile	Sun Oct  8 19:08:05 2017	(r451567)
@@ -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