Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 14:09:20 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364101 - head/print/lilypond-devel
Message-ID:  <53e0e590.5485.18f4bc17@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Aug  5 14:09:20 2014
New Revision: 364101
URL: http://svnweb.freebsd.org/changeset/ports/364101
QAT: https://qat.redports.org/buildarchive/r364101/

Log:
  - Update to 2.19.11
  - Fix resolution of math functions

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

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Tue Aug  5 13:57:34 2014	(r364100)
+++ head/print/lilypond-devel/Makefile	Tue Aug  5 14:09:20 2014	(r364101)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lilypond
-PORTVERSION=	2.19.10
+PORTVERSION=	2.19.11
 CATEGORIES=	print audio
 MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
 PKGNAMESUFFIX=	-devel
@@ -80,6 +80,8 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 post-patch:
+	${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \
+	    ${REINPLACE_CMD} -e 's|isinf[ ]*(|::isinf(|g' -e 's|isnan|::isnan|g'
 	${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \
 	    ${WRKSRC}/lily/include/includable-lexer.hh
 .if !${PORT_OPTIONS:MNLS}

Modified: head/print/lilypond-devel/distinfo
==============================================================================
--- head/print/lilypond-devel/distinfo	Tue Aug  5 13:57:34 2014	(r364100)
+++ head/print/lilypond-devel/distinfo	Tue Aug  5 14:09:20 2014	(r364101)
@@ -1,2 +1,2 @@
-SHA256 (lilypond-2.19.10.tar.gz) = dc1eed3bffdadfebcdecf649e1d748293070fd77b6855f67512ecc681802778b
-SIZE (lilypond-2.19.10.tar.gz) = 16317295
+SHA256 (lilypond-2.19.11.tar.gz) = 5245aba230ccc0a217d25079eca44cea637c6897d99ff094f4145cacef70bbb0
+SIZE (lilypond-2.19.11.tar.gz) = 16304635



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0e590.5485.18f4bc17>