svn commit: r498063 - head/sysutils/pam_mount

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 07:54:03 UTC 2019


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>


More information about the svn-ports-head mailing list