aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-memchan/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-26 18:17:09 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-26 18:17:09 +0000
commitce0a96c3c22c02b97d55739cc3285672b8df07ad (patch)
tree2b9be4c6e4732db8c9cbb0405268806cb65e3917 /devel/tcl-memchan/files
parentb63cf329a5d96149b937060bec237a91fb37c78b (diff)
Notes
Diffstat (limited to 'devel/tcl-memchan/files')
-rw-r--r--devel/tcl-memchan/files/patch-conf68
-rw-r--r--devel/tcl-memchan/files/patch-mkin7
-rw-r--r--devel/tcl-memchan/files/patch-stubs9
3 files changed, 9 insertions, 75 deletions
diff --git a/devel/tcl-memchan/files/patch-conf b/devel/tcl-memchan/files/patch-conf
deleted file mode 100644
index 440bc58de650..000000000000
--- a/devel/tcl-memchan/files/patch-conf
+++ /dev/null
@@ -1,68 +0,0 @@
---- configure Sat Jan 15 15:51:23 2000
-+++ configure Mon May 22 18:04:39 2000
-@@ -1051,65 +1051,2 @@
-
--
--echo $ac_n "checking for tcl library""... $ac_c" 1>&6
--echo "configure:1055: checking for tcl library" >&5
--if eval "test \"`echo '$''{'memchan_cv_lib_TCL_LIB'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- memchan_cv_lib_TCL_LIB=""
-- places="$TCL_LIB_DIR \
-- ../../tcl8.2.*/unix \
-- ../../tcl8.2/unix \
-- ../../tcl8.2b*/unix \
-- ../../tcl8.2a*/unix \
-- ../../tcl8.1.*/unix \
-- ../../tcl8.1/unix \
-- ../../tcl8.1b*/unix \
-- ../../tcl8.1a*/unix \
-- ../../tcl8.0.*/unix \
-- ../../tcl8.0/unix \
-- ../../tcl/unix \
-- ../../tcl \
-- $exec_prefix/lib \
-- $prefix/lib \
-- /usr/local/lib \
-- /usr/lib"
-- for dir in $places; do
-- if test -n "$memchan_cv_lib_TCL_LIB"; then
-- break
-- fi
-- for version in 8.2 8.1.1 8.1 8.0.5 8.0.4 8.0.3 8.0 82 811 81 805 804 803 80 ""; do
-- if test -n "$memchan_cv_lib_TCL_LIB"; then
-- break
-- fi
-- for libsuff in .so ".so.*" .sl .a; do
-- if test -n "$memchan_cv_lib_TCL_LIB"; then
-- break
-- fi
-- if test -f $dir/libtcl$version$libsuff; then
-- memchan_cv_lib_TCL_LIB="-L$dir -ltcl$version"
-- TCL_LIB_DIR="$dir"
-- fi
-- done
-- done
-- done
--fi
--
--echo "$ac_t""$memchan_cv_lib_TCL_LIB" 1>&6
--
--TCL_LIB="$memchan_cv_lib_TCL_LIB"
--if test -z "$TCL_LIB" ; then
-- { echo "configure: error: not found; use --with-tcl-lib-dir=path" 1>&2; exit 1; }
--fi
--
--
--
--if eval "test \"`echo '$''{'memchan_cv_TCL_LIB_DIR'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- memchan_cv_TCL_LIB_DIR="$TCL_LIB_DIR"
--fi
--
--TCL_LIB_DIR="$memchan_cv_TCL_LIB_DIR"
--
--
- #--------------------------------------------------------------------
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)
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
+ */