From chris@aims.com.au  Mon Nov 18 00:29:35 2002
Return-Path: <chris@aims.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6AB8B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 2002 00:29:35 -0800 (PST)
Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0B143E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 2002 00:29:33 -0800 (PST)
	(envelope-from chris@aims.com.au)
Received: from ait0fd01.aims.private (ait0fd01.aims.private [192.168.10.254])
	by postoffice.aims.com.au  with ESMTP id gAI8TRxC041535
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 2002 19:29:27 +1100 (EST)
	(envelope-from chris@aims.com.au)
Received: from ait0fd01.aims.private (localhost [127.0.0.1])
	by ait0fd01.aims.private (8.12.6/8.12.6) with ESMTP id gAI8TRVa079739
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 2002 19:29:27 +1100 (EST)
	(envelope-from chris@aims.com.au)
Received: (from root@localhost)
	by ait0fd01.aims.private (8.12.6/8.12.6/Submit) id gAI8TQsp079738;
	Mon, 18 Nov 2002 19:29:26 +1100 (EST)
Message-Id: <200211180829.gAI8TQsp079738@ait0fd01.aims.private>
Date: Mon, 18 Nov 2002 19:29:26 +1100 (EST)
From: Chris Knight <chris@aims.com.au>
Reply-To: Chris Knight <chris@aims.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] databases/firebird-devel: Fix Patch file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45387
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] databases/firebird-devel: Fix Patch file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 18 00:30:01 PST 2002
>Closed-Date:    Mon Nov 18 02:57:46 PST 2002
>Last-Modified:  Mon Nov 18 02:57:46 PST 2002
>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:
Previous update patched a build-generated file.
Remove patch to build generated file, and patch the file that comes with the
distfile.

>How-To-Repeat:
cd /usr/ports/databases/firebird-devel
make patch

>Fix:

Index: files/patch-qli::help.c
===================================================================
RCS file: files/patch-qli::help.c
diff -N files/patch-qli::help.c
--- files/patch-qli::help.c	16 Nov 2002 14:04:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- 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)
- 	{
Index: files/patch-qli::help.e
===================================================================
RCS file: files/patch-qli::help.e
diff -N files/patch-qli::help.e
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-qli::help.e	18 Nov 2002 08:23:20 -0000
@@ -0,0 +1,11 @@
+--- 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:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon Nov 18 02:57:32 PST 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45387 
>Unformatted:
