Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 11:16:06 -0600
From:      John Marino <freebsd.contact@marino.st>
To:        Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r428413 - head/security/p5-Crypt-SMIME
Message-ID:  <120410fe-1ecc-c501-24b8-9cff0839e9cb@marino.st>
In-Reply-To: <201612121448.uBCEm5S9072598@repo.freebsd.org>
References:  <201612121448.uBCEm5S9072598@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/12/2016 08:48, Mathieu Arnold wrote:
> Author: mat
> Date: Mon Dec 12 14:48:04 2016
> New Revision: 428413
> URL: https://svnweb.freebsd.org/changeset/ports/428413
>
> Log:
>   Note that this needs a more recent OpenSSL version.
>
>   Sponsored by:	Absolight
>
> Modified:
>   head/security/p5-Crypt-SMIME/Makefile   (contents, props changed)
>
> Modified: head/security/p5-Crypt-SMIME/Makefile
> ==============================================================================
> --- head/security/p5-Crypt-SMIME/Makefile	Mon Dec 12 14:40:22 2016	(r428412)
> +++ head/security/p5-Crypt-SMIME/Makefile	Mon Dec 12 14:48:04 2016	(r428413)
> @@ -27,4 +27,10 @@ USES=		perl5 ssl
>  post-install:
>  	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so
>
> -.include <bsd.port.mk>
> +.include <bsd.port.pre.mk>
> +
> +.if ${OSVERSION} < 1000015 && ${SSL_DEFAULT:Mbase}
> +IGNORE=	Need a more recent version of OpenSSL.
> +.endif
> +
> +.include <bsd.port.post.mk>
>

[resend]
FYI, I am planning to mark this only for openssl.  It requires CMS which 
is disabled on libressl.  But this commit paves the way for mine.
John

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?120410fe-1ecc-c501-24b8-9cff0839e9cb>