- Update to 2.19.11
- Fix resolution of math functions
This commit is contained in:
parent
c93ae2152e
commit
62d3faabc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364101
2 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue