diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-04 14:12:41 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-04 14:12:41 +0000 |
commit | 9867961518eee352e70e1c72b11e7895c390a812 (patch) | |
tree | 9236d544bcd7cffcb4938c0195ee638bc978752e /lang/Sather/pkg-descr | |
parent | 4ee277e6b30ff84f9a39f930e70b6fcc3a89c7d9 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=169657
Diffstat (limited to 'lang/Sather/pkg-descr')
-rw-r--r-- | lang/Sather/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/Sather/pkg-descr b/lang/Sather/pkg-descr index 281eed4b789f..a244c08de639 100644 --- a/lang/Sather/pkg-descr +++ b/lang/Sather/pkg-descr @@ -16,4 +16,7 @@ higher-order routines and iters, exception handling, assertions, preconditions, postconditions, and class invariants. Sather code can be compiled into C code and can efficiently link with C object files. +Note: this version will work with non-threaded Tk only due to problems +with GC and threads! + WWW: http://www.gnu.org/software/sather/ |