aboutsummaryrefslogtreecommitdiff
path: root/devel/libdlmalloc/files
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2013-09-20 09:42:31 +0000
committerOllivier Robert <roberto@FreeBSD.org>2013-09-20 09:42:31 +0000
commitbe68efc9b1a21fdfb8e0b18d06a78671e839be1d (patch)
tree23b08793e11c522a9b964e32c0b013dd9af05311 /devel/libdlmalloc/files
parent49c7bb64a2bddd38172b7c46373b052f6f0a8a6d (diff)
Notes
Diffstat (limited to 'devel/libdlmalloc/files')
-rw-r--r--devel/libdlmalloc/files/Makefile2
-rw-r--r--devel/libdlmalloc/files/patch-aa4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libdlmalloc/files/Makefile b/devel/libdlmalloc/files/Makefile
index 9973957c3aa8..eaafc81b8d57 100644
--- a/devel/libdlmalloc/files/Makefile
+++ b/devel/libdlmalloc/files/Makefile
@@ -14,7 +14,7 @@
# $FreeBSD$
#
-VER=2.8.4
+VER=2.8.6
LIBDIR=${PREFIX}/lib
INCDIR=${PREFIX}/include/dlmalloc
diff --git a/devel/libdlmalloc/files/patch-aa b/devel/libdlmalloc/files/patch-aa
index 173ced1a36a4..933869c18ef0 100644
--- a/devel/libdlmalloc/files/patch-aa
+++ b/devel/libdlmalloc/files/patch-aa
@@ -1,5 +1,5 @@
---- malloc-2.8.4.c.orig 2009-10-24 20:31:13.000000000 -0200
-+++ malloc-2.8.4.c 2009-10-24 20:33:30.000000000 -0200
+--- malloc-2.8.6.c.orig 2009-10-24 20:31:13.000000000 -0200
++++ malloc-2.8.6.c 2009-10-24 20:33:30.000000000 -0200
@@ -1391,7 +1391,7 @@
# ifdef _SC_PAGE_SIZE
# define malloc_getpagesize sysconf(_SC_PAGE_SIZE)