svn commit: r545063 - head/security/p5-Crypt-SMIME

Steve Wills swills at FreeBSD.org
Sat Aug 15 20:14:17 UTC 2020


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 at 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>


More information about the svn-ports-head mailing list