Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2024 00:50:55 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7da7fa2d5181 - main - security/linux-rl9-p11-kit: fix ARCH handling (+)
Message-ID:  <202411130050.4AD0otXo060436@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7da7fa2d5181a153a212112690b119cabdd07883

commit 7da7fa2d5181a153a212112690b119cabdd07883
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-13 00:47:13 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-13 00:50:44 +0000

    security/linux-rl9-p11-kit: fix ARCH handling (+)
    
    Obliviously I forgot to include corresponding .mk before use ARCH macro
    
    Reported by:    dvl
    
    Sponsored by:   Future Crew, LLC
---
 security/linux-rl9-p11-kit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/linux-rl9-p11-kit/Makefile b/security/linux-rl9-p11-kit/Makefile
index 08ca29d93d22..cece3732ae2d 100644
--- a/security/linux-rl9-p11-kit/Makefile
+++ b/security/linux-rl9-p11-kit/Makefile
@@ -22,6 +22,8 @@ DESCR=		${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
+.include <bsd.port.options.mk>
+
 post-install:
 	${RLN} ${STAGEDIR}${PREFIX}/usr/lib64/pkcs11/p11-kit-trust.so ${STAGEDIR}${PREFIX}/usr/lib64/libnssckbi.so
 .if ${ARCH} == amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411130050.4AD0otXo060436>