svn commit: r450723 - head/security/R-cran-openssl

TAKATSU Tomonari tota at FreeBSD.org
Wed Sep 27 08:08:49 UTC 2017


Author: tota
Date: Wed Sep 27 08:08:48 2017
New Revision: 450723
URL: https://svnweb.freebsd.org/changeset/ports/450723

Log:
  - Remove IGNORE
  
  PR:		222251
  Submitted by:	brnrd@

Modified:
  head/security/R-cran-openssl/Makefile   (contents, props changed)

Modified: head/security/R-cran-openssl/Makefile
==============================================================================
--- head/security/R-cran-openssl/Makefile	Wed Sep 27 06:57:59 2017	(r450722)
+++ head/security/R-cran-openssl/Makefile	Wed Sep 27 08:08:48 2017	(r450723)
@@ -22,10 +22,4 @@ R_POSTCMD_INSTALL_OPTIONS+=	--configure-vars="INCLUDE_
 post-patch:
 	${REINPLACE_CMD} -e '1,5d' ${WRKSRC}/src/ssl.c
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mlibressl*}
-IGNORE=	detected LibreSSL (missing RSA_get0_key and others)
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list