mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
9867961518
- 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)
21 lines
710 B
C
21 lines
710 B
C
--- Boot/sacomp.code/cgenCGEN1354269066xxxxxxxxx.c.orig Wed Aug 2 12:55:05 2006
|
|
+++ Boot/sacomp.code/cgenCGEN1354269066xxxxxxxxx.c Wed Aug 2 12:58:46 2006
|
|
@@ -9717,7 +9717,7 @@
|
|
extern STR defaul1261471675;
|
|
BOOL L108;
|
|
extern STR PSATHER_ABORT2;
|
|
- extern STR abort2;
|
|
+ extern STR abort22;
|
|
extern STR name139;
|
|
BOOL L109;
|
|
BOOL L1101_;
|
|
@@ -10215,7 +10215,7 @@
|
|
SATTR(ndefer_self3,routine_code,FSTR_p1752847026(ATTR(ndefer_self3,routine_code), ndefer_s3));
|
|
}
|
|
ndefer_self4 = self;
|
|
- ndefer_s4 = ((STR) &abort2);
|
|
+ ndefer_s4 = ((STR) &abort22);
|
|
CGEN_d695831906(ndefer_self4);
|
|
SATTR(ndefer_self4,routine_code,FSTR_p1752847026(ATTR(ndefer_self4,routine_code), ndefer_s4));
|
|
ndefer_self5 = self;
|