summaryrefslogtreecommitdiff
path: root/databases/firebird-client
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-26 12:06:16 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-26 12:06:16 +0000
commit7fa277636446b24e8a5986f0034392f7534dcacb (patch)
treea7412f962cbbf35e992e99d15e25fbccb9176729 /databases/firebird-client
parentRemove mirror.ac.uk from MASTERSITES in Haskell(-related) ports. (diff)
Fix malformed patch.
Noticed by: Renato Botelho <rbgarga@gmail.com>
Notes
Notes: svn path=/head/; revision=114764
Diffstat (limited to 'databases/firebird-client')
-rw-r--r--databases/firebird-client/files/patch-src::extern::editline::makelist22
1 files changed, 11 insertions, 11 deletions
diff --git a/databases/firebird-client/files/patch-src::extern::editline::makelist b/databases/firebird-client/files/patch-src::extern::editline::makelist
index fa1aad298d04..870f3cfdaece 100644
--- a/databases/firebird-client/files/patch-src::extern::editline::makelist
+++ b/databases/firebird-client/files/patch-src::extern::editline::makelist
@@ -1,11 +1,11 @@
-+--- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004
-++++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004
-+@@ -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");
+--- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004
++++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004
+@@ -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");