svn commit: r462147 - head/security/pam_ssh_agent_auth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 12:02:42 UTC 2018


Author: sunpoet
Date: Sat Feb 17 12:02:41 2018
New Revision: 462147
URL: https://svnweb.freebsd.org/changeset/ports/462147

Log:
  Use BROKEN_SSL

Modified:
  head/security/pam_ssh_agent_auth/Makefile

Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile	Sat Feb 17 12:01:17 2018	(r462146)
+++ head/security/pam_ssh_agent_auth/Makefile	Sat Feb 17 12:02:41 2018	(r462147)
@@ -9,6 +9,7 @@ MASTER_SITES=	SF/pamsshagentauth/${PORTNAME}/v${PORTVE
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PAM module which permits authentication via ssh-agent
 
+BROKEN_SSL=	openssl-devel
 BROKEN_powerpc64=	fails to build: ed25519-donna-portable.h: warning: ALIGN redefined
 
 USES=		perl5 ssl tar:bzip2
@@ -23,10 +24,4 @@ PLIST_FILES=	lib/pam_ssh_agent_auth.so \
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list