Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 08:08:48 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450723 - head/security/R-cran-openssl
Message-ID:  <201709270808.v8R88mL9026060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709270808.v8R88mL9026060>