Wed Jul 23 09:42:55 2014 UTC ()
Failing tests is no reason to turn them off.


(asau)
diff -r1.3 -r1.4 pkgsrc/textproc/jansson/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/textproc/jansson/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/jansson/Makefile 2014/02/15 22:08:47 1.3
+++ pkgsrc/textproc/jansson/Makefile 2014/07/23 09:42:55 1.4
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.3 2014/02/15 22:08:47 wiedi Exp $ 1# $NetBSD: Makefile,v 1.4 2014/07/23 09:42:55 asau Exp $
2 2
3DISTNAME= jansson-2.4 3DISTNAME= jansson-2.4
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://www.digip.org/jansson/releases/ 6MASTER_SITES= http://www.digip.org/jansson/releases/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.digip.org/jansson/ 9HOMEPAGE= http://www.digip.org/jansson/
10COMMENT= C library for encoding, decoding and manipulating JSON data 10COMMENT= C library for encoding, decoding and manipulating JSON data
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= c99 13USE_LANGUAGES= c99
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17
18PKGCONFIG_OVERRIDE+= jansson.pc.in 18PKGCONFIG_OVERRIDE+= jansson.pc.in
19# Fails a self-test because the library exports more symbols than it should. 19# Fails a self-test because the library exports more symbols than it should.
20# It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work, 20# It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
21# at least not on NetBSD-6.99.20/amd64. 21# at least not on NetBSD-6.99.20/amd64.
22#TEST_TARGET= check 22TEST_TARGET= check
23 23
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"