From owner-freebsd-ports Tue Jan 18 11: 0:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A51C14EE2 for ; Tue, 18 Jan 2000 11:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12360; Tue, 18 Jan 2000 11:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5492.dip0.t-ipconnect.de [193.159.84.146]) by hub.freebsd.org (Postfix) with ESMTP id 955FE14E4C for ; Tue, 18 Jan 2000 10:52:46 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 43AE0AB98 for ; Tue, 18 Jan 2000 19:52:59 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id TAA12601; Tue, 18 Jan 2000 19:52:53 +0100 (CET) (envelope-from alex) Message-Id: <200001181852.TAA12601@cichlids.cichlids.com> Date: Tue, 18 Jan 2000 19:52:53 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16184: fix games/xbill (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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