Skip to content

Commit

Permalink
print/lilypond-devel: 2.23.6
Browse files Browse the repository at this point in the history
- Ensure using the chosen guile version once multiple versions can be
  installed concurrently

PR:		261854
  • Loading branch information
Martin Neubauer authored and lwhsu committed Feb 13, 2022
1 parent 0219838 commit fee7c34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
7 changes: 4 additions & 3 deletions print/lilypond-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: patrick, trevor

PORTNAME= lilypond
DISTVERSION= 2.23.5
DISTVERSION= 2.23.6
CATEGORIES= print audio
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/
PKGNAMESUFFIX= -devel
Expand Down Expand Up @@ -43,11 +43,11 @@ CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
HOME=${WRKDIR} \
YACC=${YACC}

CONFLICTS_INSTALL= lilypond

MAKEFILE= GNUmakefile
ALL_TARGET= all

CONFLICTS_INSTALL= lilypond

BINARY_ALIAS= python=${PYTHON_VERSION}

INFO= lilypond-changes \
Expand All @@ -71,6 +71,7 @@ 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

Expand Down
6 changes: 3 additions & 3 deletions print/lilypond-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1638223494
SHA256 (lilypond-2.23.5.tar.gz) = 53fd289eac318356003bf19b2d9e8ec43cb32e2ea926363145c1b26482bd1678
SIZE (lilypond-2.23.5.tar.gz) = 17180401
TIMESTAMP = 1644228992
SHA256 (lilypond-2.23.6.tar.gz) = a179bd974a0e64390efef5bb0cc1e7287f1218237548433adba51c4f25bba2ce
SIZE (lilypond-2.23.6.tar.gz) = 17311135
14 changes: 0 additions & 14 deletions print/lilypond-devel/files/patch-lily_dispatcher.cc

This file was deleted.

3 changes: 2 additions & 1 deletion print/lilypond-devel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ share/emacs/site-lisp/lilypond-words.el
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-rests.mf
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-scripts.mf
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-sharps.mf
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-sori-koron.mf
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-ties.mf
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-timesignatures.mf
%%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-trills.mf
Expand Down Expand Up @@ -188,7 +189,6 @@ share/emacs/site-lisp/lilypond-words.el
%%DATADIR%%/%%DISTVERSION%%/ly/event-listener.ly
%%DATADIR%%/%%DISTVERSION%%/ly/festival.ly
%%DATADIR%%/%%DISTVERSION%%/ly/generate-documentation.ly
%%DATADIR%%/%%DISTVERSION%%/ly/generate-interface-doc-init.ly
%%DATADIR%%/%%DISTVERSION%%/ly/grace-init.ly
%%DATADIR%%/%%DISTVERSION%%/ly/graphviz-init.ly
%%DATADIR%%/%%DISTVERSION%%/ly/gregorian.ly
Expand All @@ -205,6 +205,7 @@ share/emacs/site-lisp/lilypond-words.el
%%DATADIR%%/%%DISTVERSION%%/ly/norsk.ly
%%DATADIR%%/%%DISTVERSION%%/ly/paper-defaults-init.ly
%%DATADIR%%/%%DISTVERSION%%/ly/performer-init.ly
%%DATADIR%%/%%DISTVERSION%%/ly/persian.ly
%%DATADIR%%/%%DISTVERSION%%/ly/piano-tkit.ly
%%DATADIR%%/%%DISTVERSION%%/ly/portugues.ly
%%DATADIR%%/%%DISTVERSION%%/ly/predefined-fretboards-init.ly
Expand Down

0 comments on commit fee7c34

Please sign in to comment.