diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 13:59:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 13:59:05 +0000 |
commit | 67edd824ffe8d241fa6bf7b853bdf9362f0ec31b (patch) | |
tree | 699ebe08c7b24fa203a04745683186af4a0a70cf /databases | |
parent | 3df279aa3147edbc40cac42324b7d96e58ca5c69 (diff) | |
download | FreeBSD-ports-67edd824ffe8d241fa6bf7b853bdf9362f0ec31b.zip FreeBSD-ports-67edd824ffe8d241fa6bf7b853bdf9362f0ec31b.tar.gz |
fix build on -current
PR: 45464
Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird-client/files/patch-qli::help.e | 11 | ||||
-rw-r--r-- | databases/firebird-server/files/patch-qli::help.e | 11 | ||||
-rw-r--r-- | databases/firebird/files/patch-qli::help.e | 11 | ||||
-rw-r--r-- | databases/firebird2-server/files/patch-qli::help.e | 11 | ||||
-rw-r--r-- | databases/firebird20-server/files/patch-qli::help.e | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-qli::help.e b/databases/firebird-client/files/patch-qli::help.e new file mode 100644 index 0000000..c01f12b --- /dev/null +++ b/databases/firebird-client/files/patch-qli::help.e @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) + continue; + if (++topics == 1 && banner) +- ib_printf ("%s\n", banner, string, parent); ++ ib_printf ("%s%s%s\n", banner, string, parent); + p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH; + if (p + l > line + RIGHT_MARGIN) + { diff --git a/databases/firebird-server/files/patch-qli::help.e b/databases/firebird-server/files/patch-qli::help.e new file mode 100644 index 0000000..c01f12b --- /dev/null +++ b/databases/firebird-server/files/patch-qli::help.e @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) + continue; + if (++topics == 1 && banner) +- ib_printf ("%s\n", banner, string, parent); ++ ib_printf ("%s%s%s\n", banner, string, parent); + p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH; + if (p + l > line + RIGHT_MARGIN) + { diff --git a/databases/firebird/files/patch-qli::help.e b/databases/firebird/files/patch-qli::help.e new file mode 100644 index 0000000..c01f12b --- /dev/null +++ b/databases/firebird/files/patch-qli::help.e @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) + continue; + if (++topics == 1 && banner) +- ib_printf ("%s\n", banner, string, parent); ++ ib_printf ("%s%s%s\n", banner, string, parent); + p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH; + if (p + l > line + RIGHT_MARGIN) + { diff --git a/databases/firebird2-server/files/patch-qli::help.e b/databases/firebird2-server/files/patch-qli::help.e new file mode 100644 index 0000000..c01f12b --- /dev/null +++ b/databases/firebird2-server/files/patch-qli::help.e @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) + continue; + if (++topics == 1 && banner) +- ib_printf ("%s\n", banner, string, parent); ++ ib_printf ("%s%s%s\n", banner, string, parent); + p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH; + if (p + l > line + RIGHT_MARGIN) + { diff --git a/databases/firebird20-server/files/patch-qli::help.e b/databases/firebird20-server/files/patch-qli::help.e new file mode 100644 index 0000000..c01f12b --- /dev/null +++ b/databases/firebird20-server/files/patch-qli::help.e @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) + continue; + if (++topics == 1 && banner) +- ib_printf ("%s\n", banner, string, parent); ++ ib_printf ("%s%s%s\n", banner, string, parent); + p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH; + if (p + l > line + RIGHT_MARGIN) + { |