svn commit: r364101 - head/print/lilypond-devel
Pietro Cerutti
gahr at FreeBSD.org
Tue Aug 5 14:09:21 UTC 2014
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
More information about the svn-ports-all
mailing list