Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2020 20:14:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545063 - head/security/p5-Crypt-SMIME
Message-ID:  <202008152014.07FKEGlW051096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Aug 15 20:14:16 2020
New Revision: 545063
URL: https://svnweb.freebsd.org/changeset/ports/545063

Log:
  security/p5-Crypt-SMIME can be built again with LibreSSL
  
  PR:		246374
  Reported by:	Peter Putzer <freebsd@mnd.sc>

Modified:
  head/security/p5-Crypt-SMIME/Makefile   (contents, props changed)

Modified: head/security/p5-Crypt-SMIME/Makefile
==============================================================================
--- head/security/p5-Crypt-SMIME/Makefile	Sat Aug 15 20:01:38 2020	(r545062)
+++ head/security/p5-Crypt-SMIME/Makefile	Sat Aug 15 20:14:16 2020	(r545063)
@@ -27,10 +27,4 @@ USES=		perl5 ssl
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mlibressl*}
-IGNORE=	Required CMS is disabled on LibreSSL
-.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?202008152014.07FKEGlW051096>