summaryrefslogtreecommitdiff
path: root/textproc/makepatch/files/patch-makepatch.PL
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-08 17:21:46 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-08 17:21:46 +0000
commit54834eacc3561940c312a2eba253e8701442445b (patch)
tree598d0e1cfa8287ab556c03bca8921974f74021e8 /textproc/makepatch/files/patch-makepatch.PL
parent- Add KNOBS to build supplimentary utilities (diff)
- Update to 2.03
- take maintainership
Notes
Notes: svn path=/head/; revision=174975
Diffstat (limited to 'textproc/makepatch/files/patch-makepatch.PL')
-rw-r--r--textproc/makepatch/files/patch-makepatch.PL22
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/makepatch/files/patch-makepatch.PL b/textproc/makepatch/files/patch-makepatch.PL
deleted file mode 100644
index ee0bb07c45b4..000000000000
--- a/textproc/makepatch/files/patch-makepatch.PL
+++ /dev/null
@@ -1,22 +0,0 @@
---- makepatch.PL Sun Dec 6 09:04:51 1998
-+++ makepatch.PL.new Mon Nov 5 19:47:17 2001
-@@ -670,11 +670,14 @@
- $skipped++;
- return 0;
- }
-- if ( -B $fh ) {
-- verbose ("WARNING: Binary file $new -- skipped\n");
-- $skipped++;
-- return 0;
-- }
-+# Binary/Text test on filehandle makes no sense (and causes failure)
-+# on FreeBSD
-+#
-+# if ( -B $fh ) {
-+# verbose ("WARNING: Binary file $new -- skipped\n");
-+# $skipped++;
-+# return 0;
-+# }
- my $pos = $fh->getpos;
- while ( <$fh> ) {
- $lines++;