aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cpp-netlib
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-04 20:35:28 +0800
committerantoine <antoine@FreeBSD.org>2019-04-04 20:35:28 +0800
commit80f72101917b62bc8fa099f2c912f5e2d749cf6a (patch)
tree18414285519a16931cbf465c9b8e82974ca13d6e /devel/cpp-netlib
parent26c201960dcaa4e6fa90debd5ac25f89e7b90676 (diff)
downloadfreebsd-ports-gnome-80f72101917b62bc8fa099f2c912f5e2d749cf6a.tar.gz
freebsd-ports-gnome-80f72101917b62bc8fa099f2c912f5e2d749cf6a.tar.zst
freebsd-ports-gnome-80f72101917b62bc8fa099f2c912f5e2d749cf6a.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Diffstat (limited to 'devel/cpp-netlib')
-rw-r--r--devel/cpp-netlib/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile
index 89c3df1e0a9c..c2a45a27d77a 100644
--- a/devel/cpp-netlib/Makefile
+++ b/devel/cpp-netlib/Makefile
@@ -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>