From owner-svn-ports-all@freebsd.org Mon Dec 12 17:16:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B12CAC73031; Mon, 12 Dec 2016 17:16:09 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.com (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E6E47EA; Mon, 12 Dec 2016 17:16:08 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-83-236.fv.ks.cox.net [72.204.83.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.com (Postfix) with ESMTP id 1AC9543C19; Mon, 12 Dec 2016 11:15:01 -0600 (CST) Subject: Re: svn commit: r428413 - head/security/p5-Crypt-SMIME To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612121448.uBCEm5S9072598@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <120410fe-1ecc-c501-24b8-9cff0839e9cb@marino.st> Date: Mon, 12 Dec 2016 11:16:06 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201612121448.uBCEm5S9072598@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161212-0, 12/12/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 17:16:09 -0000 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 > +.include > + > +.if ${OSVERSION} < 1000015 && ${SSL_DEFAULT:Mbase} > +IGNORE= Need a more recent version of OpenSSL. > +.endif > + > +.include > [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