From 86670561d1b3a9b30f1ad01bba17c7c243df0022 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 11 Jul 2007 15:09:27 +0000 Subject: [PATCH] * updated duma (2.4.27 -> 2.5.1) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21670 10447126-35f2-4685-b0cf-6dd780d3921f --- develop/duma/duma.desc | 4 ++-- develop/duma/no_test.patch | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 develop/duma/no_test.patch diff --git a/develop/duma/duma.desc b/develop/duma/duma.desc index 499be9fa2..b99e1ee61 100644 --- a/develop/duma/duma.desc +++ b/develop/duma/duma.desc @@ -32,7 +32,7 @@ [L] GPL [S] Stable -[V] 2.4.27 +[V] 2.5.1 [P] X -----5---9 105.000 -[D] 428229943 duma_2_4_27.tar.gz http://dl.sourceforge.net/sourceforge/duma/ +[D] 2216286599 duma_2_5_1.tar.gz http://dl.sourceforge.net/sourceforge/duma/ diff --git a/develop/duma/no_test.patch b/develop/duma/no_test.patch new file mode 100644 index 000000000..cb0368100 --- /dev/null +++ b/develop/duma/no_test.patch @@ -0,0 +1,33 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../duma/no_test.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./Makefile.orig 2007-07-11 11:08:19.000000000 -0400 ++++ ./Makefile 2007-07-11 11:08:36.000000000 -0400 +@@ -124,14 +124,6 @@ + SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o + + all: libduma.a $(DUMASO) tstheap dumatest dumatestpp testoperators tstheap_so dumatestpp_so +- @ echo "Testing DUMA." +- @ echo "After the last test, it should print that the test has PASSED." +- $(CURPATH)dumatest +- $(CURPATH)tstheap 3072 +- $(CURPATH)testoperators +- (export LD_PRELOAD=./$(DUMASO); exec $(CURPATH)tstheap_so 3072) +- @ echo +- @ echo "DUMA confidence test PASSED." + + install: libduma.a duma.3 $(DUMASO) + $(INSTALL) -m 755 duma.sh $(BIN_INSTALL_DIR)/duma