svn commit: r420358 - head/print/musixtex

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 17 15:48:31 UTC 2016


Author: amdmi3
Date: Wed Aug 17 15:48:30 2016
New Revision: 420358
URL: https://svnweb.freebsd.org/changeset/ports/420358

Log:
  - Mark BROKEN: does not build:
  
  kpathsea: Running mktexfmt tex.fmt
  mktexfmt: No such file or directory
  Sorry, I can't find the format `tex.fmt'; will try `initex.fmt'.
  
  kpathsea: Running mktexfmt initex.fmt
  mktexfmt: No such file or directory
  I can't find the format file `initex.fmt'!
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/print/musixtex/Makefile

Modified: head/print/musixtex/Makefile
==============================================================================
--- head/print/musixtex/Makefile	Wed Aug 17 15:46:24 2016	(r420357)
+++ head/print/musixtex/Makefile	Wed Aug 17 15:48:30 2016	(r420358)
@@ -12,6 +12,8 @@ DISTFILES=	musixtex-${PORTVERSION}.tar.g
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Set of TeX macros to typeset music
 
+BROKEN=		does not build
+
 USE_TEX=	basic
 
 EXAMPLE_VERSION=	T112


More information about the svn-ports-all mailing list