From 8cae0a18e71819acbae36c28aa560ef7660b280e Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 1 Jun 2016 18:51:59 +0000 Subject: [PATCH] Use gtar to extract On NetBSD 6, the system pax fails to extract the tarball. Until this is understood, just use gtar. --- net/syncthing/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index a50fd38c49ec5..d41d9838928c6 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