Date: Mon, 25 Jan 2021 09:04:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r562550 - branches/2021Q1/finance/vanitygen Message-ID: <202101250904.10P94K0G023224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 25 09:04:19 2021 New Revision: 562550 URL: https://svnweb.freebsd.org/changeset/ports/562550 Log: MFH: r562549 Mark BROKEN on FreeBSD 14 Reported by: pkg-fallout Modified: branches/2021Q1/finance/vanitygen/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/finance/vanitygen/Makefile ============================================================================== --- branches/2021Q1/finance/vanitygen/Makefile Mon Jan 25 09:03:37 2021 (r562549) +++ branches/2021Q1/finance/vanitygen/Makefile Mon Jan 25 09:04:19 2021 (r562550) @@ -28,6 +28,7 @@ PLIST_FILES= bin/keyconv bin/vanitygen .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') BROKEN_FreeBSD_13= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') +BROKEN_FreeBSD_14= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') .endif post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101250904.10P94K0G023224>