summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-10 10:57:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-10 10:57:55 +0000
commit60c376c63b682bfe5add02c3054f1ce67ec390cc (patch)
tree85419ce2ecc20f6ad40183440c5cd46ccd71e35c /devel/libmalloc
parentMake this file match reality. In particular, all the binaries were (diff)
Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!)
Notes
Notes: svn path=/head/; revision=5299
Diffstat (limited to 'devel/libmalloc')
-rw-r--r--devel/libmalloc/Makefile14
-rw-r--r--devel/libmalloc/distinfo2
-rw-r--r--devel/libmalloc/files/patch-aa13
-rw-r--r--devel/libmalloc/pkg-plist2
4 files changed, 20 insertions, 11 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 65fb10251bbc..f9cda40ecb16 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -1,19 +1,17 @@
# New ports collection makefile for: Mark Moraes malloc library
-# Version required: 1.17alpha
+# Version required: 1.18
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.6 1996/04/12 08:25:58 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:22:52 asami Exp $
#
-DISTNAME= malloc
-PKGNAME= malloc-1.17a
+DISTNAME= malloc-1.18
+PKGNAME= libmalloc-1.18
CATEGORIES= devel
-MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/
-
-BROKEN= yes
+MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
post-install:
- ldconfig -m ${PREFIX}/lib
+ /sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/devel/libmalloc/distinfo b/devel/libmalloc/distinfo
index 67645da0ee93..cff91819750f 100644
--- a/devel/libmalloc/distinfo
+++ b/devel/libmalloc/distinfo
@@ -1 +1 @@
-MD5 (malloc.tar.gz) = 0a849b322ea5c74b41ddcc59d313bff2
+MD5 (malloc-1.18.tar.gz) = 840aa40316d985f9a104b1e4f79460dd
diff --git a/devel/libmalloc/files/patch-aa b/devel/libmalloc/files/patch-aa
index 5af23fc4a3f6..e66264cc43b0 100644
--- a/devel/libmalloc/files/patch-aa
+++ b/devel/libmalloc/files/patch-aa
@@ -25,7 +25,7 @@
RANLIB = ranlib
LDFLAGS=#-Bstatic
-+ VERSION=1.13
++ VERSION=1.18
# only developers should have to change stuff below this line
@@ -134,3 +134,14 @@
.id: $(SRCS)
mkid $(SRCS) $(SPLAYSRC) $(HDRS) $(SPLAYHDR)
touch .id
+--- externs.h.orig Fri Jul 12 13:00:12 1996
++++ externs.h Fri Jul 12 13:01:21 1996
+@@ -39,7 +39,7 @@
+
+ extern int fputs proto((const char *, FILE *));
+ extern int fflush proto((FILE *));
+-extern int setvbuf proto((FILE *, char *, int, memsize_t));
++extern int setvbuf proto((FILE *, char *, int, size_t));
+
+ /* Character Handling: <string.h> */
+
diff --git a/devel/libmalloc/pkg-plist b/devel/libmalloc/pkg-plist
index 57c78eb17e46..addf786f725c 100644
--- a/devel/libmalloc/pkg-plist
+++ b/devel/libmalloc/pkg-plist
@@ -3,5 +3,5 @@ lib/libmalloc.a
lib/libmalloc_d.a
@exec ranlib %D/%F
include/malloc.h
-lib/libmalloc_d.so.1.13
+lib/libmalloc_d.so.1.18
@exec /sbin/ldconfig -m %B