Ryan Carsten Schmidt
Ryan Carsten Schmidt
What I'm getting at is what was mentioned in https://github.com/macports/macports-ports/pull/14323: that blocks like ``` if {[string match *clang* ${configure.cxx}]} { configure.env-append CXXLIBS=-stdlib=${configure.cxx_stdlib} } ``` (or at least blocks with that...
> Are there many ports looking at this variable? Quite a few. > If so, a better question would be why they need to do that. It's fairly common for...
Yes I think so.
We've been here before; see #13144.
We do want it if it works, but as I said in the other PR I didn't understand how it would work. The Portfile runs `fc-cache` as root so I...
> I would expect that the post-activate block should contain only `fc-cache -sv` That seems logical. The use of two different `fc-cache` invocations was introduced in 0f118dd64f505a0ae98d9d6ba11196bdd9463148; before that we...
> I would expect that the post-activate block should contain only `fc-cache -sv` So shall we make that change as part of this PR?
Be aware that there are many postgresql* ports, for the various different postgresql versions, and that it is desirable for them to remain as similar as possible (although other committers...
> @ryandesign I've been using `graphviz-devel` everywhere for the past few months - along with a number of dependents - without any issues. And while I certainly haven't tested everything...
> The configure script already removes the given prefix from `PATH`. I didn't know/remember it did that, but indeed that's been there a long time, since 2e689647a03d131ebfee89888108234e8c4e37de. > The `CC=...`...