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


1.2
date	2006.08.04.14.12.41;	author rafan;	state dead;
branches;
next	1.1;

1.1
date	2002.10.22.06.12.06;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.2.2
- Unbrake on all platforms
- Use tk8.4 instead of tk8.3
- Fix bug with abort2 function
- Fix installed files's permissions
- Use PORTDOCS macro

Some notes from maintainer:
1) Due to some GC/Sather bugs we need specific options to compile GC.
   To achive this i compile GC separately and link it statically. I've
   not include it in dependencies to not bother user with GC's OPTIONS.
2) Port can be build currently only against non-threaded Tk/Tcl library.
   Don't know currently how to investigate this since there are no way to
   find if Tk build with or without threads. Furthermore, tk and tk-threads
   are mutually exclusive. Linking agains static Tk is bogus...

PR:		ports/100964
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
@
text
@--- Makefile.orig	Thu Nov  4 17:04:28 1999
+++ Makefile	Fri Oct 11 10:13:26 2002
@@@@ -30,8 +30,8 @@@@
 LN=ln -s
 CP=cp
 
-CPP=/lib/cpp -C -P
-CC=gcc
+CPP=/usr/bin/cpp -C -P
+CC?=cc
 EXEC_SUFFIX=
 # CC is only used for bootstrapping, check System/Common/CONFIG.proto if
 # you want to change it for all Sather compilations
@@@@ -90,7 +90,7 @@@@
 # The platform to use if not overridden by a -<platform> option
 # or the SATHER_PLATFORM environment variable
 # Should be edited for a particular system
-DEFAULT_PLATFORM=unix
+DEFAULT_PLATFORM=freebsd
 
 # The platform used to compile the boot compiler. Usually just default, but has to
 # be one of: freebsd, hpux_at, iris-4, linux, osf_at, solaris, solaris_at, unix,
@


1.1
log
@- Fix build
- Add several libraries, utilities and documents

PR:		44349
Submitted by:	Ports Fury
@
text
@@

