From 746c73f783aa8b6f1da89831c488782bc02151bb Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa <rakuco@FreeBSD.org> Date: Thu, 3 Dec 2015 17:01:00 +0000 Subject: Use BROKEN_FreeBSD_9 instead of IGNORE and version checks after r402877. Not only does this simplify the Makefile, but BROKEN is the correct choice here ("BROKEN is reserved for ports that currently do not compile, install, deinstall, or run correctly. Use it for ports where the problem is believed to be temporary", says the Porter's Handbook). Suggested by marino@. --- devel/thrift-cpp/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 9e44208037c5..7a425249a104 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -44,13 +44,11 @@ CONFIGURE_ARGS+= \ --without-ruby \ --without-go -.include <bsd.port.pre.mk> - # src/thrift/transport/TSSLSocket.cpp:147: error: 'TLSv1_1_method' was not declared in this scope # src/thrift/transport/TSSLSocket.cpp:149: error: 'TLSv1_2_method' was not declared in this scope -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015 -IGNORE= does not build with 9.x base OpenSSL -.endif +BROKEN_FreeBSD_9= does not build with 9.x base OpenSSL + +.include <bsd.port.pre.mk> .if ${COMPILER_TYPE} == clang USE_CXXSTD= c++11 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0