Re: What is the actual syntax used to FLAVOR ports?

2020-02-11 Thread Chris
On Tue, 11 Feb 2020 09:45:53 +0100 Mathieu Arnold m...@freebsd.org said On Mon, Feb 10, 2020 at 09:02:34PM -0500, Ernie Luzar wrote: > Kevin Oberman wrote: > > On Sat, Feb 8, 2020 at 1:27 PM Chris wrote: > > > > > OK I know FLAVOR is an evolving concept. But I can not find > > > the FLAVOR do

Debugging build with gmake, running npm toolchain

2020-02-11 Thread Stefan Bethke
I maintain www/gitea, and with the newest release, the build has been changed from a mostly pure Go build to a more complex setup using gmake, and including some npm-based toolchain to build CSS and JS. Right now, changing the port from USES=go:modules to USES=gmake runs into a compilation/link

Re: What is the actual syntax used to FLAVOR ports?

2020-02-11 Thread George Hartzell
Mathieu Arnold writes: > [...] > Flavors have been documented from day one. > > https://www.freebsd.org/doc/en/books/porters-handbook/flavors.html > > (I kinda know because I wrote (most of) the flavors code, and I also > write (most of) the documentation.) But, and I think that this is whe

Re: What is the actual syntax used to FLAVOR ports?

2020-02-11 Thread Mathieu Arnold
On Mon, Feb 10, 2020 at 09:02:34PM -0500, Ernie Luzar wrote: > Kevin Oberman wrote: > > On Sat, Feb 8, 2020 at 1:27 PM Chris wrote: > > > > > OK I know FLAVOR is an evolving concept. But I can not find > > > the FLAVOR documentation. Only references in the porters > > > handbook. What I think nee