Date: Sat, 6 Apr 2019 07:54:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498063 - head/sysutils/pam_mount Message-ID: <201904060754.x367s2Jt088391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 07:54:01 2019 New Revision: 498063 URL: https://svnweb.freebsd.org/changeset/ports/498063 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/sysutils/pam_mount/Makefile Modified: head/sysutils/pam_mount/Makefile ============================================================================== --- head/sysutils/pam_mount/Makefile Sat Apr 6 07:51:34 2019 (r498062) +++ head/sysutils/pam_mount/Makefile Sat Apr 6 07:54:01 2019 (r498063) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060754.x367s2Jt088391>