From ce0a96c3c22c02b97d55739cc3285672b8df07ad Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sat, 26 Jan 2002 18:17:09 +0000 Subject: Upgrade this from 2.1p3 to 2.2a2 (thanks to fenner's script for the heads up). Including: . give up trying to fix the configure and switch to Mskefile.bsd; . use the tests bundled with the software (currently -- three); . don't install the HTML documentation -- the man-pages are now available -- generated from the same source as HTML files; . don't compile the stubs support and install the library next to its pkgIndex.tcl under the lib/tcl${TCL_VER}/; . the project now lives on SourceForge. --- devel/tcl-memchan/files/patch-stubs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/tcl-memchan/files/patch-stubs (limited to 'devel/tcl-memchan/files/patch-stubs') diff --git a/devel/tcl-memchan/files/patch-stubs b/devel/tcl-memchan/files/patch-stubs new file mode 100644 index 000000000000..ab00c03e759e --- /dev/null +++ b/devel/tcl-memchan/files/patch-stubs @@ -0,0 +1,9 @@ +--- generic/init.c Tue Sep 26 16:52:50 2000 ++++ generic/init.c Fri Jan 25 14:13:31 2002 +@@ -87,5 +87,5 @@ + (Tcl_CmdDeleteProc*) NULL); + +-#if GT81 ++#ifdef USE_TCL_STUBS + /* register extension and its interfaces as now available package + */ -- cgit v1.2.3