Sorry, I mean to say, I'm writing a new port. One for osquery. And I can get it to build fine by itself, but once I start the build in a portfile, I get build errors and I'm almost certain it's some stupid configuration variable I missed from when I did ccmake.
On Sun, Sep 29, 2019 at 8:58 AM Mojca Miklavec <[email protected]> wrote: > 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 >
