diff options
author | jdp <jdp@FreeBSD.org> | 1997-06-30 04:43:33 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-06-30 04:43:33 +0800 |
commit | 59367d6773e1ca02784200bcba96774b1d130e85 (patch) | |
tree | 4d5c8dc7624cc0c4dc8e2f5585ba3724d83083e0 /lang/modula-3/Makefile | |
parent | 5820c470fda607127ccc08c68aa8d65b59ee3e56 (diff) | |
download | freebsd-ports-gnome-59367d6773e1ca02784200bcba96774b1d130e85.tar.gz freebsd-ports-gnome-59367d6773e1ca02784200bcba96774b1d130e85.tar.zst freebsd-ports-gnome-59367d6773e1ca02784200bcba96774b1d130e85.zip |
Update the Modula-3 runtime's thread safe malloc to PHK's latest.
This eliminates the malloc warnings brought about by the recent
merging of calloc into malloc.c in -current's libc.
This changes the minor version numbers of the Modula-3 shared
libraries. The packages that depend on modula-3-lib will need to
be rebuilt:
net/cvsup
print/virtualpaper
Diffstat (limited to 'lang/modula-3/Makefile')
-rw-r--r-- | lang/modula-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index e0b14a724cb7..f96e2cf407d7 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.11 1997/03/28 04:38:36 jdp Exp $ +# $Id: Makefile,v 1.12 1997/05/09 20:44:54 jdp Exp $ # DISTNAME= modula-3-3.6 @@ -22,7 +22,7 @@ NO_BUILD= yes # Keep these in sync with the PLIST and with the library version numbers # in the modula-3-lib port. major= 4 -minor= 1 +minor= 2 # The Modula-3 build process insists on installing each individual # component immediately after that component is built. To avoid having |