git: 779d651552c7 - main - security/ca_root_nss: Disable ETCSYMLINK on FreeBSD 16 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 25 Sep 2025 11:35:06 UTC
The branch main has been updated by fluffy:

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

commit 779d651552c7c0b277f3869ccad6716ec9e6e92e
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-09-25 11:34:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-09-25 11:34:04 +0000

    security/ca_root_nss: Disable ETCSYMLINK on FreeBSD 16 (+)
---
 security/ca_root_nss/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile
index 5a7cfdd6e5eb..8824436587be 100644
--- a/security/ca_root_nss/Makefile
+++ b/security/ca_root_nss/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ca_root_nss
 PORTVERSION=	${VERSION_NSS}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/nss/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
 DISTNAME=	nss-${VERSION_NSS}${NSS_SUFFIX}
@@ -20,6 +20,7 @@ WRKSRC_SUBDIR=	nss
 OPTIONS_DEFINE=		ETCSYMLINK
 OPTIONS_DEFAULT=	ETCSYMLINK
 OPTIONS_EXCLUDE_FreeBSD_15=	ETCSYMLINK
+OPTIONS_EXCLUDE_FreeBSD_16=	ETCSYMLINK
 
 OPTIONS_SUB=		yes