Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 07:20:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253721] [PATCH] FLAVOR converted ports don't work with WRKDIRPREFIX user definition
Message-ID:  <bug-253721-7788-ICBXFrU09M@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253721-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253721-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253721

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:

=E2=9D=AF pwd=20=20=20=20=20=20=20=20=20=20=20=20=20
/home/mat/work/freebsd/ports/dns/bind9-devel
=E2=9D=AF make -VFLAVORS=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
normal small huge nativepkcs11 gssapi_base gssapi_heimdal gssapi_mit
=E2=9D=AF make -V WRKDIR
/home/mat/work/freebsd/ports/dns/bind9-devel/work-normal
=E2=9D=AF make -V WRKDIR WRKDIRPREFIX=3D/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 pat=
ch,
where WRKDIRPREFIX is added.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253721-7788-ICBXFrU09M>