Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2023 12:00:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268299] PORTSDIR variable not being read from /etc/make.conf when building kernel.
Message-ID:  <bug-268299-227-zLaSj9XG3M@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268299-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268299-227@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=3D268299

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D12496806098d9d9915817edcd0df17cdd=
27f60c8

commit 12496806098d9d9915817edcd0df17cdd27f60c8
Author:     Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2023-03-27 11:42:31 +0000
Commit:     Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-03-27 11:57:57 +0000

    kern.post.mk: fix PORTSDIR handling

    Using subshell's PORTSDIR variable (via $${PORTSDIR}}) seems to be
    only working if PORTSDIR is specified directly on the make command
    line.

    Use ${PORTDIR} here instead so that setting the variable in
    /etc/{make,src,src-env}.conf would work (also works for variable
    being set on command line or in the environment).

    PR:             268299
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D37868

 sys/conf/kern.post.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268299-227-zLaSj9XG3M>