Commit 15f30ccc authored by Rene Ladan's avatar Rene Ladan
Browse files

finance/vanitygen: Remove expired port:

2023-05-31 finance/vanitygen: Broken for more than a year and upstream last release was 11 years ago
parent b2915c9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7586,3 +7586,4 @@ security/esteidfirefoxplugin||2023-05-28|Has expired: Upstream last release in 2
devel/py-pyxb|devel/py-pyxb-x|2023-05-31|Has expired: Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead
devel/arm-none-eabi-gcc492|devel/arm-none-eabi-gcc|2023-05-31|Has expired: Long time unsupported upstream
multimedia/nordlicht||2023-05-31|Has expired: Unmaintained for years upstream and fails to build with FFmpeg 6
finance/vanitygen||2023-05-31|Has expired: Broken for more than a year and upstream last release was 11 years ago
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@
    SUBDIR += sql-ledger
    SUBDIR += ticker
    SUBDIR += tickrs
    SUBDIR += vanitygen
    SUBDIR += venice
    SUBDIR += weberp
    SUBDIR += xtrader

finance/vanitygen/Makefile

deleted100644 → 0
+0 −46
Original line number Diff line number Diff line
PORTNAME=	vanitygen
PORTVERSION=	0.22
PORTREVISION=	1
CATEGORIES=	finance

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Standalone vanity address generator for bitcoin
WWW=		https://github.com/samr7/vanitygen

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Broken for more than a year and upstream last release was 11 years ago
EXPIRATION_DATE=	2023-05-31

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 <bsd.port.pre.mk>

.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 <bsd.port.post.mk>

finance/vanitygen/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 4e0f90637abfe1b314aca10a650cfe344ec7ab5585e557bee2b846babb82e154
SIZE (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 77813

finance/vanitygen/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Vanitygen can generate regular bitcoin addresses, namecoin addresses,
and testnet addresses.