diff options
author | Martin Neubauer <m.ne@gmx.net> | 2022-06-05 17:21:50 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-06-06 20:39:21 +0000 |
commit | d77eb9ff690532448945164517286f356c3d43ac (patch) | |
tree | 2c211e99faa6902b07cc2a4e45e758472032073b /print/lilypond-devel/Makefile | |
parent | 27315d48e42a972f9df5a0f3447e43b0646133fb (diff) | |
download | ports-d77eb9ff690532448945164517286f356c3d43ac.tar.gz ports-d77eb9ff690532448945164517286f356c3d43ac.zip |
print/lilypond-devel: update to 2.23.9
ChangeLog:
http://lilypond.org/news.html#LilyPond-2_002e23_002e9-released-May-20_002c-2022
* Removed obsolete GUILE2 build option
PR: 264465
Reported by: m.ne@gmx.net (maintainer)
Diffstat (limited to 'print/lilypond-devel/Makefile')
-rw-r--r-- | print/lilypond-devel/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 51a24002b235..5bfb66bc6bec 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -1,7 +1,7 @@ # Created by: patrick, trevor PORTNAME= lilypond -DISTVERSION= 2.23.6 +DISTVERSION= 2.23.9 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -23,14 +23,16 @@ BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ + libgc-threaded.so:devel/boehm-gc-threaded \ libgmp.so:math/gmp \ + libguile-2.2.so:lang/guile2 \ libharfbuzz.so:print/harfbuzz \ libltdl.so:devel/libltdl RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \ mftrace:print/mftrace -USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome magick:7,build perl5 \ - pkgconfig python:3.5+ +USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \ + magick:7,build perl5 pkgconfig python:3.5+ USE_CXXSTD= c++11 USE_GNOME= pango USE_PERL5= build @@ -40,6 +42,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} \ + GUILE_FLAVOR=guile-2.2 \ HOME=${WRKDIR} \ YACC=${YACC} @@ -62,22 +65,15 @@ INFO= lilypond-changes \ music-glossary PLIST_SUB= DISTVERSION=${DISTVERSION} -OPTIONS_DEFINE= GUILE2 NLS URW +OPTIONS_DEFINE= NLS URW OPTIONS_SUB= yes -GUILE2_DESC= Use guile2 (will incur some performance penalty) URW_DESC= Use bundled URW fonts -GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ - libguile-2.2.so:lang/guile2 -GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1 -GUILE2_CONFIGURE_ENV= GUILE_FLAVOR=guile-2.2 - NLS_USES= gettext URW_BUILD_DEPENDS= urw-base35-fonts>0:x11-fonts/urw-base35-fonts URW_RUN_DEPENDS_OFF= urw-base35-fonts>0:x11-fonts/urw-base35-fonts - URW_CONFIGURE_WITH= urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts post-patch: |