Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2022 13:37:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266942] bsd.port.mk: Use .MAKE.UID instead of calling id(1)
Message-ID:  <bug-266942-7788-o4po6ARk9L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266942-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266942-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=3D266942

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd8c894889cc7055dd347b696b2157a5=
db401ad20

commit d8c894889cc7055dd347b696b2157a5db401ad20
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2022-10-15 13:31:37 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2022-10-15 13:36:10 +0000

    Mk/bsd.port.mk: Use .MAKE.UID instead of calling id(1)

    Save an invocation of id(1) by using the built-in .MAKE.UID variable
    instead.  Check availability of .MAKE.UID first, since older versions
    of bmake (12.x) don't have it yet.

    PR:             266942
    Approved by:    bapt

 Mk/bsd.port.mk | 4 ++++
 1 file changed, 4 insertions(+)

--=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-266942-7788-o4po6ARk9L>