[Bug 293834] net/bsdrcmds: Update to GitHub tag 20260315.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Apr 2026 20:25:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293834

--- Comment #4 from Daniel Engberg <diizzy@FreeBSD.org> ---
(In reply to Doug Ambrisko from comment #3)
Hi,

Sorry for the late reply, missed bugzilla's notification mail :/

That looks a lot better, I would separate USE_GITHUB and GH_ACCOUNT from USES
section but either is fine.

I think a CFLAGS and whatnot that gets pulled in comes from .include
<bsd.prog.mk>

Example
https://github.com/jlehen/bsdrcmds/blob/master/rsh/Makefile#L13


make -V CFLAGS
-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing

https://github.com/jlehen/bsdrcmds/blob/master/rlogind/Makefile

...
--- rlogind ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DINET6
-DUSE_BLACKLIST -fPIE -std=gnu17 -Wno-format-zero-length -nobuiltininc
-idirafter /usr/lib/clang/19/include -fstack-protector-strong -Wsystem-headers
-Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Wno-error=unused-but-set-parameter -Wno-error=cast-function-type-mismatch
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef
-Wno-address-of-packed-member -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter -Qunused-arguments   -Wl,-zrelro -pie    -o rlogind
rlogind.pieo  -lutil -lblacklist

Best regards,
Daniel

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