SF.net SVN: gar:[24075] csw/mgar/pkg/jq/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun Sep 7 12:38:58 CEST 2014


Revision: 24075
          http://sourceforge.net/p/gar/code/24075
Author:   chninkel
Date:     2014-09-07 10:38:58 +0000 (Sun, 07 Sep 2014)
Log Message:
-----------
jq/trunk: remove patch 0001-remove-valgrind-usage-in-tests.patch as it was fixed upstream

Modified Paths:
--------------
    csw/mgar/pkg/jq/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/jq/trunk/files/0001-remove-valgrind-usage-in-tests.patch

Modified: csw/mgar/pkg/jq/trunk/Makefile
===================================================================
--- csw/mgar/pkg/jq/trunk/Makefile	2014-09-07 10:31:04 UTC (rev 24074)
+++ csw/mgar/pkg/jq/trunk/Makefile	2014-09-07 10:38:58 UTC (rev 24075)
@@ -28,10 +28,6 @@
 MASTER_SITES = http://stedolan.github.io/jq/download/source/
 DISTFILES  = $(DISTNAME).tar.gz
 
-# The jq test suite uses valgrind to check for memory leaks
-# but we don't have it on Solaris
-PATCHFILES += 0001-remove-valgrind-usage-in-tests.patch
-
 ##### Build and installation information #####
 
 GARCOMPILER = GNU

Deleted: csw/mgar/pkg/jq/trunk/files/0001-remove-valgrind-usage-in-tests.patch
===================================================================
--- csw/mgar/pkg/jq/trunk/files/0001-remove-valgrind-usage-in-tests.patch	2014-09-07 10:31:04 UTC (rev 24074)
+++ csw/mgar/pkg/jq/trunk/files/0001-remove-valgrind-usage-in-tests.patch	2014-09-07 10:38:58 UTC (rev 24075)
@@ -1,22 +0,0 @@
-From 6844b92414bfc868430485a64606411f8db5d6af Mon Sep 17 00:00:00 2001
-From: Yann Rouillard <yann at pleiades.fr.eu.org>
-Date: Sun, 13 Oct 2013 17:19:50 +0200
-Subject: [PATCH] remove valgrind usage in tests
-
----
- tests/run | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/run b/tests/run
-index a4b5b32..42ecf58 100755
---- a/tests/run
-+++ b/tests/run
-@@ -1,3 +1,3 @@
- #!/bin/sh
- 
--cat $@ | valgrind --error-exitcode=1 -q --leak-check=full ./jq --run-tests
-\ No newline at end of file
-+cat $@ | ./jq --run-tests
--- 
-1.8.3.4
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list