aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-08-05 22:09:20 +0800
committergahr <gahr@FreeBSD.org>2014-08-05 22:09:20 +0800
commitb1d6e71d3fef0463ed35988238fc59ed38d980da (patch)
tree3ed164936391faef089dae836d832e4b022a4aae /print
parentc15aaf50e79116f0852fac4b6c0fc54bc31c63c5 (diff)
downloadfreebsd-ports-gnome-b1d6e71d3fef0463ed35988238fc59ed38d980da.tar.gz
freebsd-ports-gnome-b1d6e71d3fef0463ed35988238fc59ed38d980da.tar.zst
freebsd-ports-gnome-b1d6e71d3fef0463ed35988238fc59ed38d980da.zip
- Update to 2.19.11
- Fix resolution of math functions
Diffstat (limited to 'print')
-rw-r--r--print/lilypond-devel/Makefile4
-rw-r--r--print/lilypond-devel/distinfo4
2 files changed, 5 insertions, 3 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 496cfe3fece4..9c36cd4a2f37 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -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}
diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo
index 098c169086c3..5faaba74126c 100644
--- a/print/lilypond-devel/distinfo
+++ b/print/lilypond-devel/distinfo
@@ -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