Subject: CVS commit: pkgsrc/devel/jq
From: Leonardo Taccari
Date: 2018-08-19 20:08:06
Message id: 20180819180806.20676FBEC@cvs.NetBSD.org

Log Message:
jq: Avoid SIGSEGVs when using date builtins

Apply patch written by <soda> and shared with upstream as part of
<https://github.com/stedolan/jq/pull/1458> in order to fix crashes of jq when
using date builtin functions.

Also add a SUBST class intended to avoid invoking git as part of pre-configure
phase when invoking autoreconf.

While here take the MAINTAINERship and reformat a bit the Makefile
(NFCI).

Thanks a lot to <soda>, Takehiko NOZAKI and <nonaka> for investigating
the issue, writing the patches, sharing them with upstream and as
part of PR pkg/52460!

Bump PKGREVISION

Files:
RevisionActionfile
1.16modifypkgsrc/devel/jq/Makefile
1.10modifypkgsrc/devel/jq/distinfo
1.1addpkgsrc/devel/jq/patches/patch-builtin.c
1.1addpkgsrc/devel/jq/patches/patch-compile.c
1.3addpkgsrc/devel/jq/patches/patch-configure.ac
1.1addpkgsrc/devel/jq/patches/patch-inject__errors.c
1.1addpkgsrc/devel/jq/patches/patch-util.c