head	1.2;
access;
symbols
	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;
locks; strict;
comment	@# @;


1.2
date	2003.12.21.14.48.05;	author krion;	state dead;
branches;
next	1.1;

1.1
date	2003.01.20.05.06.33;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.6b

PR:		60387
Submitted by:	maintainer
@
text
@--- autoconf/thread.orig	Mon Jul 15 21:08:21 2002
+++ autoconf/thread	Mon Jul 15 21:08:45 2002
@@@@ -56,6 +56,8 @@@@
      echo "-DGC_SOLARIS_PTHREADS -D_REENTRANT";;
    HP-UX*)
      echo "GC_HPUX_THREADS";;
+   FreeBSD*)
+     echo "-D_THREAD_SAFE -D_REENTRANT";;
    *)
      echo "";;
 esac
@


1.1
log
@New port: lang/bigloo - A Scheme interpreter and native code compiler

	This is a port of Bigloo, a Scheme system which includes a
	compiler generating C code and Java classes and an interpreter.
	Bigloo is the tool of choice for the construction of small
	autonomous applications in Scheme. Bigloo is mostly conformant
	to the Revised5 Report on the Algorithmic Language Scheme
	with many extensions.

PR:		ports/40644
Submitted by:	Stanislav Grozev <tacho@@factline.com>
@
text
@@

