From owner-svn-ports-all@freebsd.org Sat Oct 20 19:20:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B152EFF21A4; Sat, 20 Oct 2018 19:20:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6656383A27; Sat, 20 Oct 2018 19:20:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 612E12245C; Sat, 20 Oct 2018 19:20:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KJKDtb067117; Sat, 20 Oct 2018 19:20:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KJKDdL067116; Sat, 20 Oct 2018 19:20:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810201920.w9KJKDdL067116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 20 Oct 2018 19:20:13 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/security/d0_blind_id X-SVN-Commit-Revision: 482616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 19:20:13 -0000 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