From owner-freebsd-ports Sat Apr 14 21:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B34E037B50C for ; Sat, 14 Apr 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3F4U1550317; Sat, 14 Apr 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id D828037B443 for ; Sat, 14 Apr 2001 21:21:56 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id NAA19080 for ; Sun, 15 Apr 2001 13:51:54 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f3F4QDR94022; Sun, 15 Apr 2001 13:56:13 +0930 (CST) (envelope-from mark) Message-Id: <200104150426.f3F4QDR94022@aeris.kyne.com.au> Date: Sun, 15 Apr 2001 13:56:13 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26589: Maintainer update: games/greed: build fails on alpha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26589 >Category: ports >Synopsis: Maintainer update: games/greed: build fails on alpha >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: Sat Apr 14 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: Alpha FreeBSD >Description: Build fails on alpha: http://beta.freebsd.org/errorlogs/4-full/greed-game-3.3.log I don't have an alpha to test, but I believe the attached diff should fix the problem. Note: after applying the diff files/patch-greed.c needs to be cvs added. >How-To-Repeat: Attempt to build on alpha >Fix: diff -urN -x CVS /usr/ports/games/greed/files/patch-greed.c greed/files/patch-greed.c --- /usr/ports/games/greed/files/patch-greed.c Thu Jan 1 09:30:00 1970 +++ greed/files/patch-greed.c Sun Apr 15 13:08:17 2001 @@ -0,0 +1,19 @@ +--- greed.c.orig Sun Apr 15 12:59:50 2001 ++++ greed.c Sun Apr 15 13:07:52 2001 +@@ -53,6 +53,8 @@ + #include + #include + #include ++#include ++#include + #ifndef MSDOS + #include + #endif +@@ -200,7 +202,6 @@ + char *argv[]; + { + register val = 1; +- extern long time(); + int attribs[9]; + #ifdef A_COLOR + char *colors; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message