[Pkg-openmpi-commits] r263 - in /openmpi/trunk/debian: changelog patches/build_kfreebsd patches/series

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Jul 20 15:09:55 UTC 2010


Author: manuel
Date: Tue Jul 20 15:09:54 2010
New Revision: 263

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=263
Log:
Fixed build issue on kFreeBSD

Added:
    openmpi/trunk/debian/patches/build_kfreebsd
Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/patches/series

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=263&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Tue Jul 20 15:09:54 2010
@@ -1,3 +1,9 @@
+openmpi (1.4.2-3) unstable; urgency=low
+
+  * Fixed build issue on kFreeBSD. Closes: #589467.
+
+ -- Manuel Prinz <manuel at debian.org>  Tue, 20 Jul 2010 17:08:18 +0200
+
 openmpi (1.4.2-2) unstable; urgency=low
 
   * Fixed broken broken library symlinks. Closes: #589319.

Added: openmpi/trunk/debian/patches/build_kfreebsd
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/build_kfreebsd?rev=263&op=file
==============================================================================
--- openmpi/trunk/debian/patches/build_kfreebsd (added)
+++ openmpi/trunk/debian/patches/build_kfreebsd Tue Jul 20 15:09:54 2010
@@ -1,0 +1,10 @@
+--- a/opal/mca/memory/ptmalloc2/opal_ptmalloc2_munmap.c
++++ b/opal/mca/memory/ptmalloc2/opal_ptmalloc2_munmap.c
+@@ -92,7 +92,6 @@
+         
+             tmp.munmap_p = dlsym(RTLD_NEXT, "munmap");
+             realmunmap = tmp.munmap_fp;
+-            ++count;
+         }
+ 
+         return realmunmap(start, length);

Modified: openmpi/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/series?rev=263&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/series (original)
+++ openmpi/trunk/debian/patches/series Tue Jul 20 15:09:54 2010
@@ -3,3 +3,4 @@
 manpage-errors-macro
 build_hurd
 manpage-spelling-errors
+build_kfreebsd




More information about the Pkg-openmpi-commits mailing list