diff options
author | asami <asami@FreeBSD.org> | 1997-01-10 18:57:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-10 18:57:55 +0800 |
commit | e375bd34b8a35a40b4fd7a890b0502b52968b9d9 (patch) | |
tree | 4748deb113493ee5e86766defb3052461ab43cac /devel/libmalloc | |
parent | d774ead5eabcdbfbed1e731c1909c2cbd88ab0ba (diff) | |
download | freebsd-ports-gnome-e375bd34b8a35a40b4fd7a890b0502b52968b9d9.tar.gz freebsd-ports-gnome-e375bd34b8a35a40b4fd7a890b0502b52968b9d9.tar.zst freebsd-ports-gnome-e375bd34b8a35a40b4fd7a890b0502b52968b9d9.zip |
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!)
Diffstat (limited to 'devel/libmalloc')
-rw-r--r-- | devel/libmalloc/Makefile | 14 | ||||
-rw-r--r-- | devel/libmalloc/distinfo | 2 | ||||
-rw-r--r-- | devel/libmalloc/files/patch-aa | 13 | ||||
-rw-r--r-- | devel/libmalloc/pkg-plist | 2 |
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 |