svn commit: r433826 - head/databases/pecl-mongodb

John Marino marino at FreeBSD.org
Fri Feb 10 22:03:34 UTC 2017


Author: marino
Date: Fri Feb 10 22:03:32 2017
New Revision: 433826
URL: https://svnweb.freebsd.org/changeset/ports/433826

Log:
  databases/pecl-mongodb: IGNORE when LibreSSL selected
  
  The 1.3.0 and later releases of pecl-mongodb promise to support LibreSSL,
  so IGNORE with LibreSSL until then.
  
  Approvd by:	SSL blanket

Modified:
  head/databases/pecl-mongodb/Makefile

Modified: head/databases/pecl-mongodb/Makefile
==============================================================================
--- head/databases/pecl-mongodb/Makefile	Fri Feb 10 21:05:48 2017	(r433825)
+++ head/databases/pecl-mongodb/Makefile	Fri Feb 10 22:03:32 2017	(r433826)
@@ -16,4 +16,10 @@ USES=		php:ext ssl tar:tgz
 USE_PHP=	spl:build
 CFLAGS+=	-I${LOCALBASE}/include
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT:Mlibressl*}
+IGNORE=		LibreSSL not supported until version 1.3.x
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list