diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 11:52:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 11:52:00 +0000 |
commit | f6223e6222bc0267fb2f249a35f74797cd61f34f (patch) | |
tree | e3b8c6bbc728fab65015b8b1e062eaa742ef5ef9 /databases/firebird/files/patch-porting::qli::help.c | |
parent | Add dependency on gnomeprintui. (diff) |
[MAINTAINER UPDATE]: databases/firebird - Update to 1.0.2
Disabled package building for -current because of NFS locking problems.
^^ hopefully did it okay.
PR: ports/46926
Submitted by: Chris Knight <chris@aims.com.au>
Notes
Notes:
svn path=/head/; revision=73245
Diffstat (limited to 'databases/firebird/files/patch-porting::qli::help.c')
-rw-r--r-- | databases/firebird/files/patch-porting::qli::help.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/firebird/files/patch-porting::qli::help.c b/databases/firebird/files/patch-porting::qli::help.c deleted file mode 100644 index c6dbdcae0efe..000000000000 --- a/databases/firebird/files/patch-porting::qli::help.c +++ /dev/null @@ -1,11 +0,0 @@ ---- porting/qli/help.c.orig Tue Mar 12 00:37:07 2002 -+++ porting/qli/help.c Fri Nov 22 17:32:40 2002 -@@ -289,7 +289,7 @@ - isc_25.isc_26)) - 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) - { |