diff options
author | gdt <gdt@pkgsrc.org> | 2016-06-01 18:51:59 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-06-01 18:51:59 +0000 |
commit | 8613fe7d0dfa65892258a121d04ab2b3b4f781ab (patch) | |
tree | bd25eaab48bf1d57300f76f3c2f62a59dbf3aef0 /net | |
parent | 16452fff801ea0d9eedd08c9548411e5ea662ce8 (diff) | |
download | pkgsrc-8613fe7d0dfa65892258a121d04ab2b3b4f781ab.tar.gz |
Use gtar to extract
On NetBSD 6, the system pax fails to extract the tarball. Until this
is understood, just use gtar.
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index a50fd38c49e..d41d9838928 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -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 @@ HOMEPAGE= http://syncthing.net/ MAINTAINER= gdt@NetBSD.org 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 |