summaryrefslogtreecommitdiff
path: root/print/lilypond-devel
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-08-05 14:09:20 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-08-05 14:09:20 +0000
commit62d3faabc7e0e9ea55bc17349a12a5d37c1a6296 (patch)
tree3ed164936391faef089dae836d832e4b022a4aae /print/lilypond-devel
parentpostgresql-plproxy: support stage and fix pkg-plist (diff)
- Update to 2.19.11
- Fix resolution of math functions
Diffstat (limited to 'print/lilypond-devel')
-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