Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2021 09:03:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562549 - head/finance/vanitygen
Message-ID:  <202101250903.10P93bUH023099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan 25 09:03:37 2021
New Revision: 562549
URL: https://svnweb.freebsd.org/changeset/ports/562549

Log:
  Mark BROKEN on FreeBSD 14
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/finance/vanitygen/Makefile

Modified: head/finance/vanitygen/Makefile
==============================================================================
--- head/finance/vanitygen/Makefile	Mon Jan 25 08:55:01 2021	(r562548)
+++ head/finance/vanitygen/Makefile	Mon Jan 25 09:03:37 2021	(r562549)
@@ -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?202101250903.10P93bUH023099>