summaryrefslogtreecommitdiff
path: root/devel/libedit/files/patch-makelist
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-02-06 03:06:29 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-02-06 03:06:29 +0000
commitee71eecb03eccf100697bfb72a00c9910d05a1e3 (patch)
tree14056cbb796a5caa425bb2a012fc558accbed2a6 /devel/libedit/files/patch-makelist
parent- Update to 1.40.1 (diff)
- Update of devel/libedit from 2.6.9 to 2.6.10
PR: ports/108752 Submitted by: Martin Matuska <martin_AT_matuska dot org>
Notes
Notes: svn path=/head/; revision=184339
Diffstat (limited to 'devel/libedit/files/patch-makelist')
-rw-r--r--devel/libedit/files/patch-makelist11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libedit/files/patch-makelist b/devel/libedit/files/patch-makelist
deleted file mode 100644
index da82137a8109..000000000000
--- a/devel/libedit/files/patch-makelist
+++ /dev/null
@@ -1,11 +0,0 @@
---- makelist.orig Tue Sep 13 00:37:41 2005
-+++ makelist Tue Sep 13 00:38:08 2005
-@@ -145,7 +145,7 @@
- #
- -fh)
- cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
-- sort | tr '[a-z]' '[A-Z]' | $AWK '
-+ sort | tr '[:lower:]' '[:upper:]' | $AWK '
- BEGIN {
- printf("/* Automatically generated file, do not edit */\n");
- printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");