[MacPorts] #60167: lilypond 2.20.0: Failed to configure lilypond
MacPorts
noreply at macports.org
Sat Mar 7 17:24:53 UTC 2020
#60167: lilypond 2.20.0: Failed to configure lilypond
----------------------------+----------------------
Reporter: JunTamura1959 | Owner: nerdling
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: lilypond |
----------------------------+----------------------
Comment (by kencu):
If this port truly needs that old version of `texi2html` then it might
need to download it and use it for the build. If the current version of
`texi2html` will work, then the version test would appear to need to be
updated.
Our `texit2html` was updated many years ago to 5.0, but the old version
still exists in the commit history as a starting point.
{{{
PortSystem 1.0
name texi2html
version 1.82
platforms darwin
if {[info exists supported_archs]} {
supported_archs noarch
}
categories textproc
maintainers nomaintainer
description A Perl script which converts Texinfo source files to HTML
output.
long_description \
A Perl script which converts Texinfo source files to HTML output.
homepage http://www.nongnu.org/${name}
master_sites http://savannah.nongnu.org/download/${name}
checksums md5 7ea537a8c81ffbf5421b39c0333e91df \
sha1 e7bbe1197147566250abd5c456b94c8e37e0a81f \
rmd160 1949d1d857cb71e1b5070e36223a26896910d523
patchfiles patch-test-run_test.sh.diff
depends_lib path:bin/perl:perl5
configure.perl ${prefix}/bin/perl
use_parallel_build yes
test.run yes
test.target check
universal_variant no
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60167#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list