Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 19:52:53 +0100 (CET)
From:      Alexander Langer <alex@cichlids.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16184: fix games/xbill (bentofied)
Message-ID:  <200001181852.TAA12601@cichlids.cichlids.com>

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

>Number:         16184
>Category:       ports
>Synopsis:       fix games/xbill (bentofied)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 18 11:00:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Langer
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

-current

hell. the new compiler breaks most of the ports with dump error messages.
Of course, ANSI C++ forbids typeless declarations, but a typeless thing
should be treated (and is by other compilers) as int.

>Description:

bentofied

>How-To-Repeat:


>Fix:

add the following patch to the distribution.


--- Cable.h.old	Tue Jan 18 19:49:12 2000
+++ Cable.h	Tue Jan 18 19:49:25 2000
@@ -13,7 +13,7 @@
 	void setup();
 	void draw();
 	void update();
-	onspark (int locx, int locy);
+	int onspark (int locx, int locy);
 
 };
 



>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?200001181852.TAA12601>