Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2002 20:21:29 +1100 (EST)
From:      Chris Knight <chris@aims.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45583: [MAINTAINER UPDATE] databases/firebird-devel: really fix bento error
Message-ID:  <200211220921.gAM9LTPu070002@ait0fd01.aims.private>

next in thread | raw e-mail | index | archive | help

>Number:         45583
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] databases/firebird-devel: really fix bento error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 22 01:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Chris Knight
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
AIMS Independent Computer Professionals
>Environment:
System: FreeBSD ait0fd01.aims.private 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Oct 13 19:17:31 EST 2002 root@ait0fd01.aims.private:/var/obj/usr/src/sys/THINKPAD i386

>Description:
EBKAC (Error Between Keyboard and Chair) has prevented firebird-devel from
building on the bento cluster. REALLY fix it this time

>How-To-Repeat:
On -current:
cd /usr/ports/databases/firebird-devel
make all
Wait for error

>Fix:

Index: files/patch-porting::qli::help.c
===================================================================
RCS file: files/patch-porting::qli::help.c
diff -N files/patch-porting::qli::help.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-porting::qli::help.c	22 Nov 2002 08:36:40 -0000
@@ -0,0 +1,11 @@
+--- porting/qli/help.c.orig	Wed Jan 30 14:30:54 2002
++++ porting/qli/help.c	Fri Nov 22 19:36:28 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)
+ 	{
Index: files/patch-qli::help.e
===================================================================
RCS file: files/patch-qli::help.e
diff -N files/patch-qli::help.e
--- files/patch-qli::help.e	18 Nov 2002 10:54:30 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- qli/help.e.orig	Fri Aug  4 06:53:52 2000
-+++ qli/help.e	Mon Nov 18 19:22:44 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)
- 	{
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211220921.gAM9LTPu070002>