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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 28 Mar 2026 23:16:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293834

Daniel Engberg <diizzy@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |diizzy@FreeBSD.org

--- Comment #2 from Daniel Engberg <diizzy@FreeBSD.org> ---
Hi,

Please update port Makefile to follow Porters Handbook,
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github
https://docs.freebsd.org/en/books/porters-handbook/book/#porting-samplem
https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags

Summary:

PORTVERSION --> DISTVERSION

The grouping is fine but in wrong order

USE_GITHUB
GH_ACCOUNT
Move these below USES=

MAKE_* variables can be defined without +

CFLAGS appears to get polluted and change depending on what OS version you're
building on (these should be consistent)
-std= and a bunch of other flags gets added

Attached patch fails to apply

Best regards,
Daniel

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