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;
locks; strict;
comment	@# @;


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

1.1
date	2004.05.29.21.55.57;	author pav;	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
@--- System/Common/Makefile.orig	Fri Oct 22 00:26:32 1999
+++ System/Common/Makefile	Sat May 29 23:37:05 2004
@@@@ -33,7 +33,7 @@@@
 	@@echo "-- in the top level Makefile. Please do not edit it" >> $(TMPFILE)
 	@@echo "#define CONFIG_DEFAULT_PLATFORM \"$(DEFAULT_PLATFORM)\"" >> $(TMPFILE)
 	@@echo -n "#define CONFIG_PLATFORMS \"" >> $(TMPFILE)
-	@@echo -n                           $(PLATFORMS) | sed "s/ //;s/,/\",\"/" >> $(TMPFILE)
+	@@echo -n                           $(PLATFORMS:S/ //g:S/,/","/g) >> $(TMPFILE)
 	@@echo                                                                    "\"" >> $(TMPFILE)
 	@@echo "#include \"CONFIG.proto\"" >> $(TMPFILE)
 	@@$(CPP) -undef $(TMPFILE) > CONFIG
@


1.1
log
@- Fix one building problem (it still don't build)
- Update WWW
@
text
@@

