pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/jq



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Jan 12 14:41:24 UTC 2018

Modified Files:
        pkgsrc/devel/jq: Makefile

Log Message:
devel/jq: Link against textproc/oniguruma to enable regexp support.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/jq/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/jq/Makefile
diff -u pkgsrc/devel/jq/Makefile:1.10 pkgsrc/devel/jq/Makefile:1.11
--- pkgsrc/devel/jq/Makefile:1.10       Thu Aug  3 12:38:22 2017
+++ pkgsrc/devel/jq/Makefile    Fri Jan 12 14:41:24 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/08/03 12:38:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2018/01/12 14:41:24 fhajny Exp $
 
 DISTNAME=      jq-1.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stedolan/}
 GITHUB_PROJECT=        jq
@@ -20,4 +20,7 @@ GNU_CONFIGURE=        yes
 
 CFLAGS.SunOS+= -D_XPG6 -D__EXTENSIONS__
 
+TEST_TARGET=   check
+
+.include "../../textproc/oniguruma/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index