From 73049cf6ee2fa929183141f2bcb8c062c25655f5 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 12 Jun 2018 16:40:32 +0000 Subject: [PATCH] Do not use ssl (EVP), this fixes build with OpenSSL 1.1 PR: 228941 --- devel/libewf/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index d4f5d76ffe21..769b0bf77190 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -3,6 +3,7 @@ PORTNAME= libewf PORTVERSION= 20140803 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libewf-legacy/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -13,18 +14,16 @@ COMMENT= Library for support of the Expert Witness Compression Format (EWF) LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= field has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') - LIB_DEPENDS= libsmdev.so:devel/libsmdev \ libsmraw.so:devel/libsmraw \ libuuid.so:misc/e2fsprogs-libuuid -USES= fuse libtool pathfix pkgconfig python:2.7 ssl +USES= fuse libtool pathfix pkgconfig python:2.7 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libsmdev=${LOCALBASE} --with-libsmraw=${LOCALBASE} --with-libuuid=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libsmdev=${LOCALBASE} --with-libsmraw=${LOCALBASE} \ + --with-libuuid=${LOCALBASE} --with-openssl=no INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS