svn commit: r497828 - branches/2019Q2/devel/cpp-netlib

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:36:00 UTC 2019


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

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

Modified:
  branches/2019Q2/devel/cpp-netlib/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/cpp-netlib/Makefile
==============================================================================
--- branches/2019Q2/devel/cpp-netlib/Makefile	Thu Apr  4 12:35:28 2019	(r497827)
+++ branches/2019Q2/devel/cpp-netlib/Makefile	Thu Apr  4 12:35:59 2019	(r497828)
@@ -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