From owner-svn-ports-head@freebsd.org Sat Oct 20 19:30:23 2018 Return-Path: Delivered-To: svn-ports-head@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 F3CC2FF2850; Sat, 20 Oct 2018 19:30:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF07D83FE8; Sat, 20 Oct 2018 19:30:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A676B73C5; Sat, 20 Oct 2018 19:30:22 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482615 - head/security/d0_blind_id References: <201810201919.w9KJJ72b066914@repo.freebsd.org> Date: Sat, 20 Oct 2018 21:30:18 +0200 In-Reply-To: <201810201919.w9KJJ72b066914@repo.freebsd.org> (Jan Beich's message of "Sat, 20 Oct 2018 19:19:07 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 19:30:23 -0000 Jan Beich writes: > 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 Forgot to include other bits of the rationale: - unbreaking is non-trivial but upstream is unaware/inactive - no other downstream builds against OpenSSL (due to its weird license) https://repology.org/metapackage/d0-blind-id/versions - switching to unmaintained TomsFastMath isn't a good idea either - games/xonotic (the only consumer) is already under GPLv3+ - math/gmp maybe already pulled by multimedia/ffmpeg or security/gnutls