svn commit: r564724 - head/www/lagrange

Lewis Cook lcook at FreeBSD.org
Mon Feb 8 16:47:14 UTC 2021


Author: lcook
Date: Mon Feb  8 16:47:14 2021
New Revision: 564724
URL: https://svnweb.freebsd.org/changeset/ports/564724

Log:
  www/lagrange: Mark BROKEN with OpenSSL versions before 1.1.1
  
  Reported by:		pkg-fallout
  Approved by:		fernape (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28526

Modified:
  head/www/lagrange/Makefile

Modified: head/www/lagrange/Makefile
==============================================================================
--- head/www/lagrange/Makefile	Mon Feb  8 16:44:22 2021	(r564723)
+++ head/www/lagrange/Makefile	Mon Feb  8 16:47:14 2021	(r564724)
@@ -23,4 +23,10 @@ USE_SDL=	sdl2
 
 OPENSSL_LDFLAGS=	-lssl -lcrypto
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base
+BROKEN=		requires at least OpenSSL version 1.1.1 to build
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list