From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 19:12:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82B7816A4CE for ; Mon, 3 Nov 2003 19:12:45 -0800 (PST) Received: from postoffice.e-easy.com.au (eth0.lnk.e-easy.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B58D43F3F for ; Mon, 3 Nov 2003 19:12:42 -0800 (PST) (envelope-from tim@e-easy.com.au) Received: from e-easy.com.au (eet03s01.aims.private [192.168.10.3]) by postoffice.e-easy.com.au with ESMTP id hA43C0pS099720 for ; Tue, 4 Nov 2003 14:12:06 +1100 (EST) (envelope-from tim@e-easy.com.au) Received: from eet03s01 by e-easy.com.au (e-easy.com.au) (MDaemon.PRO.v7.0.0f.R) with ESMTP id md50000007020.msg for ; Tue, 04 Nov 2003 14:09:15 +1100 From: "Tim Hoban" To: Date: Tue, 4 Nov 2003 14:09:13 +1100 Organization: E-Easy Message-ID: <00f301c3a281$060ecce0$030aa8c0@corp.eeasy.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Importance: Normal X-Spam-Processed: e-easy.com.au, Tue, 04 Nov 2003 14:09:15 +1100 (not processed: spam filter disabled) X-Return-Path: tim@e-easy.com.au X-MDaemon-Deliver-To: ports@freebsd.org X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-4.6 required=4.5 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on firewall.aims.private Subject: Freebsd-games patches... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2003 03:12:45 -0000 The game Hack is busted for FreeBSD 5 CURRENT. I offer two possible fixes: Index: hack.unix.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/ports/games/freebsd-games/work/freebsd-games-5.0/cvs/hack/hack.unix.= c,v retrieving revision 1.10 diff -u -r1.10 hack.unix.c --- hack.unix.c 23 May 2002 00:38:07 -0000 1.10 +++ hack.unix.c 4 Nov 2003 01:32:36 -0000 @@ -86,7 +86,7 @@ /* old version - for people short of space */ char *np; =20 - name =3D "/usr/games/hide/hack"; + name =3D "/usr/local/bin/hack"; if(stat(name, &hbuf)) error("Cannot get status of %s.", (np =3D rindex(name, '/')) ? np+1 : name); Or: --- Makefile Tue Nov 4 14:13:06 2003 +++ Makefile.old Tue Nov 4 14:10:53 2003 @@ -59,6 +59,6 @@ @${CP} ${FILESDIR}/misc.h ${WRKSRC}/sail @${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \ -name 'index' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|share/games|local/share/games|g ; s|games/hide|local/bin|g' \ + 's|share/games|local/share/games|g' \ =20 .include E-easy 15 Wellington St. Launceston TAS 7250 Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 =20 Web: http://www.e-easy.com.au