diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-26 18:17:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-26 18:17:09 +0000 |
commit | ce0a96c3c22c02b97d55739cc3285672b8df07ad (patch) | |
tree | 2b9be4c6e4732db8c9cbb0405268806cb65e3917 /devel/tcl-memchan/files/patch-mkin | |
parent | Update the documentation. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=53796
Diffstat (limited to 'devel/tcl-memchan/files/patch-mkin')
-rw-r--r-- | devel/tcl-memchan/files/patch-mkin | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/tcl-memchan/files/patch-mkin b/devel/tcl-memchan/files/patch-mkin deleted file mode 100644 index a46b291d7612..000000000000 --- a/devel/tcl-memchan/files/patch-mkin +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in Sat Jan 15 15:51:20 2000 -+++ Makefile.in Mon May 22 18:08:28 2000 -@@ -244,3 +244,3 @@ - rm -f $(MEMCHAN_LIB_FILE) -- @MAKE_LIB@ -+ @MAKE_LIB@ -L$(prefix)/lib - $(RANLIB) $(MEMCHAN_LIB_FILE) |