pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bgpdump: Fix Makefile



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sun Sep 13 23:06:11 2026 +0200
Changeset:	a67b259b46eee852320d17d6887d4abf5ad43f4c

Modified Files:
	bgpdump/Makefile
	bgpdump/distinfo

Log Message:
bgpdump: Fix Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a67b259b46eee852320d17d6887d4abf5ad43f4c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bgpdump/Makefile | 7 +++++--
 bgpdump/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/bgpdump/Makefile b/bgpdump/Makefile
index 40a567e6be..2be524a0a2 100644
--- a/bgpdump/Makefile
+++ b/bgpdump/Makefile
@@ -6,15 +6,18 @@ CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=RIPE-NCC/}
 GITHUB_PROJECT=	bgpdump
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	drixter%e-utp.net@localhost
 HOMEPAGE=	https://github.com/RIPE-NCC/bgpdump
 COMMENT=	BGP dump utility and library
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 
+USE_TOOLS+=	automake autoconf autoreconf
 GNU_CONFIGURE=	yes
 
+pre-configure:
+	cd ${WRKSRC} && autoreconf -fiv
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/bgpdump/distinfo b/bgpdump/distinfo
index a9cbb976f0..1a07ad7988 100644
--- a/bgpdump/distinfo
+++ b/bgpdump/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libbgpdump-1.6.2.tgz) = 8c40cfbcaa05681ac5b06f4fe86599b24e7109694168817f31613402aaf0c62e
-SHA512 (libbgpdump-1.6.2.tgz) = 2778469336c7a43645d2ff4b17c9d4b39bc66933d3686d0d2a30e028b8ad51c9689a156e36b9f56c503abd9d2f39161d8424ad1c3f91872abc0a41e372765bcd
-Size (libbgpdump-1.6.2.tgz) = 91548 bytes
+BLAKE2s (libbgpdump-1.6.2.tar.gz) = f67a0c9db3f1b3c2ca6a2a01e825cd1c2f50e4b200f43575c9e3b2ccd1f58744
+SHA512 (libbgpdump-1.6.2.tar.gz) = 51b40ac2aef6ea123b1bb0327b0b559e6785b96224a60d2f27e2620b90ac30496d709158277d4b4418dce4f087316ecb24b6b1f86dac82541a9367a942023abd
+Size (libbgpdump-1.6.2.tar.gz) = 51081296 bytes


Home | Main Index | Thread Index | Old Index