svn commit: r389874 - head/print/lilypond-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 23:02:54 UTC 2015


Author: amdmi3
Date: Tue Jun 16 23:02:53 2015
New Revision: 389874
URL: https://svnweb.freebsd.org/changeset/ports/389874

Log:
  - Mark BROKEN on < 10.x:
  
  help2man: can't get `--help' info from out/lilypond
  
  MFH:		2015Q2

Modified:
  head/print/lilypond-devel/Makefile

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Tue Jun 16 23:02:31 2015	(r389873)
+++ head/print/lilypond-devel/Makefile	Tue Jun 16 23:02:53 2015	(r389874)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://download.linuxaudio
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	The GNU music typesetter
+COMMENT=	GNU music typesetter
 
 LICENSE=	GPLv3
 
@@ -25,14 +25,15 @@ BUILD_DEPENDS=	pdftexi2dvi:${PORTSDIR}/p
 		texi2html:${PORTSDIR}/textproc/texi2html \
 		zip:${PORTSDIR}/archivers/zip \
 		${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts
-
 RUN_DEPENDS=	mftrace:${PORTSDIR}/print/mftrace \
 		${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu
-
 LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile \
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
+BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
+BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
+
 INFO=		internals \
 		lilypond-changes \
 		lilypond-contributor \


More information about the svn-ports-head mailing list