View | Details | Raw Unified | Return to bug 207664
Collapse All | Expand All

(-)net-p2p/transmission-cli/Makefile (-1 lines)
Lines 77-83 POLARSSL_CONFIGURE_ON= --with-crypto=polarssl Link Here
77
77
78
WOLFSSL_LIB_DEPENDS=	libwolfssl.so:${PORTSDIR}/security/wolfssl
78
WOLFSSL_LIB_DEPENDS=	libwolfssl.so:${PORTSDIR}/security/wolfssl
79
WOLFSSL_CONFIGURE_ON=	--with-crypto=cyassl
79
WOLFSSL_CONFIGURE_ON=	--with-crypto=cyassl
80
WOLFSSL_BROKEN=		Requires security/wolfssl built with --enable-arc4
81
.endif
80
.endif
82
81
83
DOCS=		AUTHORS NEWS README
82
DOCS=		AUTHORS NEWS README
(-)security/wolfssl/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	wolfssl
3
PORTNAME=	wolfssl
4
PORTVERSION=	3.8.0
4
PORTVERSION=	3.8.0
5
PORTREVISION=	1
5
CATEGORIES=	security devel
6
CATEGORIES=	security devel
6
MASTER_SITES=	http://www.wolfssl.com/
7
MASTER_SITES=	http://www.wolfssl.com/
7
8
Lines 16-22 CONFIGURE_ARGS= --disable-dependency-tracking \ Link Here
16
		--enable-shared --enable-static \
17
		--enable-shared --enable-static \
17
		--enable-dtls --enable-opensslextra --enable-ipv6 \
18
		--enable-dtls --enable-opensslextra --enable-ipv6 \
18
		--enable-dsa --enable-dh --enable-ecc --enable-sni \
19
		--enable-dsa --enable-dh --enable-ecc --enable-sni \
19
		--enable-ripemd --enable-sha512
20
		--enable-ripemd --enable-sha512 --enable-arc4
20
21
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
22
PORTDOCS=	*
23
PORTDOCS=	*

Return to bug 207664