Tue Apr 7 12:32:59 2015 UTC ()
NetBSD's tar (6.1) does an exit(1) on the source archive, complaining:

 Invalid header, starting valid header search.

As a workaround: EXTRACT_USING=gtar


(dsainty)
diff -r1.14 -r1.15 pkgsrc/security/zoneminder/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/security/zoneminder/Makefile (expand / switch to unified diff)

--- pkgsrc/security/zoneminder/Makefile 2015/04/05 08:51:08 1.14
+++ pkgsrc/security/zoneminder/Makefile 2015/04/07 12:32:59 1.15
@@ -1,28 +1,31 @@ @@ -1,28 +1,31 @@
1# $NetBSD: Makefile,v 1.14 2015/04/05 08:51:08 dsainty Exp $ 1# $NetBSD: Makefile,v 1.15 2015/04/07 12:32:59 dsainty Exp $
2 2
3PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/} 3PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/}
4DISTNAME= ZoneMinder-1.28.1 4DISTNAME= ZoneMinder-1.28.1
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_GITHUB:=ZoneMinder/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ZoneMinder/}
7GITHUB_PROJECT= ZoneMinder 7GITHUB_PROJECT= ZoneMinder
8GITHUB_TYPE= tag 8GITHUB_TYPE= tag
9GITHUB_TAG= v${PKGVERSION_NOREV} 9GITHUB_TAG= v${PKGVERSION_NOREV}
10 10
11MAINTAINER= dsainty@NetBSD.org 11MAINTAINER= dsainty@NetBSD.org
12HOMEPAGE= http://www.zoneminder.com/ 12HOMEPAGE= http://www.zoneminder.com/
13COMMENT= Video camera security and surveillance solution 13COMMENT= Video camera security and surveillance solution
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
 16# NetBSD tar: Invalid header, starting valid header search.
 17EXTRACT_USING= gtar
 18
16DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm 19DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
17 20
18PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder 21PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder
19PKG_SUPPORTED_OPTIONS= apache 22PKG_SUPPORTED_OPTIONS= apache
20PKG_SUGGESTED_OPTIONS= apache 23PKG_SUGGESTED_OPTIONS= apache
21 24
22.include "../../mk/bsd.options.mk" 25.include "../../mk/bsd.options.mk"
23 26
24GNU_CONFIGURE= yes 27GNU_CONFIGURE= yes
25USE_LANGUAGES= c c++ 28USE_LANGUAGES= c c++
26USE_TOOLS+= aclocal autoconf autoheader automake gmake perl 29USE_TOOLS+= aclocal autoconf autoheader automake gmake perl
27 30
28# MIME::Entity is needed from p5-MIME-tools 31# MIME::Entity is needed from p5-MIME-tools