Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 15:48:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420358 - head/print/musixtex
Message-ID:  <201608171548.u7HFmUQD097450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Set of TeX macros to typeset music
 
+BROKEN=		does not build
+
 USE_TEX=	basic
 
 EXAMPLE_VERSION=	T112



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608171548.u7HFmUQD097450>