Date: Sat, 20 Oct 2018 21:30:18 +0200 From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <pnw4-tnzp-wny@FreeBSD.org> In-Reply-To: <201810201919.w9KJJ72b066914@repo.freebsd.org> (Jan Beich's message of "Sat, 20 Oct 2018 19:19:07 %2B0000 (UTC)") References: <201810201919.w9KJJ72b066914@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?pnw4-tnzp-wny>