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

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

Mathieu Arnold <mat@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #1 from Mathieu Arnold <mat@FreeBSD.org> ---
Can you describe the error you are having exactly ?

Beause WRKDIRPREFIX always has worked:

❯ 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

If WRKDIRPREFIX was broken, all the tools used to build packages, like
poudriere for instance, would be completely broken.

The _WRKDIR variable that you are removing is used two lines after your patch,
where WRKDIRPREFIX is added.

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