Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id BCD5563B853 for ; Sun, 17 Aug 2008 21:00:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6E3A263B164; Sun, 17 Aug 2008 21:00:21 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id B15CD63B10B for ; Sun, 17 Aug 2008 21:00:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A0303175D0; Sun, 17 Aug 2008 21:00:20 +0000 (UTC) From: "David A. Holland" Subject: CVS commit: pkgsrc/games/crafty To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org Message-Id: <20080817210020.A0303175D0@cvs.netbsd.org> Date: Sun, 17 Aug 2008 21:00:20 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: dholland Date: Sun Aug 17 21:00:20 UTC 2008 Modified Files: pkgsrc/games/crafty: Makefile distinfo Added Files: pkgsrc/games/crafty/patches: patch-ab patch-ac patch-ad Log Message: Fix some 64-bit issues and a y2038 bug I noticed in passing. Also, round size of shmget() requests to be page-aligned; at least on amd64 -current this seems to be required to run at all. PKGREVISION++. To generate a diff of this commit: cvs rdiff -r1.42 -r1.43 pkgsrc/games/crafty/Makefile cvs rdiff -r1.13 -r1.14 pkgsrc/games/crafty/distinfo cvs rdiff -r0 -r1.6 pkgsrc/games/crafty/patches/patch-ab \ pkgsrc/games/crafty/patches/patch-ac cvs rdiff -r0 -r1.3 pkgsrc/games/crafty/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.