svn commit: r562550 - branches/2021Q1/finance/vanitygen

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 09:04:20 UTC 2021


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:


More information about the svn-ports-branches mailing list