svn commit: r511552 - in head/print: lilypond lilypond-devel

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 06:47:44 UTC 2019


Author: antoine
Date: Sun Sep  8 06:47:43 2019
New Revision: 511552
URL: https://svnweb.freebsd.org/changeset/ports/511552

Log:
  Mark BROKEN
  
  ERROR: Please install required programs:  /usr/local/bin/fontforge >= 20110222 (installed: 127.0.0.1)
  
  Reported by:	pkg-fallout

Modified:
  head/print/lilypond-devel/Makefile
  head/print/lilypond/Makefile

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Sun Sep  8 06:46:01 2019	(r511551)
+++ head/print/lilypond-devel/Makefile	Sun Sep  8 06:47:43 2019	(r511552)
@@ -13,6 +13,8 @@ COMMENT=	GNU music typesetter
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	pdftexi2dvi:print/texinfo \
 		t1ascii:print/t1utils \
 		bash:shells/bash \

Modified: head/print/lilypond/Makefile
==============================================================================
--- head/print/lilypond/Makefile	Sun Sep  8 06:46:01 2019	(r511551)
+++ head/print/lilypond/Makefile	Sun Sep  8 06:47:43 2019	(r511552)
@@ -13,6 +13,8 @@ COMMENT=	GNU music typesetter
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	pdftexi2dvi:print/texinfo \
 		t1ascii:print/t1utils \
 		bash:shells/bash \


More information about the svn-ports-all mailing list