Re: inserting -stdlib=libstdc++ into cxxflags

2024-03-23 Thread Ken Cunningham
the clang-10-bootstrap port builds against libstdc++ now. K

npm portgroup default version

2024-03-23 Thread contextnerror
Is there a reason why the npm portgroup still defaults to nodejs16? It’s been EOL for a little bit now.

Re: inserting -stdlib=libstdc++ into cxxflags

2024-03-23 Thread Ken Cunningham
sorry, clang-11-bootstrap > On Mar 23, 2024, at 00:01, Ken Cunningham > wrote: > > the clang-10-bootstrap port builds against libstdc++ now. > > K

Re: npm portgroup default version

2024-03-23 Thread Blair Zajac
It’s only seen two commits in its entire history with only a handful of ports using it: bash-language-server eask-cli pnpm pyright typescript-language-server bitwarden-cli With this low number of ports, one could check if they work with nodejs20. Blair > On Mar 23, 2024, at 12:01 AM, contextne

cmake-devel --> cmake coming .... please test if you care to

2024-03-23 Thread Ken Cunningham
the cmake port is very very far behind. cmake-devel has been updated to the newest version currently available (3.29.0) for most systems, and then newest supportable (3.28.4) for 10.7 and < 10.6. Please try out if you care to, as cmake-devel should become cmake soon. If you are interested in th

Re: Ruby question: solution for dependency version specs?

2024-03-23 Thread Fred Wright
On Sun, 17 Mar 2024, Sergio Had wrote: I have no idea what is going on with archaic versions, but Ruby 3.1+ through ruby-devel (3.4) should work on every system. Please stop posting falsehoods. Ruby 3.1-3.3 most certainly do *not* work on every system (yet), and I posted a list of the faili

Re: Ruby question: solution for dependency version specs?

2024-03-23 Thread Gagan Sidhu via macports-dev
dear fred, i understand this is the dev mailing list and politeness does not supersede correctness given the topical nature of this mailing list. i am the last one to be pedantic, but serge *did* qualify his statement with a “should” (i.e. expectation), meaning it was not absolute. let us not

Humor + Thanks

2024-03-23 Thread Frank Stock
>On Mar 23, 2024, at 6:06 PM, Gagan Sidhu via macports-dev > wrote: >our snooty fink-derived alcohol competitor LOL Can I just say to every contributor (past and present) how much I appreciate the MacPorts architecture and design. Why anyone would intentionally *replace* *shared* system files i

Unable to build Xcode projects using SwiftPM in MacPorts sandbox

2024-03-23 Thread Zero King
Hi, As I try to package the latest commit of poedit, I encountered the following error: Failed to determine if database is empty or not: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “org.swift.swiftpm” in the folder “Caches”." UserInfo={NSFilePath=/opt

Re: Unable to build Xcode projects using SwiftPM in MacPorts sandbox

2024-03-23 Thread Ryan Schmidt
On Mar 23, 2024, at 23:00, Zero King wrote: > > I think it could be base's sandbox that prevented writes to the home > directory, where SwiftPM stores its cache. If disabling sandboxing in macports.conf makes it work, then your suspicion is probably correct. MacPorts sets the HOME environment