Date: Mon, 20 Aug 2018 18:56:19 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477670 - head/security/pam_ssh_agent_auth Message-ID: <201808201856.w7KIuJb9059797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808201856.w7KIuJb9059797>