From 09cfdeb4576448492d30205eb2c55dc83d9d5bb8 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Fri, 4 Jul 1997 17:31:37 +0000 Subject: I botched my previous update of the thread safe malloc, making it not thread safe at all. This commit repairs the damage. 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 --- lang/modula-3/Makefile | 4 ++-- lang/modula-3/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lang/modula-3') diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index f96e2cf407d7..ea3f079e2c6b 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra # -# $Id: Makefile,v 1.12 1997/05/09 20:44:54 jdp Exp $ +# $Id: Makefile,v 1.13 1997/06/29 20:43:17 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= 2 +minor= 3 # The Modula-3 build process insists on installing each individual # component immediately after that component is built. To avoid having diff --git a/lang/modula-3/pkg-plist b/lang/modula-3/pkg-plist index f28435afdaab..b038e2e78545 100644 --- a/lang/modula-3/pkg-plist +++ b/lang/modula-3/pkg-plist @@ -3,7 +3,7 @@ bin/formsedit bin/m3browser bin/m3build bin/m3build-4 -bin/m3build-4.2 +bin/m3build-4.3 bin/m3bundle bin/m3pp bin/m3ship @@ -16,7 +16,7 @@ bin/replayheap bin/showheap bin/shownew bin/showthread -lib/m3/FreeBSD2/libm3configvars.so.4.2 +lib/m3/FreeBSD2/libm3configvars.so.4.3 lib/m3/FreeBSD2/m3 lib/m3/FreeBSD2/m3cgc1 lib/m3/FreeBSD2/m3mkdir @@ -313,7 +313,7 @@ lib/m3/pkg/m3configvars/FreeBSD2/.M3IMPTAB lib/m3/pkg/m3configvars/FreeBSD2/.M3WEB lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.a lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.m3x -lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.so.4.2 +lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.so.4.3 lib/m3/pkg/m3configvars/src/M3ConfigVars.i3 lib/m3/pkg/m3core/FreeBSD2/.M3EXPORTS lib/m3/pkg/m3core/FreeBSD2/.M3IMPTAB -- cgit v1.2.3