Re: Package a second port (gitlab-ee instead of gitlab-ce)

From: Matthias Fechner <mfechner_at_freebsd.org>
Date: Mon, 15 Apr 2024 05:11:33 UTC
Am 12.04.2024 um 19:47 schrieb Gleb Popov:
> The ${FLAVOR:U...} expression looks a bit weird to me. You have
> FLAVOR?= ... in your Makefile, so this var can't really be undefined


thanks a lot for your time having a look to it.
You are right, it has as default ce defined. I simplified it now with:
|.if ${FLAVOR:U} == ee|

|
|

> Yes, see man 8 poudriere, the FLAVORS section. When running poud bulk
> -a, all flavors are built. Otherwise, the behavior is controlled by
> FLAVOR_DEFAULT_ALL option in the poudriere.conf

thanks, I fixed it now by adding just the following two lines into my 
pkglist (as I do not build all ports on my local poudriere and I do not 
want to interfere with my other builds):
www/gitlab
www/gitlab@ee

I think I will make the Gitlab EE port available together with the next 
Gitlab 16.11 upgrade.
The current tests are looking nice and I think the flavor support for 
Gitlab is ready.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook