pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/goredo EXTRACT_USING=bsdtar to hopefully fix .zs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dea65cfbef5
branches:  trunk
changeset: 379319:9dea65cfbef5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat May 14 21:46:35 2022 +0000

description:
EXTRACT_USING=bsdtar to hopefully fix .zst extraction in bulk builds,
suggested by joerg@.

diffstat:

 devel/goredo/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9edd9bccee8f -r 9dea65cfbef5 devel/goredo/Makefile
--- a/devel/goredo/Makefile     Sat May 14 21:38:09 2022 +0000
+++ b/devel/goredo/Makefile     Sat May 14 21:46:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/05/11 19:26:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/14 21:46:35 schmonz Exp $
 
 DISTNAME=              goredo-1.25.0
 PKGREVISION=           1
@@ -11,6 +11,8 @@
 COMMENT=               Go implementation of djb's redo
 LICENSE=               gnu-gpl-v3
 
+EXTRACT_USING=         bsdtar
+
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index