[Bug 266942] bsd.port.mk: Use .MAKE.UID instead of calling id(1)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Oct 2022 13:37:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266942

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=d8c894889cc7055dd347b696b2157a5db401ad20

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(+)

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