From 9f3df93116191645321f0f459230d299037a35f3 Mon Sep 17 00:00:00 2001 From: asau Date: Wed, 11 Aug 2010 20:33:19 +0000 Subject: Update to muParser 1.32 Changes in muParser 1.32 ------------------------ Changes: * "example3" renamed to "example2" * Project/Makefiles files are now provided for: - msvc2003 - msvc2005 - msvc2008 - watcom (makefile) - mingw (makefile) - bcc (makefile) * Project files for borland cpp builder were removed New features: * Added function returning muparsers version number * Added function for resetting the locale Bugfixes: * Changes example1 in order to fix issues with irritating memory leak reports. Added conditional code for memory leak detection with MSVC in example1. (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx) * Fixed some warnings for gcc Changes in muParser 1.31cp -------------------------- Changes: * Archive structure changed * C# wrapper added * Fixed issued that prevented compiling with VS2010 Beta2 --- math/muparser/patches/patch-ab | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 math/muparser/patches/patch-ab (limited to 'math/muparser/patches') diff --git a/math/muparser/patches/patch-ab b/math/muparser/patches/patch-ab deleted file mode 100644 index 6cc5b1a8a76..00000000000 --- a/math/muparser/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $ - ---- Makefile.in.orig 2009-12-11 15:24:06.000000000 +0000 -+++ Makefile.in -@@ -192,8 +192,8 @@ COND_USE_SOSYMLINKS_1___muParser_dll___s - all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname) - - install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname) -- $(INSTALL_DIR) $(libdir)/pkgconfig -- $(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig -+ $(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig -+ $(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig - - uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname) - -- cgit v1.2.3