head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.01.26.06.14.41;	author lawrance;	state dead;
branches;
next	1.1;

1.1
date	2000.06.30.02.56.21;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 2.1.10.
Remove BROKEN and replace with ONLY_FOR_ARCHS, since this distribution is
for 32-bit architectures.

PR:		ports/89613 (based on)
Submitted by:	Alexander Shiryaev <aixp@@mail.ru>
Approved by:	ob@@breuninger.org (maintainer, timeout 2 months)
@
text
@--- gc/Makefile.orig	Fri Mar 26 00:41:43 1999
+++ gc/Makefile	Fri Dec 17 11:49:52 1999
@@@@ -255,4 +255,9 @@@@
 	ln liblinuxgc.so libgc.so
 
+# FreeBSD shared library version of the collector
+libfreebsdgc.so: $(OBJS) dyn_load.o
+	ld -shared $(ABI_FLAG) -o libfreebsdgc.so $(OBJS) dyn_load.o -lc
+	ln libfreebsdgc.so libgc.so
+
 # Alternative Linux rule.  This is preferable, but is likely to break the
 # Makefile for some non-linux platforms.
@@@@ -331,4 +336,12 @@@@
 	-rm -f *~
 
+copy:
+	cat gc.man | gzip > gc.l.gz
+	cp -p gc.a	/usr/local/lib/libgc.a
+	cp -p libgc.so	/usr/local/lib/libgc.so.0
+	cp -p gc.h	/usr/local/include
+	cp -p gc.l.gz	/usr/local/man/manl
+	ln -s libgc.so.0 /usr/local/lib/libgc.so
+
 gctest: test.o gc.a if_mach if_not_there
 	rm -f gctest
@@@@ -417,2 +430,5 @@@@
 		cp tmp $$file; \
 		done
+
+install: all test libfreebsdgc.so copy
+
@


1.1
log
@Add oo2c, an Oberon-2 compiler.

PR:		18215
Submitted by:	Oliver Breuninger <ob@@seicom.net>
@
text
@@

