Mark some ports broken with openssl-devel.
Sponsored by: Absolight
This commit is contained in:
parent
34063c0282
commit
9215977220
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465899
13 changed files with 37 additions and 1 deletions
|
@ -14,6 +14,8 @@ BROKEN_powerpc64= fails to build: g++48: not found
|
|||
BROKEN_sparc64= does not link on sparc64
|
||||
NOT_FOR_ARCHS= armv6 armv7
|
||||
NOT_FOR_ARCHS_REASON= Platform.h: Not supported ARM architecture
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= error: member access into incomplete type 'X509' (aka 'x509_st')
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
|
|
|
@ -20,6 +20,9 @@ LICENSE_GROUPS_SENDMAIL=FSF OSI
|
|||
LICENSE_NAME_SENDMAIL= Sendmail Open Source License
|
||||
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= checking for library containing SSL_library_init... no
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
NO_OPTIONS_SORT=yes
|
||||
USES= libtool perl5 pkgconfig shebangfix ssl
|
||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= RTMP stream library
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= error: incomplete definition of type 'struct dh_st'
|
||||
|
||||
USES= pkgconfig tar:bz2 ssl
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= C library implementing the OAuth Core standard
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.MIT
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
USES= libtool pkgconfig ssl
|
||||
|
|
|
@ -13,6 +13,9 @@ 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')
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
USES= ssl
|
||||
|
|
|
@ -9,6 +9,9 @@ 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')
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
USES= ssl
|
||||
|
|
|
@ -12,6 +12,9 @@ DISTNAME= Botan-${PORTVERSION}
|
|||
MAINTAINER= lapo@lapo.it
|
||||
COMMENT= Portable, easy to use, and efficient C++ crypto library
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/doc/license.txt
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ 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'
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids
|
||||
LIB_DEPENDS= libnet.so:net/libnet
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@ COMMENT= MIT implementation of RFC 4120 network authentication service
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= error: "This file is obsolete; please update your software."
|
||||
|
||||
CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* \
|
||||
krb5-1.[0-9]* krb5-devel-*
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ 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')
|
||||
|
||||
OPTIONS_DEFINE= SSH1 STATIC
|
||||
OPTIONS_RADIO= CRYPTO
|
||||
OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL
|
||||
|
|
|
@ -26,7 +26,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
|
|||
|
||||
ETCOLD= ${PREFIX}/etc
|
||||
|
||||
BROKEN_SSL_REASON_openssl-devel= incomplete definition of type struct rsa_st
|
||||
BROKEN_SSL= openssl-devel libressl
|
||||
BROKEN_SSL_REASON_openssl-devel= error: OpenSSL >= 1.1.0 is not yet supported
|
||||
BROKEN_SSL_REASON_libressl= random crashes with 7.6 PR 223000
|
||||
|
||||
OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \
|
||||
|
|
|
@ -14,6 +14,9 @@ COMMENT= Crypto and SSL toolkit for Python
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= Error: Syntax error in input(1).
|
||||
|
||||
BUILD_DEPENDS= swig3.0:devel/swig30
|
||||
|
||||
PYDISTUTILS_BUILDARGS= build_ext --include=${OPENSSLINC} --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= HTTP/2.0 C Library
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= error: use of undeclared identifier 'SSL_get0_next_proto_negotiated'
|
||||
|
||||
BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2
|
||||
LIB_DEPENDS= libnghttp2.so:www/libnghttp2
|
||||
|
||||
|
|
Loading…
Reference in a new issue