On Sun, 29 Sep 2019 at 13:56, Mark Anderson wrote: > > So I have a CMake build that builds fine when I build it locally by hand > using ccmake, but as I try to turn it into a port file using the cmake > portgroup it fails. Does anyone know of a way to make ccmake spit out a > command line of what it used to generate?
Doesn't
sudo port -v build <portname>
give you what you are looking for?
Maybe
sudo port -d build <portname>
but that one is usually way too noisy.
Mojca
