pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/goredo



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat May 14 21:46:35 UTC 2022

Modified Files:
        pkgsrc/devel/goredo: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/goredo/Makefile

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

Modified files:

Index: pkgsrc/devel/goredo/Makefile
diff -u pkgsrc/devel/goredo/Makefile:1.10 pkgsrc/devel/goredo/Makefile:1.11
--- pkgsrc/devel/goredo/Makefile:1.10   Wed May 11 19:26:26 2022
+++ pkgsrc/devel/goredo/Makefile        Sat May 14 21:46:35 2022
@@ -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 @@ HOMEPAGE=             http://www.goredo.cypherpunks
 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