svn commit: r477670 - head/security/pam_ssh_agent_auth

Kurt Jaeger pi at FreeBSD.org
Mon Aug 20 18:56:20 UTC 2018


Author: pi
Date: Mon Aug 20 18:56:19 2018
New Revision: 477670
URL: https://svnweb.freebsd.org/changeset/ports/477670

Log:
  security/pam_ssh_agent_auth: perl is only needed during build
  
  PR:		229536
  Submitted by:	Gyoergy Teubel <tgyurci at gmail.com>

Modified:
  head/security/pam_ssh_agent_auth/Makefile

Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile	Mon Aug 20 18:34:53 2018	(r477669)
+++ head/security/pam_ssh_agent_auth/Makefile	Mon Aug 20 18:56:19 2018	(r477670)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pam_ssh_agent_auth
 PORTVERSION=	0.10.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
 
@@ -14,8 +15,9 @@ BROKEN_mips64=		fails to compile: ed25519-donna-portab
 BROKEN_powerpc64=	fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined
 
 USES=		perl5 ssl tar:bzip2
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	ac_cv_func_strnvis=no
+CONFIGURE_ENV=	ac_cv_func_strnvis=no PERL=/usr/bin/false
 CONFIGURE_ARGS=	--libexecdir=${LOCALBASE}/lib \
 		--with-ssl-dir=${OPENSSLBASE}
 


More information about the svn-ports-all mailing list