svn commit: r484286 - head/devel/ztcl

Baptiste Daroussin bapt at FreeBSD.org
Tue Nov 6 11:14:38 UTC 2018


Author: bapt
Date: Tue Nov  6 11:14:37 2018
New Revision: 484286
URL: https://svnweb.freebsd.org/changeset/ports/484286

Log:
  Mark as broken with recent texinfo:
  makeinfo -I ./doc -I . --html --no-split ./doc/ztcl.texi -o ztcl.html
  ./doc/ztcl.texi:366: raising the section level of @subsection which is too low
  ./doc/ztcl.texi:990: raising the section level of @unnumberedsubsubsec which is too low

Modified:
  head/devel/ztcl/Makefile

Modified: head/devel/ztcl/Makefile
==============================================================================
--- head/devel/ztcl/Makefile	Tue Nov  6 10:53:24 2018	(r484285)
+++ head/devel/ztcl/Makefile	Tue Nov  6 11:14:37 2018	(r484286)
@@ -15,6 +15,7 @@ LICENSE=	LGPL21
 
 DEPRECATED=	Unfetchable, unmaintained, info page unbuildable with recent makeinfo
 EXPIRATION_DATE=	2018-12-03
+BROKEN=		Does not build with recent texinfo
 
 LIB_DEPENDS=	libtclmore0.so:devel/tclmore
 


More information about the svn-ports-all mailing list