Re: INSTALL_PATH with spaces

2021-03-05 Thread Ryan Schmidt
On Mar 5, 2021, at 10:35, Janosch Peters wrote: > I am working on a new port and I am struggling to set the INSTALL_PATH to > "/$HOME/Library/Application Support/MacPass“. This is what I tried: I would abandon this attempt because a port shouldn't be installing anything in a user's $HOME. Po

Re: INSTALL_PATH with spaces

2021-03-05 Thread Janosch Peters via macports-dev
> Am 05.03.2021 um 21:31 schrieb Joshua Root : > > On 2021-3-6 07:12 , Janosch Peters via macports-dev wrote: >> For some reason macports puts braces around the whole expression >> {INSTALL_PATH=…} I guess this is the reason the Variable is not recognized >> anymore. > > To set INSTALL_PATH

Re: INSTALL_PATH with spaces

2021-03-05 Thread Joshua Root
On 2021-3-6 07:12 , Janosch Peters via macports-dev wrote: For some reason macports puts braces around the whole expression {INSTALL_PATH=…} I guess this is the reason the Variable is not recognized anymore. To set INSTALL_PATH you're supposed to use the option xcode.destroot.path. But it d

Re: INSTALL_PATH with spaces

2021-03-05 Thread Janosch Peters via macports-dev
> Am 05.03.2021 um 18:52 schrieb David Strubbe : > > Did you try putting quotation marks around it, like > {"/users/janosch/Library/Application Support/MacPass"} ? > I just tried this now: set appsupport {"/users/janosch/Library/Application Support/MacPass“} and INSTALL_PATH=$appsupport

INSTALL_PATH with spaces

2021-03-05 Thread Janosch Peters via macports-dev
I am working on a new port and I am struggling to set the INSTALL_PATH to "/$HOME/Library/Application Support/MacPass“. This is what I tried: xcode.destroot.settings (…) INSTALL_PATH=$appsupport

PR 8415 ready

2021-03-05 Thread Christopher Chavez
Asking on behalf of PR submitter if someone can please review and merge this: https://github.com/macports/macports-ports/pull/8415 Thanks, Christopher A. Chavez

requesting review and merge of PR #10130 (libp11)

2021-03-05 Thread Ian Young
Hi all, I made a PR recently to address the failure to build of the libp11 port under macOS 11 Big Sur. The TRAC ticket was opened 2 months ago: https://trac.macports.org/ticket/61989 The port maintainer hasn't responded to that ticket. The pull request is here: https://githu