Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 14:53:24 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465899 - in head: lang/phantomjs mail/opendkim multimedia/librtmp net/liboauth net/qt4-network net/qt5-network security/botan110 security/dsniff security/krb5-116 security/libssh secur...
Message-ID:  <201803291453.w2TErOQZ039703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Mar 29 14:53:23 2018
New Revision: 465899
URL: https://svnweb.freebsd.org/changeset/ports/465899

Log:
  Mark some ports broken with openssl-devel.
  
  Sponsored by:	Absolight

Modified:
  head/lang/phantomjs/Makefile   (contents, props changed)
  head/mail/opendkim/Makefile   (contents, props changed)
  head/multimedia/librtmp/Makefile   (contents, props changed)
  head/net/liboauth/Makefile   (contents, props changed)
  head/net/qt4-network/Makefile   (contents, props changed)
  head/net/qt5-network/Makefile   (contents, props changed)
  head/security/botan110/Makefile   (contents, props changed)
  head/security/dsniff/Makefile   (contents, props changed)
  head/security/krb5-116/Makefile   (contents, props changed)
  head/security/libssh/Makefile   (contents, props changed)
  head/security/openssh-portable/Makefile   (contents, props changed)
  head/security/py-m2crypto/Makefile   (contents, props changed)
  head/www/nghttp2/Makefile   (contents, props changed)

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/lang/phantomjs/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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 \

Modified: head/mail/opendkim/Makefile
==============================================================================
--- head/mail/opendkim/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/mail/opendkim/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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

Modified: head/multimedia/librtmp/Makefile
==============================================================================
--- head/multimedia/librtmp/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/multimedia/librtmp/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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}

Modified: head/net/liboauth/Makefile
==============================================================================
--- head/net/liboauth/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/net/liboauth/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -12,6 +12,9 @@ COMMENT=	C library implementing the OAuth Core standar
 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

Modified: head/net/qt4-network/Makefile
==============================================================================
--- head/net/qt4-network/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/net/qt4-network/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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

Modified: head/net/qt5-network/Makefile
==============================================================================
--- head/net/qt5-network/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/net/qt5-network/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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

Modified: head/security/botan110/Makefile
==============================================================================
--- head/security/botan110/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/security/botan110/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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
 

Modified: head/security/dsniff/Makefile
==============================================================================
--- head/security/dsniff/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/security/dsniff/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -14,6 +14,9 @@ COMMENT=	Various sniffing utilities for penetration te
 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
 

Modified: head/security/krb5-116/Makefile
==============================================================================
--- head/security/krb5-116/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/security/krb5-116/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -18,6 +18,9 @@ COMMENT=		MIT implementation of RFC 4120 network authe
 
 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-*
 

Modified: head/security/libssh/Makefile
==============================================================================
--- head/security/libssh/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/security/libssh/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -12,6 +12,9 @@ COMMENT=	Library implementing the SSH1 and SSH2 protoc
 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

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/security/openssh-portable/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -26,7 +26,8 @@ CONFIGURE_ARGS=		--prefix=${PREFIX} --with-md5-passwor
 
 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 \

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/security/py-m2crypto/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Thu Mar 29 14:22:33 2018	(r465898)
+++ head/www/nghttp2/Makefile	Thu Mar 29 14:53:23 2018	(r465899)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291453.w2TErOQZ039703>