Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
5a2c1d74
Commit
5a2c1d74
authored
Mar 30, 2021
by
fernape
Browse files
print/lilypond: Add build option to use Guile2
PR: 254572 Submitted by: m.ne@gmx.net (maintainer)
parent
1113236d
Changes
1
Hide whitespace changes
Inline
Side-by-side
print/lilypond/Makefile
View file @
5a2c1d74
...
...
@@ -25,7 +25,6 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS
=
libfontconfig.so:x11-fonts/fontconfig
\
libfreetype.so:print/freetype2
\
libgmp.so:math/gmp
\
libguile.so:lang/guile1
\
libltdl.so:devel/libltdl
RUN_DEPENDS
=
${LOCALBASE}
/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu
\
mftrace:print/mftrace
...
...
@@ -61,11 +60,16 @@ INFO= lilypond-changes \
music-glossary
PLIST_SUB
=
DISTVERSION
=
${DISTVERSION}
OPTIONS_DEFINE
=
URW NLS
OPTIONS_DEFINE
=
GUILE2 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
NLS_USES
=
gettext
URW_BUILD_DEPENDS
=
urw-core35-fonts>0:x11-fonts/urw-core35-fonts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment