svn commit: r498064 - branches/2019Q2/sysutils/pam_mount

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


Author: antoine
Date: Sat Apr  6 07:54:22 2019
New Revision: 498064
URL: https://svnweb.freebsd.org/changeset/ports/498064

Log:
  MFH: r498063
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/sysutils/pam_mount/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/sysutils/pam_mount/Makefile
==============================================================================
--- branches/2019Q2/sysutils/pam_mount/Makefile	Sat Apr  6 07:54:01 2019	(r498063)
+++ branches/2019Q2/sysutils/pam_mount/Makefile	Sat Apr  6 07:54:22 2019	(r498064)
@@ -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-all mailing list