Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 12:02:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462147 - head/security/pam_ssh_agent_auth
Message-ID:  <201802171202.w1HC2fGL087148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171202.w1HC2fGL087148>