summaryrefslogtreecommitdiff
path: root/math/muparser/patches
diff options
context:
space:
mode:
authorasau <asau>2010-08-11 20:33:19 +0000
committerasau <asau>2010-08-11 20:33:19 +0000
commit9f3df93116191645321f0f459230d299037a35f3 (patch)
treebd5f310595b3050654a6ea33a99c99b930034722 /math/muparser/patches
parent472d4ba07c6f3be063b4ade6279151be3abf09d2 (diff)
downloadpkgsrc-9f3df93116191645321f0f459230d299037a35f3.tar.gz
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
Diffstat (limited to 'math/muparser/patches')
-rw-r--r--math/muparser/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
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)
-