Created attachment 210407 [details] only match openssl itself or proper FreeBSD
Why is this patch necessary? Are you using the FreeBSD ports tree on non-FreeBSD systems?
As per general rule OSVERSION check should be prefixed with OPSYS check since the OS may not be FreeBSD and the check only tries to apply to FreeBSD.
Sorry to be ignorant here, but, can you give me an example? When would non-FreeBSD systems use the FreeBSD ports tree?
E.g. DragonFlyBSD DPorts https://www.dragonflybsd.org/docs/howtos/HowToDPorts/#index2h1
A commit references this bug: Author: zi Date: Fri Jan 3 14:22:48 UTC 2020 New revision: 521941 URL: https://svnweb.freebsd.org/changeset/ports/521941 Log: - Add OPSYS to conditional PR: 243048 Changes: head/net-mgmt/net-snmp/Makefile
Thanks a lot! :)