Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 17:10:28 +1100 (EST)
From:      Chris Knight <chris@aims.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45228: [MAINTAINER UPDATE]: databases/firebird-devel: Fix build on current
Message-ID:  <200211120610.gAC6AS1m035894@ait0fd01.aims.private>

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

>Number:         45228
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: databases/firebird-devel: Fix build on current
>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:   Mon Nov 11 22:20:01 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:
Fix build on CURRENT

>How-To-Repeat:
Try building databases/firebird-devel on CURRENT

>Fix:

Index: files/patch-qli::help.c
===================================================================
RCS file: files/patch-qli::help.c
diff -N files/patch-qli::help.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-qli::help.c	12 Nov 2002 06:04:18 -0000
@@ -0,0 +1,11 @@
+--- qli/help.c.orig	Tue Nov 12 16:03:39 2002
++++ qli/help.c	Tue Nov 12 17:00:35 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)
+ 	{
>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?200211120610.gAC6AS1m035894>