Do not use ssl (EVP), this fixes build with OpenSSL 1.1

PR:		228941
This commit is contained in:
Antoine Brodin 2018-06-12 16:40:32 +00:00
parent a109e3dbbf
commit 73049cf6ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472263

View File

@ -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