Re: Fetching port getmail fails

2024-04-19 Thread Ryan Schmidt
On Apr 19, 2024, at 00:15, contextnerror wrote: > > The issue is that you’re getting too many redirects for the pyropus.ca url. > I'm not sure why this is happening to you and not me. You probably use different versions of macOS and therefore different versions of curl. This is a bug in curl ve

Re: Fetching port getmail fails

2024-04-19 Thread Horst Simon via macports-users
Yes, this was the problem, it used the macOS High Sierra curl, after adding changing the root profile using /usr/local/bin and /usr/local/sbin it worked ok. Thanks Horst Simon > On 20 Apr 2024, at 01:36, Ryan Schmidt wrote: >  > On Apr 19, 2024, at 00:15, contextnerror wrote: >> The issue is

Re: Fetching port getmail fails

2024-04-19 Thread Ryan Schmidt
On Apr 19, 2024, at 17:17, Horst Simon wrote: > Yes, this was the problem, it used the macOS High Sierra curl, after adding > changing > the root profile using /usr/local/bin and /usr/local/sbin it worked ok. I'm not sure what you're referring to with the root profile. But after writing my mess

Re[2]: Fetching port getmail fails

2024-04-19 Thread Horst Simon via macports-users
I am sorry misunderstood your last email, but anyway it is working now. What I tried to explain is that the curl I used in previous installs was from MacPorts, but when it failed I had only the macOS High Sierra native curl. Regards, Horst -- Original Message -- From "Ryan Schmidt"

Lilypond documentation (info+man) installation?

2024-04-19 Thread Kenneth Wolcott
Hi; I've been using Lilypond via MacPorts for some while now. I've been using Lilypond documentation from the Lilypond website in html form (sometimes from pdf). What I don't have is the documentation from MacPorts Lilypond in the info and/or man format. man lilypond No manual entry for l

Re: Lilypond documentation (info+man) installation?

2024-04-19 Thread Richard L. Hamilton
I'd say build it with +docs, but that failed for me: :info:build Making Documentation/out/lilypond-contributor.info < texi :info:build bibtex: Not writing to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lilypond/lilypond

Re: Lilypond documentation (info+man) installation?

2024-04-19 Thread Werner LEMBERG
> I'd say build it with +docs, but that failed for me: > > :info:build Making Documentation/out/lilypond-contributor.info < texi > :info:build bibtex: Not writing to > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lilyp

Guile 3

2024-04-19 Thread Werner LEMBERG
Recent LilyPond development versions only compile with Guile 3. It would be great if https://github.com/macports/macports-ports/pull/14600 can be eventually finished and added to MacPorts. Werner

Re: Lilypond documentation (info+man) installation?

2024-04-19 Thread Kenneth Wolcott
Hi; Thanks for your responses, Richard and Werner. I went ahead and downloaded the Documentation package from the Lilypond website for vesion 2.24.3, unpacked it and updated my MANPAGE and INFOPAGE environment variables and now I have access tothe Lilypond man pages and info pages. Thanks, K