git: 0fcd1af46685 - main - security/ca_root_nss: Disable ETCSYMLINK on FreeBSD 15

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Sun, 07 Sep 2025 19:04:42 UTC
The branch main has been updated by des:

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

commit 0fcd1af46685a5f55ab7b936afdf4262d3b73c3e
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-09-07 19:04:30 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-09-07 19:04:30 +0000

    security/ca_root_nss: Disable ETCSYMLINK on FreeBSD 15
    
    Reviewed by:    michaelo, fluffy
    Differential Revision:  https://reviews.freebsd.org/D52398
---
 security/ca_root_nss/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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