Index: branches/2021Q1/finance/vanitygen/Makefile =================================================================== --- branches/2021Q1/finance/vanitygen/Makefile (revision 562549) +++ branches/2021Q1/finance/vanitygen/Makefile (revision 562550) @@ -1,44 +1,45 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= vanitygen PORTVERSION= 0.22 PORTREVISION= 1 CATEGORIES= finance MAINTAINER= ports@FreeBSD.org COMMENT= Standalone vanity address generator for bitcoin LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre USE_GITHUB= yes GH_ACCOUNT= samr7 GH_TAGNAME= cd1a728 USES= gmake ssl ALL_TARGET= most PLIST_FILES= bin/keyconv bin/vanitygen .include .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: @${REINPLACE_CMD} -e \ 's|-lpcre|$$(shell pcre-config --libs)| ; \ s|-lpthread|-pthread $$(LDFLAGS)| ; \ s|^\(CFLAGS\).*|\1+=$$(shell pcre-config --cflags)|' \ ${WRKSRC}/Makefile do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} keyconv vanitygen \ ${STAGEDIR}${PREFIX}/bin) .include Index: branches/2021Q1 =================================================================== --- branches/2021Q1 (revision 562549) +++ branches/2021Q1 (revision 562550) Property changes on: branches/2021Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r562549