net/rabbiteer: mark BROKEN for OpenSSL 1.1

src/openssl_shim.c:132:7: error: incomplete definition of type 'struct dh_st'
    dh->p = p;
    ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
src/openssl_shim.c:133:7: error: incomplete definition of type 'struct dh_st'
    dh->g = g;
    ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
src/openssl_shim.c:134:7: error: incomplete definition of type 'struct dh_st'
    dh->q = q;
    ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
src/openssl_shim.c:143:13: error: incomplete definition of type 'struct x509_st'
    return x->cert_info ? x->cert_info->extensions : NULL;
           ~^
/usr/include/openssl/ossl_typ.h:120:16: note: forward declaration of 'struct x509_st'
typedef struct x509_st X509;
               ^
src/openssl_shim.c:143:28: error: incomplete definition of type 'struct x509_st'
    return x->cert_info ? x->cert_info->extensions : NULL;
                          ~^
/usr/include/openssl/ossl_typ.h:120:16: note: forward declaration of 'struct x509_st'
typedef struct x509_st X509;
               ^

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2018-11-18 20:02:49 +00:00
parent 8700889032
commit 2a740e6842
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485256

View file

@ -11,6 +11,11 @@ COMMENT= AMQP & RabbitMQ command-line tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE-MIT
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= https://github.com/Antti/rust-amqp/issues/43
BROKEN_FreeBSD_12= ${BROKEN_SSL_REASON_openssl111}
BROKEN_FreeBSD_13= ${BROKEN_SSL_REASON_openssl111}
USES= cargo ssl
USE_GITHUB= yes