pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing Use gtar to extract



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80e60a121001
branches:  trunk
changeset: 347884:80e60a121001
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jun 01 18:51:59 2016 +0000

description:
Use gtar to extract

On NetBSD 6, the system pax fails to extract the tarball.   Until this
is understood, just use gtar.

diffstat:

 net/syncthing/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 43fdb1dd466f -r 80e60a121001 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Wed Jun 01 18:46:25 2016 +0000
+++ b/net/syncthing/Makefile    Wed Jun 01 18:51:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/06/01 18:46:00 gdt Exp $
+# $NetBSD: Makefile,v 1.20 2016/06/01 18:51:59 gdt Exp $
 
 # Upstream regularly breaks protocol compatibility.  While users of
 # pkgsrc syncthing on multiple systems can update synchronously, an
@@ -24,6 +24,9 @@
 MAINTAINER=    gdt%NetBSD.org@localhost
 LICENSE=       mpl-2.0
 
+# System pax fails on NetBSD 6.  Just use gtar until this is understood.
+EXTRACT_USING=         gtar
+
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 BUILD_DEPENDS+=                go-[0-9]*:../../lang/go



Home | Main Index | Thread Index | Old Index