From 0cd959ccbf0be095e8fa0c6438eaa0f5fdc17327 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 12 Mar 2008 02:36:25 +0000 Subject: [PATCH] [duma] Updated (2.5.6 -> 2.5.13) --- develop/duma/duma.desc | 6 +++--- develop/duma/no_test.patch | 38 -------------------------------------- 2 files changed, 3 insertions(+), 41 deletions(-) delete mode 100644 develop/duma/no_test.patch diff --git a/develop/duma/duma.desc b/develop/duma/duma.desc index 6a50178c7..c0420d9e9 100644 --- a/develop/duma/duma.desc +++ b/develop/duma/duma.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../duma/duma.desc -[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -34,7 +34,7 @@ [L] GPL [S] Stable -[V] 2.5.6 +[V] 2.5.13 [P] X -----5---9 105.000 -[D] 2526498392 duma_2_5_6.tar.gz http://dl.sourceforge.net/sourceforge/duma/ +[D] 4195208823 duma_2_5_13.tar.gz http://dl.sourceforge.net/sourceforge/duma/ diff --git a/develop/duma/no_test.patch b/develop/duma/no_test.patch deleted file mode 100644 index 6bdc67975..000000000 --- a/develop/duma/no_test.patch +++ /dev/null @@ -1,38 +0,0 @@ -# --- 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-08-14 16:53:17.000000000 -0400 -+++ ./Makefile 2007-08-15 18:04:32.000000000 -0400 -@@ -215,19 +215,6 @@ - SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o - - all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS) -- @ $(ECHOLF) -- @ $(ECHO) "Testing DUMA (static library):" -- $(CURPATH)dumatest$(EXEPOSTFIX) -- $(CURPATH)tstheap$(EXEPOSTFIX) 3072 -- $(CURPATH)testoperators$(EXEPOSTFIX) -- @ $(ECHOLF) -- @ $(ECHO) "DUMA static confidence test PASSED." -- @ $(ECHOLF) -- @ $(ECHO) "Testing DUMA (dynamic library)." -- (export LD_PRELOAD=./$(DUMASO); export DYLD_INSERT_LIBRARIES=./$(DUMASO); export DYLD_FORCE_FLAT_NAMESPACE=1; exec $(CURPATH)tstheap_so 3072) -- @ $(ECHOLF) -- @ $(ECHO) "DUMA dynamic confidence test PASSED." -- @ $(ECHOLF) - - install: libduma.a duma.3 $(DUMASO) - $(INSTALL) -m 755 duma.sh $(BIN_INSTALL_DIR)/duma