svn commit: r364413 - head/print/sgf2tex

Antoine Brodin antoine at FreeBSD.org
Sat Aug 9 09:01:06 UTC 2014


Author: antoine
Date: Sat Aug  9 09:01:05 2014
New Revision: 364413
URL: http://svnweb.freebsd.org/changeset/ports/364413
QAT: https://qat.redports.org/buildarchive/r364413/

Log:
  Mark BROKEN: fails to build
  
  ===>  Building for sgf2tex-3.3_6
  cc -g -o sgfsplit sgfsplit.c
  /usr/local/bin/etex manual
  /usr/local/bin/etex: No such file or directory
  *** [manual.dvi] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/print/sgf2tex/Makefile

Modified: head/print/sgf2tex/Makefile
==============================================================================
--- head/print/sgf2tex/Makefile	Sat Aug  9 08:59:00 2014	(r364412)
+++ head/print/sgf2tex/Makefile	Sat Aug  9 09:01:05 2014	(r364413)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://sporadic.stanford.e
 MAINTAINER=	spcoltri at omcl.org
 COMMENT=	Convert a Go game record in SGF format into TeX and provide fonts to make a dvi
 
+BROKEN=		Fails to build
+
 USES=		shebangfix
 SHEBANG_FILES=	sgf2tex
 USE_TEX=	tex


More information about the svn-ports-head mailing list