svn commit: r497827 - head/devel/cpp-netlib

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:35:30 UTC 2019


Author: antoine
Date: Thu Apr  4 12:35:28 2019
New Revision: 497827
URL: https://svnweb.freebsd.org/changeset/ports/497827

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/devel/cpp-netlib/Makefile

Modified: head/devel/cpp-netlib/Makefile
==============================================================================
--- head/devel/cpp-netlib/Makefile	Thu Apr  4 12:33:42 2019	(r497826)
+++ head/devel/cpp-netlib/Makefile	Thu Apr  4 12:35:28 2019	(r497827)
@@ -25,4 +25,11 @@ CMAKE_ARGS+=		-DCPP-NETLIB_BUILD_EXAMPLES=OFF \
 			-DCPP-NETLIB_BUILD_TESTS=OFF
 USE_GITHUB=		yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	no member named 'SSLv2_method' in the global namespace
+BROKEN_FreeBSD_13=	no member named 'SSLv2_method' in the global namespace
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list