aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-07-06 16:34:51 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-07-07 08:19:14 +0000
commit4715fb0df1d1223e6e14d5c337b34029a177b28b (patch)
tree78ff3131187db0f9cd89c91ad6a82bbcee0cdb71
parentd84643fc3d15350c748112d75009439abe049b81 (diff)
downloadports-4715fb0df1d1223e6e14d5c337b34029a177b28b.tar.gz
ports-4715fb0df1d1223e6e14d5c337b34029a177b28b.zip
print/lilypond-devel: update to 2.23.3
-rw-r--r--print/lilypond-devel/Makefile6
-rw-r--r--print/lilypond-devel/distinfo6
-rw-r--r--print/lilypond-devel/files/patch-Documentation_GNUmakefile16
3 files changed, 13 insertions, 15 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 4e7f016f2ac5..f6486072cfa1 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -1,8 +1,7 @@
# Created by: patrick, trevor
PORTNAME= lilypond
-DISTVERSION= 2.23.2
-PORTREVISION= 1
+DISTVERSION= 2.23.3
CATEGORIES= print audio
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/
PKGNAMESUFFIX= -devel
@@ -26,6 +25,7 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgmp.so:math/gmp \
+ libharfbuzz.so:print/harfbuzz \
libltdl.so:devel/libltdl
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \
mftrace:print/mftrace
@@ -81,8 +81,6 @@ URW_CONFIGURE_WITH= urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts
post-patch:
@${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \
${WRKSRC}/lily/include/includable-lexer.hh
- @${REINPLACE_CMD} -e 's|$save_CXXFLAGS -Werror=suggest-override|$save_CXXFLAGS|' \
- ${WRKSRC}/configure
@${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \
${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf
diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo
index 7befaa7ebb33..d855dc0ff877 100644
--- a/print/lilypond-devel/distinfo
+++ b/print/lilypond-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618420280
-SHA256 (lilypond-2.23.2.tar.gz) = 3b850b7af0322db720eafe8141f4a3e275fee6e00325da85decffbdb6ffced8c
-SIZE (lilypond-2.23.2.tar.gz) = 17080861
+TIMESTAMP = 1625529967
+SHA256 (lilypond-2.23.3.tar.gz) = 8a833696f7c6d2d4b4ae162ffd0836216c63c3765ea14069d6632d320d6bc308
+SIZE (lilypond-2.23.3.tar.gz) = 17109789
diff --git a/print/lilypond-devel/files/patch-Documentation_GNUmakefile b/print/lilypond-devel/files/patch-Documentation_GNUmakefile
index df8dba5740ee..bd69aeb82a41 100644
--- a/print/lilypond-devel/files/patch-Documentation_GNUmakefile
+++ b/print/lilypond-devel/files/patch-Documentation_GNUmakefile
@@ -1,23 +1,23 @@
---- Documentation/GNUmakefile.orig 2020-08-16 10:58:56 UTC
+--- Documentation/GNUmakefile.orig 2021-07-03 16:12:20 UTC
+++ Documentation/GNUmakefile
-@@ -147,6 +147,7 @@ INFO_DOCS = \
+@@ -187,6 +187,7 @@ INFO_DOCS = \
lilypond-internals \
lilypond-learning \
lilypond-notation \
+ lilypond-snippets \
lilypond-usage \
music-glossary
- # Some info files should only be processed if `$(out)` is equal to
-@@ -156,11 +157,9 @@ INFO_DOCS = \
- # more entries that are no longer present.
+ # Some info files should only be processed if `$(out)` is equal to `www`, but we
+@@ -195,11 +196,9 @@ INFO_DOCS = \
+ # older LilyPond versions inserted more entries that are no longer present.
ALL_INFO_DOCS = \
$(INFO_DOCS) \
- lilypond-snippets \
lilypond-web
ifeq ($(out),www)
--INFO_DOCS += lilypond-snippets \
-- lilypond-web
-+INFO_DOCS += lilypond-web
+- INFO_DOCS += lilypond-snippets \
+- lilypond-web
++ INFO_DOCS += lilypond-web
endif
INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
ALL_INFO_FILES = $(ALL_INFO_DOCS:%=$(outdir)/%.info)