[Bug 253721] [PATCH] FLAVOR converted ports don't work with WRKDIRPREFIX user definition

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 25 May 2021 08:09:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253721

--- Comment #2 from Harald Schmalzbauer <bugzilla.freebsd@omnilan.de> ---
(In reply to Mathieu Arnold from comment #1)

> ❯ pwd             
> /home/mat/work/freebsd/ports/dns/bind9-devel
> ❯ make -VFLAVORS                  
> normal small huge nativepkcs11 gssapi_base gssapi_heimdal gssapi_mit
> ❯ make -V WRKDIR
> /home/mat/work/freebsd/ports/dns/bind9-devel/work-normal
> ❯ make -V WRKDIR WRKDIRPREFIX=/tmp
> /tmp/home/mat/work/freebsd/ports/dns/bind9-devel/work-normal

What happens if you do:

❯ make FLAVOR=small -V WRKDIR WRKDIRPREFIX=/tmp

Can't remember out of mind and dont't have vanilla environment arount to
re-test myself.

Thanks,
-harry

-- 
You are receiving this mail because:
You are on the CC list for the bug.