From nobody@FreeBSD.org  Fri Apr  7 16:17:19 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A6AD116A402
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Apr 2006 16:17:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 74BFC43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Apr 2006 16:17:19 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k37GHJEZ006228
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 7 Apr 2006 16:17:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k37GHJbY006208;
	Fri, 7 Apr 2006 16:17:19 GMT
	(envelope-from nobody)
Message-Id: <200604071617.k37GHJbY006208@www.freebsd.org>
Date: Fri, 7 Apr 2006 16:17:19 GMT
From: "Jimmy F.Klarke" <iss.jfk@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Firebird broken
X-Send-Pr-Version: www-2.3

>Number:         95479
>Category:       ports
>Synopsis:       Firebird broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vanilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 07 16:20:23 GMT 2006
>Closed-Date:    Sat Jun 03 10:14:01 GMT 2006
>Last-Modified:  Sat Jun 03 10:14:01 GMT 2006
>Originator:     Jimmy F.Klarke
>Release:        6.0 Release
>Organization:
InfiniteSpace Studio
>Environment:
FreeBSD ark1.infinitespace.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Apr  5 11:13:10 CST 2006     root@ark0.infinitespace.org:/usr/obj/usr/src/sys/ARK0  i386

>Description:
Ports chinese/firebird not functional after successful make and install.
This port is marked as broken in recend ports update.
>How-To-Repeat:
cd in /usr/ports/chinese/firebird, then make install to repeat.
>Fix:
I made a new patch to bbssrc/src/screen.c to fix this problem. Replace the original files/patch-screen.c with this one should fix the problem.

--- src/screen.c.orig   Tue Apr  4 22:47:56 2006
+++ src/screen.c   Fri Apr  7 09:01:51 2006
@@ -27,7 +27,7 @@
 #include "screen.h"
 #include "edit.h"
 #include <sys/param.h>
-#include <varargs.h>
+#include <stdarg.h>
 
 extern char clearbuf[];
 extern char cleolbuf[];
@@ -538,15 +538,13 @@
 int     dec[] = {1000000000, 100000000, 10000000, 1000000, 100000, 10000, 1000, 100, 10, 1};
 
 void
-prints(va_alist)
-va_dcl
+prints(char *fmt, ...)
 {
    va_list ap;
-   register char *fmt;
+   register char;
    char   *bp;
    register int i, count, hd, indx;
-   va_start(ap);
-   fmt = va_arg(ap, char *);
+   va_start(ap, fmt);
    while (*fmt != '\0') {
       if (*fmt == '%') {
          int     sgn = 1;
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 7 21:38:55 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95479 
Responsible-Changed-From-To: freebsd-ports-bugs->vanilla 
Responsible-Changed-By: vanilla 
Responsible-Changed-When: Mon May 8 06:29:17 UTC 2006 
Responsible-Changed-Why:  
I will handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95479 
State-Changed-From-To: feedback->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Jun 3 10:13:59 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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