security/openssl-devel was removed, but there is a security/openssl111 now.

This commit is contained in:
Mathieu Arnold 2018-11-10 10:09:48 +00:00
parent 532b7359be
commit 35326f1a97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484599
86 changed files with 135 additions and 139 deletions

View file

@ -611,7 +611,7 @@ proxydeps_suggest_uses() {
elif [ ${pkg} = "devel/readline" ]; then
warn "you need USES+=readline"
# ssl
elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl-devel" \
elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl111" \
-o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \
]; then
warn "you need USES=ssl"

View file

@ -10,7 +10,7 @@
#
# DEFAULT_VERSIONS+= ssl=<openssl variant>
#
# Variants being base, openssl, openssl-devel, openssl111, libressl, and libressl-devel.
# Variants being base, openssl, openssl111, libressl, and libressl-devel.
#
# The Makefile sets these variables:
# OPENSSLBASE - "/usr" or ${LOCALBASE}

View file

@ -88,7 +88,7 @@ PYTHON3_DEFAULT?= 3.6
RUBY_DEFAULT?= 2.4
# Possible values: 4.6, 4.7, 4.8
SAMBA_DEFAULT?= 4.7
# Possible values: base, openssl, openssl-devel, openssl111, libressl, libressl-devel
# Possible values: base, openssl, openssl111, libressl, libressl-devel
.if !defined(SSL_DEFAULT)
# If no preference was set, check for an installed base version
# but give an installed port preference over it.

View file

@ -16,7 +16,7 @@ USES= ssl
USE_LDCONFIG= yes
USE_GNOME= glib20
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
PLIST= ${.CURDIR}/pkg-plist

View file

@ -14,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../xmms2
USES= perl5 ssl
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
PLIST= ${.CURDIR}/pkg-plist

View file

@ -17,7 +17,7 @@ MASTERDIR= ${.CURDIR}/../xmms2
USES= python:2.7 ssl
USE_PYTHON= flavors
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
PLIST= ${.CURDIR}/pkg-plist

View file

@ -13,8 +13,8 @@ COMMENT= Music file player for Apple Airport Express
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= bin/raop_play:No such file or directory
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= bin/raop_play:No such file or directory
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libfltk.so:x11-toolkits/fltk \

View file

@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found
BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= configure: error: could not find libcrypto
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= configure: error: could not find libcrypto
LIB_DEPENDS= libconfig.so:devel/libconfig \
libprotobuf-c.so:devel/protobuf-c

View file

@ -13,8 +13,8 @@ COMMENT= Benchmarking tool for Web proxies
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= configure: error: OpenSSL libraries and/or directories were not found in /usr/local
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= configure: error: OpenSSL libraries and/or directories were not found in /usr/local
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

View file

@ -16,8 +16,8 @@ LICENSE_NAME= American Radio Relay League, Inc. All rights reserved.
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \

View file

@ -17,8 +17,8 @@ BROKEN_aarch64= fails to build: error: cast from pointer to smaller type loses
BROKEN_armv6= fails to build: error: Not supported ARM architecture
BROKEN_armv7= fails to build: error: invalid operand for instruction
BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st')
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \

View file

@ -11,8 +11,8 @@ COMMENT= Synchronous multi-master replication engine
LICENSE= GPLv2
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= check that SSL devel headers are installed and usable
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= check that SSL devel headers are installed and usable
BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
BROKEN_armv7= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'

View file

@ -11,8 +11,8 @@ COMMENT= Tools for MongoDB
LICENSE= APACHE20
BROKEN_SSL= openssl-devel libressl libressl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL= openssl111 libressl libressl-devel
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL_REASON_libressl= could not determine kind of name for C.EVP_sha
BROKEN_SSL_REASON_libressl-devel= ${BROKEN_SSL_REASON_libressl}

View file

@ -18,8 +18,8 @@ COMMENT= Distributed document-oriented "NoSQL" database
LICENSE= AGPLv3 APACHE20
LICENSE_COMB= multi
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
LIB_DEPENDS= libpcre.so:devel/pcre \
libsnappy.so:archivers/snappy
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \

View file

@ -10,8 +10,8 @@ COMMENT= Tools for MongoDB
LICENSE= APACHE20
BROKEN_SSL= openssl-devel libressl libressl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL= openssl111 libressl libressl-devel
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL_REASON_libressl= could not determine kind of name for C.EVP_sha
BROKEN_SSL_REASON_libressl-devel= ${BROKEN_SSL_REASON_libressl}

View file

@ -17,8 +17,8 @@ COMMENT= Distributed document-oriented "NoSQL" database
LICENSE= AGPLv3 APACHE20
LICENSE_COMB= multi
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= no member named 'SSLv2_method' in the global namespace
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= no member named 'SSLv2_method' in the global namespace
ONLY_FOR_ARCHS= amd64 aarch64
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)"

View file

@ -12,8 +12,8 @@ LICENSE= APACHE20
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64"
BROKEN_SSL= openssl-devel libressl libressl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL= openssl111 libressl libressl-devel
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL_REASON_libressl= could not determine kind of name for C.EVP_sha
BROKEN_SSL_REASON_libressl-devel= ${BROKEN_SSL_REASON_libressl}

View file

@ -13,8 +13,8 @@ COMMENT= MySQL database connector for C
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
USES= cmake:outsource compiler:features mysql ssl
CMAKE_ARGS+= -DOPENSSL_INCLUDE_DIR="${OPENSSLINC}"

View file

@ -23,8 +23,8 @@ RUN_DEPENDS= bash:shells/bash \
socat:net/socat
LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct dh_st'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct dh_st'
DATADIR= ${PREFIX}/share/mysql
ETCDIR= ${PREFIX}/etc/mysql

View file

@ -12,8 +12,8 @@ COMMENT= Lightweight connection pooler for PostgreSQL
LICENSE= BSD2CLAUSE
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
LIB_DEPENDS= libevent.so:devel/libevent
BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:textproc/gsed

View file

@ -13,8 +13,8 @@ COMMENT= Connection pool server for PostgreSQL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
PORTSCOUT= limit:^3.5.[0-9]*

View file

@ -12,8 +12,8 @@ COMMENT= Connection pool server for PostgreSQL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
PORTSCOUT= limit:^3.6.[0-9]*

View file

@ -12,8 +12,8 @@ COMMENT= Connection pool server for PostgreSQL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
PORTSCOUT= limit:^3.7.[0-9]*

View file

@ -13,8 +13,8 @@ COMMENT= Connection pool server for PostgreSQL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
PORTSCOUT= limit:^3.4.[0-9]*

View file

@ -10,8 +10,8 @@ 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'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA'
LIB_DEPENDS= libtiff.so:graphics/tiff \
libpng.so:graphics/png

View file

@ -12,8 +12,8 @@ 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')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'X509_STORE_CTX' (aka 'x509_store_ctx_st')
LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 \
libexpat.so:textproc/expat2

View file

@ -14,8 +14,8 @@ 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'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'SSL_get0_next_proto_negotiated'
BUILD_DEPENDS= go:lang/go \
yasm:devel/yasm

View file

@ -15,8 +15,8 @@ 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')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
BUILD_DEPENDS= gmake:devel/gmake \
gsed:textproc/gsed

View file

@ -24,8 +24,8 @@ 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'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct evp_cipher_ctx_st'
BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 \
cmake:devel/cmake \

View file

@ -18,8 +18,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libtidy.so:www/tidy-lib \
libxslt.so:textproc/libxslt
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= member access into incomplete type 'DH' (aka 'dh_st')
USES= gmake libtool localbase:ldflags pathfix \
pkgconfig ssl

View file

@ -13,8 +13,8 @@ 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'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'BIO_s_file_internal'
LIB_DEPENDS= libboost_system.so:devel/boost-libs

View file

@ -11,8 +11,8 @@ 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')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= member access into incomplete type 'DH' (aka 'dh_st')
CONFLICTS= omniORB41-4.1.*
PLIST_SUB+= SONUM=2

View file

@ -16,8 +16,8 @@ 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')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
CONFLICTS= poco-[0-9]*

View file

@ -12,8 +12,8 @@ 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'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'BIO_s_file_internal'
LIB_DEPENDS= libexpat.so:textproc/expat2

View file

@ -13,8 +13,8 @@ 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')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= variable has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
WRKSRC= ${WRKDIR}/src
WRKSRC_SUBDIR= ${PORTNAME}

View file

@ -19,8 +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."'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= 'configure: error: "Error: libcrypto required."'
USES= autoreconf pkgconfig gmake compiler:c++11-lang \
libtool pathfix ssl

View file

@ -11,8 +11,8 @@ 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'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct X509_name_entry_st'
BUILD_DEPENDS= gpatch:devel/patch \
gdiff:textproc/diffutils \

View file

@ -13,7 +13,7 @@ COMMENT= Verifier performing validation in the DNS notify/transfer-chain
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USE_RC_SUBR= credns

View file

@ -101,7 +101,7 @@ INSTALL_TARGET= install-lib install-h install-config
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDANETAUSAGE} && ${SSL_DEFAULT} != openssl-devel
.if ${PORT_OPTIONS:MDANETAUSAGE} && ${SSL_DEFAULT} != openssl111
BROKEN= this option requires openssl >= 1.1.0
.endif

View file

@ -12,7 +12,7 @@ COMMENT= High performance DNS/DNSSEC zone validator
LICENSE= BSD2CLAUSE
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
LIB_DEPENDS= libJudy.so:devel/judy

View file

@ -12,7 +12,7 @@ COMMENT= Simple IRC proxy with SSL support
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}

View file

@ -45,7 +45,7 @@ OPTIONS_EXCLUDE+= DTRACE
OPTIONS_EXCLUDE_DragonFly= HIPE SCTP
OPENSSL_VARS= BROKEN_SSL=openssl-devel openssl111
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -45,7 +45,7 @@ OPTIONS_EXCLUDE+= DTRACE
OPTIONS_EXCLUDE_DragonFly= HIPE SCTP
OPENSSL_VARS= BROKEN_SSL=openssl-devel openssl111
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -64,7 +64,7 @@ OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
OPENSSL_VARS= BROKEN_SSL=openssl-devel openssl111
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -65,7 +65,7 @@ OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
OPENSSL_VARS= BROKEN_SSL=openssl-devel openssl111
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -69,7 +69,7 @@ OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
OPENSSL_VARS= BROKEN_SSL=openssl-devel
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -72,7 +72,7 @@ OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
OPENSSL_VARS= BROKEN_SSL=openssl-devel
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -66,7 +66,7 @@ OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
OPENSSL_VARS= BROKEN_SSL=openssl-devel
OPENSSL_VARS= BROKEN_SSL=openssl111
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -12,8 +12,8 @@ LICENSE= BSD3CLAUSE
BROKEN_powerpc64= fails to build: g++48: not found
BROKEN_sparc64= does not link on sparc64
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= error: member access into incomplete type 'X509' (aka 'x509_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= error: member access into incomplete type 'X509' (aka 'x509_st')
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libfreetype.so:print/freetype2 \

View file

@ -527,8 +527,8 @@ USES+= mysql
.include <bsd.port.pre.mk>
.if ${PHP_MODNAME} == "openssl" && ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if ${PHP_MODNAME} == "openssl" && ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
.if ${PHP_MODNAME} == "gd"

View file

@ -15,7 +15,7 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in

View file

@ -18,8 +18,8 @@ LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel=does not detect and buid the openssl*.rb bits
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111=does not detect and buid the openssl*.rb bits
# Using LIB_DEPENDS finds the libffi from gcc which causes problems
BUILD_DEPENDS= libffi>=0:devel/libffi

View file

@ -16,7 +16,7 @@ COMMENT= Library for posting electronic mail
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USES= gmake libtool tar:bzip2
GNU_CONFIGURE= yes

View file

@ -12,7 +12,7 @@ COMMENT= Traps spammers with a very slow smtp-login and return 4xx error
LICENSE= BSD2CLAUSE
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USE_RC_SUBR?= obspamd obspamlogd
USES= ssl

View file

@ -16,7 +16,7 @@ COMMENT= Extendable SNMP implementation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
LIB_DEPENDS= libpkg.so:ports-mgmt/pkg

View file

@ -48,8 +48,8 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
MAKE_ARGS+= USE_REGPARM=1
.endif
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
post-build:

View file

@ -46,8 +46,8 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
MAKE_ARGS+= USE_REGPARM=1
.endif
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
post-build:

View file

@ -50,8 +50,8 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
MAKE_ARGS+= USE_REGPARM=1
.endif
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
post-build:

View file

@ -13,7 +13,7 @@ COMMENT= Secure RTP (SRTP) Reference Implementation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
PORTSCOUT= limit:^1\.

View file

@ -14,7 +14,7 @@ COMMENT= Multi-link PPP daemon based on netgraph(4)
LICENSE= BSD3CLAUSE
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openss-devel= needs libfetch(3) linked with system libssl
OPTIONS_DEFINE= DOCS NG_IPACCT

View file

@ -53,8 +53,8 @@ PORTEXAMPLES= *
MAKE_ARGS+= USE_REGPARM=1
.endif
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
post-build:

View file

@ -13,8 +13,8 @@ COMMENT= Qt network module
LICENSE= GPLv3 LGPL21 LGPL3 GFDL
LICENSE_COMB= dual
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= error: member access into incomplete type 'RSA' (aka 'rsa_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= error: member access into incomplete type 'RSA' (aka 'rsa_st')
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

View file

@ -8,8 +8,8 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt network module
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= error: member access into incomplete type 'X509' (aka 'x509_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= error: member access into incomplete type 'X509' (aka 'x509_st')
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

View file

@ -15,7 +15,7 @@ LICENSE= GPLv2
DEPRECATED= No longer supported by upline
EXPIRATION_DATE= 2021-09-30
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
LIB_DEPENDS= liblzo2.so:archivers/lzo2

View file

@ -22,7 +22,7 @@ CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENS
CPE_PRODUCT= xml_security_for_c\+\+
CPE_VENDOR= apache
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
.include <bsd.port.mk>

View file

@ -41,7 +41,7 @@ SQLITE3_CONFIGURE_WITH= sqlite3
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl
SSL_VARS= BROKEN_SSL= openssl-devel
SSL_VARS= BROKEN_SSL= openssl111
.include <bsd.port.options.mk>

View file

@ -14,8 +14,8 @@ COMMENT= Various sniffing utilities for penetration testing
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct rsa_st'
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct rsa_st'
BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids
LIB_DEPENDS= libnet.so:net/libnet

View file

@ -15,7 +15,7 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
LIB_DEPENDS= libgmp.so:math/gmp

View file

@ -23,8 +23,8 @@ EXPIRATION_DATE= 2018-12-31
BROKEN_FreeBSD_12= Fails to build after import of openssl111
BROKEN_FreeBSD_13= Fails to build after import of openssl111
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= OpenSSL >= 1.1.0 unsupported.
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= OpenSSL >= 1.1.0 unsupported.
CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \

View file

@ -12,8 +12,8 @@ COMMENT= Library implementing the SSH1 and SSH2 protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
OPTIONS_DEFINE= SSH1 STATIC
OPTIONS_RADIO= CRYPTO

View file

@ -12,7 +12,7 @@ COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication
LICENSE= MIT
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USE_GITHUB= yes
GH_ACCOUNT= brunoos

View file

@ -12,7 +12,7 @@ COMMENT= Tools to deal with SCEP and PKCS7 messages
LICENSE= APACHE20
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USES= gmake perl5 ssl

View file

@ -26,8 +26,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
ETCOLD= ${PREFIX}/etc
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= error: OpenSSL >= 1.1.0 is not yet supported
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= error: OpenSSL >= 1.1.0 is not yet supported
FLAVORS= default hpn
default_CONFLICTS_INSTALL= openssl-portable-hpn

View file

@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Convert-ASN1>=0.02:converters/p5-Convert-ASN1 \
TEST_DEPENDS= p5-Test-Group>=0:devel/p5-Test-Group \
p5-Test-Taint>=0:devel/p5-Test-Taint
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USES= perl5 ssl
USE_PERL5= modbuild

View file

@ -15,7 +15,7 @@ LICENSE_COMB= dual
BROKEN_FreeBSD_12= unknown type name 'ECDSA_METHOD'; did you mean 'DSA_METHOD'?
BROKEN_FreeBSD_13= unknown type name 'ECDSA_METHOD'; did you mean 'DSA_METHOD'?
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC

View file

@ -13,7 +13,7 @@ COMMENT= Perl based trustcenter for PKI: universal server building block
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= bash:shells/bash \

View file

@ -10,7 +10,7 @@ MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
BROKEN_mips64= fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_t implementation!
BROKEN_powerpc64= fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined

View file

@ -52,11 +52,7 @@ CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl
.include <bsd.port.options.mk>
.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl-devel}
CONFIGURE_ARGS+= --disable-gost
.endif
.if ${SSL_DEFAULT:Mopenssl-devel}
.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl111}
CONFIGURE_ARGS+= --disable-gost
.endif

View file

@ -30,8 +30,8 @@ UNSAFESSL_ALL_TARGET= sslscan
.include <bsd.port.pre.mk>
.if empty(PORT_OPTIONS:MUNSAFESSL) && ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if empty(PORT_OPTIONS:MUNSAFESSL) && ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
.include <bsd.port.post.mk>

View file

@ -132,8 +132,8 @@ MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.if ${SSL_DEFAULT:Mopenssl111}
BROKEN= Does not build with openssl111
.endif
.if ${readline_ARGS} == "port"

View file

@ -13,7 +13,7 @@ COMMENT= CLI to manage IPMI systems
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
USES= cpe tar:bzip2 gmake readline ssl
CPE_VENDOR= sun

View file

@ -13,7 +13,7 @@ COMMENT= Converts HTML to PDF and/or PostScript
LICENSE= GPLv2
BROKEN_SSL= openssl-devel
BROKEN_SSL= openssl111
LIB_DEPENDS= libpng.so:graphics/png

View file

@ -66,8 +66,8 @@ LIB_DEPENDS+= libcares.so:dns/c-ares\
.if empty(PORT_OPTIONS:MBUNDLED_SSL)
.if ${OPSYS} == FreeBSD && ${SSL_DEFAULT} != openssl-devel
IGNORE= node.js requires openssl 1.1.0, add DEFAULT_VERSIONS+=ssl=openssl-devel to /etc/make.conf or enable BUNDLED_SSL option
.if ${OPSYS} == FreeBSD && ${SSL_DEFAULT} != openssl111
IGNORE= node.js requires openssl 1.1.0, add DEFAULT_VERSIONS+=ssl=openssl111 to /etc/make.conf or enable BUNDLED_SSL option
.endif
.if !empty(SSL_DEFAULT:Mlibressl*)

View file

@ -67,8 +67,8 @@ LIB_DEPENDS+= libcares.so:dns/c-ares\
.if empty(PORT_OPTIONS:MBUNDLED_SSL)
.if ${OPSYS} == FreeBSD && ${SSL_DEFAULT} != openssl-devel
IGNORE= node.js requires openssl 1.1.0, add DEFAULT_VERSIONS+=ssl=openssl-devel to /etc/make.conf or enable BUNDLED_SSL option
.if ${OPSYS} == FreeBSD && ${SSL_DEFAULT} != openssl111
IGNORE= node.js requires openssl 1.1.0, add DEFAULT_VERSIONS+=ssl=openssl111 to /etc/make.conf or enable BUNDLED_SSL option
.endif
.if !empty(SSL_DEFAULT:Mlibressl*)

View file

@ -114,7 +114,7 @@ SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} \
LIBOPENSSL_CFLAGS=-I${OPENSSLINC} \
LIBOPENSSL_LIBS="-lcrypto -lssl"
SSL_USES= ssl
SSL_VARS= BROKEN_SSL=openssl-devel
SSL_VARS= BROKEN_SSL=openssl111
SSL_CRTD_CONFIGURE_ENABLE= ssl-crtd
SSL_CRTD_IMPLIES= SSL
STACKTRACES_CONFIGURE_ENABLE= stacktraces

View file

@ -13,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= fails to compile: error: regparm is not valid on this platform
BROKEN_SSL= openssl-devel libressl libressl-devel
BROKEN_SSL= openssl111 libressl libressl-devel
USES= perl5 shebangfix ssl
SHEBANG_FILES= samples/URLblocked.cgi