MFH: r498063
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
This commit is contained in:
parent
b17f8c0d44
commit
fc25cd6b7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498064
1 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,13 @@ CONFIGURE_ARGS+=--localstatedir=/var \
|
|||
--without-cryptsetup \
|
||||
--with-ssbindir=${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.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')
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/pam_mount.c
|
||||
${REINPLACE_CMD} -e '/dist_security_DATA/s|\.xml$$|.xml.sample|' \
|
||||
|
@ -38,4 +45,4 @@ post-install:
|
|||
@${RMDIR} ${STAGEDIR}${PREFIX}/share/xml/pam_mount/dtd
|
||||
@${RMDIR} ${STAGEDIR}${PREFIX}/share/xml/pam_mount/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue