summaryrefslogtreecommitdiff
path: root/devel/tcl-trf/files/patch-bz2_opt
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 19:22:49 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 19:22:49 +0000
commitadbca29e83b79341b9269d0e582619cea059db3a (patch)
tree251ccf3e545218797aa6a6f6fa2fc4d62eccd102 /devel/tcl-trf/files/patch-bz2_opt
parentRemove devel/ruby-p4 as it has been marked BROKEN for over 6 months. (diff)
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.
Notes
Notes: svn path=/head/; revision=235726
Diffstat (limited to 'devel/tcl-trf/files/patch-bz2_opt')
-rw-r--r--devel/tcl-trf/files/patch-bz2_opt16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/tcl-trf/files/patch-bz2_opt b/devel/tcl-trf/files/patch-bz2_opt
deleted file mode 100644
index 15c071d06b2a..000000000000
--- a/devel/tcl-trf/files/patch-bz2_opt
+++ /dev/null
@@ -1,16 +0,0 @@
---- generic/bz2_opt.c Sat Nov 18 17:42:31 2000
-+++ generic/bz2_opt.c Fri Feb 15 14:09:36 2002
-@@ -182,13 +182,4 @@
-
- /*
-- * 'bz2' is used, therefore load the required library.
-- * And bail out if it is not available.
-- */
--
-- if (TCL_OK != TrfLoadBZ2lib (interp)) {
-- return TCL_ERROR;
-- }
--
-- /*
- * Now perform the real option check.
- */