From 52c009cdf2d601ac380a536b4313737244bc5142 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 22 Nov 2002 23:30:24 +0000 Subject: Maintainer update (also added WWW-field to pkg-descr to make portlint happy) PR: ports/45582 Submitted by: Chris Knight --- databases/firebird20-server/files/patch-porting::qli::help.c | 11 +++++++++++ databases/firebird20-server/files/patch-qli::help.e | 11 ----------- databases/firebird20-server/pkg-descr | 2 ++ 3 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 databases/firebird20-server/files/patch-porting::qli::help.c delete mode 100644 databases/firebird20-server/files/patch-qli::help.e (limited to 'databases/firebird20-server') diff --git a/databases/firebird20-server/files/patch-porting::qli::help.c b/databases/firebird20-server/files/patch-porting::qli::help.c new file mode 100644 index 000000000000..c6dbdcae0efe --- /dev/null +++ b/databases/firebird20-server/files/patch-porting::qli::help.c @@ -0,0 +1,11 @@ +--- 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) + { diff --git a/databases/firebird20-server/files/patch-qli::help.e b/databases/firebird20-server/files/patch-qli::help.e deleted file mode 100644 index c01f12ba284a..000000000000 --- a/databases/firebird20-server/files/patch-qli::help.e +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/pkg-descr b/databases/firebird20-server/pkg-descr index c0ac8b0093af..7d091fff56bd 100644 --- a/databases/firebird20-server/pkg-descr +++ b/databases/firebird20-server/pkg-descr @@ -20,3 +20,5 @@ http://www.firebirdsql.org/ For more information on the locksmith back door, see: https://www.kb.cert.org/vuls/id/247371 + +WWW: http://sourceforge.net/projects/firebird/ -- cgit