1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 2.6.5.

Prompted by:	Pavel Narozhniy <pasha@sim.net.ua>
This commit is contained in:
Ollivier Robert 1999-04-04 15:16:26 +00:00
parent c1196dd22b
commit 4bc7f4c01a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17632
4 changed files with 7 additions and 7 deletions

View File

@ -3,14 +3,14 @@
# Date created: 3 June 1995
# Whom: roberto
#
# $Id: Makefile,v 1.8 1998/10/12 18:36:24 jseger Exp $
# $Id: Makefile,v 1.9 1998/10/20 01:34:15 steve Exp $
#
DISTNAME= dlmalloc
PKGNAME= dlmalloc-2.6.4
PKGNAME= dlmalloc-2.6.5
CATEGORIES= devel
MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/
DISTFILES= malloc-2.6.4.c
DISTFILES= malloc-2.6.5.c
MAINTAINER= roberto@FreeBSD.ORG

View File

@ -1 +1 @@
MD5 (malloc-2.6.4.c) = 90829e1a88274319109f9234a05cc577
MD5 (malloc-2.6.5.c) = 75293b0cf29dfeb964f7007c5992390e

View File

@ -7,7 +7,7 @@
# A version of malloc/free/realloc written by Doug Lea and released to the
# public domain.
#
# preliminary VERSION 2.5.3b
# preliminary VERSION 2.6.5
#
# working version; unreleased.
#
@ -24,7 +24,7 @@ VERSION=2.6
LIBMALLOC=libdlmalloc.a
LIBSMALLOC=libdlmalloc.so.${VERSION}
SRCS = malloc-2.6.4.c
SRCS = malloc-2.6.5.c
OBJS = $(SRCS:.c=.o)
SOBJS = $(SRCS:.c=.so)

View File

@ -1,7 +1,7 @@
A version of malloc/free/realloc written by Doug Lea and released to the
public domain.
Version 2.5.3b
Version 2.6.5
Based loosely on libg++-1.2X malloc. (It retains some of the overall
structure of old version, but most details differ.)