diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile index 6b5586d614de..cf66633d10d0 100644 --- a/devel/dcmtk/Makefile +++ b/devel/dcmtk/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= ftp://dicom.offis.de/pub/dicom/offis/software/${PORTNAME}/${PORTNA MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit to work with DICOM objects +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA' + LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 7948e2dabe18..44d974aa66e9 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -12,6 +12,9 @@ COMMENT= Grassroots DICOM library LICENSE= BSD3CLAUSE +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'X509_STORE_CTX' (aka 'x509_store_ctx_st') + LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 \ libexpat.so:textproc/expat2 diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index a28d2f933353..a5980b149766 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -16,6 +16,9 @@ LICENSE_COMB= multi LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct ssl_st' + USES= tar:bzip2 .if !defined(REFERENCE_PORT) diff --git a/devel/godot/Makefile b/devel/godot/Makefile index 1b879d1a2142..2ed2264b5c7e 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -15,6 +15,9 @@ LICENSE_COMB= multi LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/LOGO_LICENSE.md LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'BIO' (aka 'bio_st') + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libmpcdec.so:audio/musepack \ diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index abd925350080..ec5ace01fd33 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -12,6 +12,9 @@ COMMENT= HTTP/2-based RPC framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'SSL_get0_next_proto_negotiated' + BUILD_DEPENDS= go:lang/go \ yasm:devel/yasm LIB_DEPENDS= libgflags.so:devel/gflags \ diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile index a7723c70e86c..7b0781567126 100644 --- a/devel/hadoop/Makefile +++ b/devel/hadoop/Makefile @@ -15,6 +15,9 @@ COMMENT= Apache Map/Reduce framework LICENSE= APACHE20 +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') + BUILD_DEPENDS= gmake:devel/gmake \ gsed:textproc/gsed RUN_DEPENDS= bash:shells/bash diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index 53d26f8cf8f8..d55d86c3e9ce 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -24,6 +24,9 @@ COMMENT= Apache Map/Reduce framework LICENSE= APACHE20 +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct evp_cipher_ctx_st' + BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 \ cmake:devel/cmake \ ${LOCALBASE}/protobuf25/bin/protoc:devel/protobuf25 diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index 4e0a13991191..d4f5d76ffe21 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -13,6 +13,9 @@ COMMENT= Library for support of the Expert Witness Compression Format (EWF) LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= field has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') + LIB_DEPENDS= libsmdev.so:devel/libsmdev \ libsmraw.so:devel/libsmraw \ libuuid.so:misc/e2fsprogs-libuuid diff --git a/devel/libmsocket/Makefile b/devel/libmsocket/Makefile index 985acc55c374..aea55e50229a 100644 --- a/devel/libmsocket/Makefile +++ b/devel/libmsocket/Makefile @@ -10,11 +10,14 @@ MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Socket abstraction library for C programmers +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= invalid application of 'sizeof' to an incomplete type 'X509' (aka 'struct x509_st') + LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= DEBUG -USES= tar:bzip2 desthack +USES= tar:bzip2 desthack ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-throttling \ diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 4bd55e04c34c..9cfbd6119442 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libxslt.so:textproc/libxslt BROKEN_powerpc64= fails to compile: iterator.h: error: invalid abstract return type +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st') USE_LDCONFIG= yes USES= libtool gmake pathfix pkgconfig compiler:c++11-lang ssl diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 34fe48ed59ad..7f899332c525 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -15,6 +15,9 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE-LGPL +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'BIO' (aka 'bio_st') + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-optimize --with-ssl=${OPENSSLBASE} MAKE_ARGS= INSTDIR=${STAGEDIR}${PREFIX} SHARED_INSTDIR=${STAGEDIR}${PREFIX} diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile index 4c59b823f591..4bb6520b0134 100644 --- a/devel/mongo-cxx-driver/Makefile +++ b/devel/mongo-cxx-driver/Makefile @@ -13,6 +13,9 @@ COMMENT= MongoDB Legacy C++ Driver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/APACHE-2.0.txt +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'BIO_s_file_internal' + LIB_DEPENDS= libboost_system.so:devel/boost-libs MAKE_JOBS_UNSAFE= yes @@ -28,7 +31,7 @@ USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver -USES= scons +USES= scons ssl MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ --cxx=${CXX} diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 74267dafe8c0..4be8f7ca10b2 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -11,6 +11,9 @@ COMMENT= Robust high performance CORBA ORB for C++ and Python LICENSE= GPLv2 +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st') + CONFLICTS= omniORB41-4.1.* PLIST_SUB+= SONUM=2 GNU_CONFIGURE= yes diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile index 7a8fe55e9c90..e0cfa38a44da 100644 --- a/devel/poco-ssl/Makefile +++ b/devel/poco-ssl/Makefile @@ -16,6 +16,9 @@ COMMENT= C++ libraries with a network/internet focus (full version) LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') + CONFLICTS= poco-[0-9]* USES= gmake tar:bzip2 ssl diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile index 3f72f3c0b391..deb01bc0c762 100644 --- a/devel/ptlib/Makefile +++ b/devel/ptlib/Makefile @@ -12,6 +12,9 @@ COMMENT= Cross platform C++ library, used by OPAL LICENSE= MPL10 +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'BIO_s_file_internal' + LIB_DEPENDS= libexpat.so:textproc/expat2 CONFLICTS= pwlib-1.* diff --git a/devel/staf/Makefile b/devel/staf/Makefile index 2f810f07c883..04508b2eb268 100644 --- a/devel/staf/Makefile +++ b/devel/staf/Makefile @@ -14,6 +14,9 @@ COMMENT= Software Testing Automation Framework LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE.htm +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') + WRKSRC= ${WRKDIR}/src WRKSRC_SUBDIR= ${PORTNAME} INSTALL_WRKSRC= ${WRKDIR}/rel/freebsd/staf/${STAF_BUILD_TYPE} diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index 83b98a2a1afc..022233960bc3 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -12,6 +12,9 @@ DISTNAME= trf${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= Data conversion, digests, compression, error-correction for Tcl +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'SHA_Init' + ALL_TARGET= all USES+= tcl:tea tar:bzip2 diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 1a90493ef26a..0484ef411c6b 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= 'configure: error: "Error: libcrypto required."' USES= autoreconf pkgconfig gmake compiler:c++11-lang \ libtool pathfix ssl @@ -56,10 +58,6 @@ CFLAGS+= -I${OPENSSLINC} USE_CXXSTD= c++11 .endif -.if ${SSL_DEFAULT} == openssl-devel -BROKEN= cannot find libcrypto -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${LN} -sf libthrift-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthrift.so.0 diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 49383456f407..14fe03fda2a4 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= GNU/gnu-arch \ MAINTAINER= ports@FreeBSD.org COMMENT= Original arch source control management CLI written in C +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct X509_name_entry_st' + BUILD_DEPENDS= gpatch:devel/patch \ gdiff:textproc/diffutils \ gtar:archivers/gtar