Date: Sat, 20 Oct 2018 19:20:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482616 - branches/2018Q4/security/d0_blind_id Message-ID: <201810201920.w9KJKDdL067116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Oct 20 19:20:12 2018 New Revision: 482616 URL: https://svnweb.freebsd.org/changeset/ports/482616 Log: MFH: r482615 security/d0_blind_id: unbreak with OpenSSL 1.1.x checking for library containing BN_init... no configure: error: OpenSSL not found, see http://www.openssl.org/, or try --without-openssl ===> Script "configure" failed unexpectedly. d0_bignum-openssl.c:58:9: error: field has incomplete type 'BIGNUM' (aka 'struct bignum_st') BIGNUM z; ^ /usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of 'struct bignum_st' typedef struct bignum_st BIGNUM; ^ Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2018Q4/security/d0_blind_id/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/d0_blind_id/Makefile ============================================================================== --- branches/2018Q4/security/d0_blind_id/Makefile Sat Oct 20 19:19:06 2018 (r482615) +++ branches/2018Q4/security/d0_blind_id/Makefile Sat Oct 20 19:20:12 2018 (r482616) @@ -2,7 +2,7 @@ PORTNAME= d0_blind_id PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MAINTAINER= freebsd@jonathanprice.org @@ -11,16 +11,15 @@ COMMENT= Crypto library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libgmp.so:math/gmp + USE_GITHUB= yes GH_ACCOUNT= divVerent GH_TAGNAME= ff1ce7e -USES= autoreconf libtool pathfix ssl +USES= autoreconf libtool localbase pathfix GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-openssl USE_LDCONFIG= yes -CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201920.w9KJKDdL067116>