git: 5f52f47790a0 - main - sysutils/pam_mount: extend BROKENness to FreeBSD 14

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 27 14:22:54 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f52f47790a0cacbfba24c4b282077493d9f4bd2

commit 5f52f47790a0cacbfba24c4b282077493d9f4bd2
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-27 14:18:23 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-27 14:21:18 +0000

    sysutils/pam_mount: extend BROKENness to FreeBSD 14
---
 sysutils/pam_mount/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile
index 439d152948a5..35a29357c940 100644
--- a/sysutils/pam_mount/Makefile
+++ b/sysutils/pam_mount/Makefile
@@ -31,6 +31,7 @@ CONFIGURE_ARGS+=--localstatedir=/var \
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
 BROKEN_FreeBSD_13=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+BROKEN_FreeBSD_14=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
 .endif
 
 post-patch:


More information about the dev-commits-ports-all mailing list