From owner-svn-ports-all@freebsd.org Sat Oct 20 19:19:07 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 80025FF20E7; Sat, 20 Oct 2018 19:19:07 +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 35C248390A; Sat, 20 Oct 2018 19:19:07 +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 30BEC22456; Sat, 20 Oct 2018 19:19:07 +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 w9KJJ74O066915; Sat, 20 Oct 2018 19:19:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KJJ72b066914; Sat, 20 Oct 2018 19:19:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810201919.w9KJJ72b066914@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:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482615 - head/security/d0_blind_id X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/security/d0_blind_id X-SVN-Commit-Revision: 482615 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:19:07 -0000 Author: jbeich Date: Sat Oct 20 19:19:06 2018 New Revision: 482615 URL: https://svnweb.freebsd.org/changeset/ports/482615 Log: 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 Modified: head/security/d0_blind_id/Makefile (contents, props changed) Modified: head/security/d0_blind_id/Makefile ============================================================================== --- head/security/d0_blind_id/Makefile Sat Oct 20 18:36:24 2018 (r482614) +++ head/security/d0_blind_id/Makefile Sat Oct 20 19:19:06 2018 (r482615) @@ -3,7 +3,7 @@ PORTNAME= d0_blind_id DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MAINTAINER= freebsd@jonathanprice.org @@ -12,15 +12,14 @@ COMMENT= Crypto library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libgmp.so:math/gmp + USE_GITHUB= yes GH_ACCOUNT= divVerent -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