Re: path:-style depspec to libc++.dylib?

2023-05-08 Thread René J . V . Bertin
On Monday May 08 2023 12:41:08 Kirill A. Korinsky wrote: >and it works as expected. FWIW, my attempt also worked for things like `port info` and IIRC even `port fetch`; I got the error when I tried `port configure`, when "base" actually tries to use the depspec data.

Re: path:-style depspec to libc++.dylib?

2023-05-08 Thread René J . V . Bertin
On Monday May 08 2023 12:41:08 Kirill A. Korinsky wrote: >I just tried > >depends_lib path:lib/libc++.dylib:libcxx > >and it works as expected. Interesting. I am not at the right machine right now but I was tinkering with the legacy-support 1.1 PortGroup, where it adds a dependency

Re: path:-style depspec to libc++.dylib?

2023-05-08 Thread Kirill A. Korinsky via macports-dev
Hi, I just tried depends_lib path:lib/libc++.dylib:libcxx and it works as expected. May you share a line which triggers an error? -- wbr, Kirill > On 8. May 2023, at 00:17, René J.V. Bertin wrote: > > Hi, > > I tried to write a path:-style depspec

Re: path:-style depspec to libc++.dylib?

2023-05-07 Thread Jason Liu
Did you try double backslash or putting quotes around the path? -- Jason Liu On Sun, May 7, 2023 at 6:18 PM René J.V. Bertin wrote: > Hi, > > I tried to write a path:-style depspec to libc++.dylib, but that gives me > a regexp compilation error. Can that be avoided by escaping

path:-style depspec to libc++.dylib?

2023-05-07 Thread René J . V . Bertin
Hi, I tried to write a path:-style depspec to libc++.dylib, but that gives me a regexp compilation error. Can that be avoided by escaping those pluses in the filename and if so, how? A simple backslash didn't do it for me. Thanks, R.