Skip to content

Commit

Permalink
Use gtar to extract
Browse files Browse the repository at this point in the history
On NetBSD 6, the system pax fails to extract the tarball.   Until this
is understood, just use gtar.
  • Loading branch information
gdt committed Jun 1, 2016
1 parent 734f537 commit 8cae0a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion net/syncthing/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8cae0a1

Please sign in to comment.