mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fix build on -current
PR: 45464 Submitted by: maintainer
This commit is contained in:
parent
344f175004
commit
0d21dd0321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70599
11
databases/firebird-client/files/patch-qli::help.e
Normal file
11
databases/firebird-client/files/patch-qli::help.e
Normal file
@ -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)
|
||||
{
|
11
databases/firebird-server/files/patch-qli::help.e
Normal file
11
databases/firebird-server/files/patch-qli::help.e
Normal file
@ -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)
|
||||
{
|
11
databases/firebird/files/patch-qli::help.e
Normal file
11
databases/firebird/files/patch-qli::help.e
Normal file
@ -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)
|
||||
{
|
11
databases/firebird2-server/files/patch-qli::help.e
Normal file
11
databases/firebird2-server/files/patch-qli::help.e
Normal file
@ -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)
|
||||
{
|
11
databases/firebird20-server/files/patch-qli::help.e
Normal file
11
databases/firebird20-server/files/patch-qli::help.e
Normal file
@ -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)
|
||||
{
|
Loading…
Reference in New Issue
Block a user