summaryrefslogtreecommitdiff
path: root/devel/autoconf253/files/patch-bin-autoscan.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-09-30 05:05:45 +0000
committerAde Lovett <ade@FreeBSD.org>2007-09-30 05:05:45 +0000
commit06181683c122cf557c38ab68d8abeba5a03b79a8 (patch)
treeb56a8d5ccdcbd90a68f9d971e1a250ca4f94da6b /devel/autoconf253/files/patch-bin-autoscan.in
parentRemove now empty file. (diff)
Remove autoconf-2.53/autoconf-2.59 from the tree, no longer needed.
PR: 116639
Notes
Notes: svn path=/head/; revision=200414
Diffstat (limited to 'devel/autoconf253/files/patch-bin-autoscan.in')
-rw-r--r--devel/autoconf253/files/patch-bin-autoscan.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/autoconf253/files/patch-bin-autoscan.in b/devel/autoconf253/files/patch-bin-autoscan.in
deleted file mode 100644
index 68836ffb60bc..000000000000
--- a/devel/autoconf253/files/patch-bin-autoscan.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- bin/autoscan.in.orig Fri Mar 8 06:52:41 2002
-+++ bin/autoscan.in Mon Sep 16 03:56:50 2002
-@@ -192,7 +192,11 @@
- sub used ($$;$)
- {
- my ($kind, $word, $where) = @_;
-- $where ||= "$File::Find::name:$.";
-+ my $lineno = 0;
-+ if (defined($.)) {
-+ $lineno = $.;
-+ }
-+ $where ||= "$File::Find::name:$lineno";
- push (@{$used{$kind}{$word}}, $where);
- }
-