Date: Tue, 6 Nov 2018 11:14:37 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484286 - head/devel/ztcl Message-ID: <201811061114.wA6BEbGG072594@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811061114.wA6BEbGG072594>