Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2DD0863BBA9 for ; Wed, 14 Sep 2011 19:19:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F299314A145; Wed, 14 Sep 2011 19:19:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28E2C14A10E for ; Wed, 14 Sep 2011 19:19:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NytCSDc1wJSt for ; Wed, 14 Sep 2011 19:19:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 908F014A102 for ; Wed, 14 Sep 2011 19:19:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57991175DD; Wed, 14 Sep 2011 19:19:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 14 Sep 2011 19:19:38 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/games/quake To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20110914191938.57991175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Wed Sep 14 19:19:38 UTC 2011 Modified Files: pkgsrc/games/quake: distinfo pkgsrc/games/quake/patches: patch-ae patch-ai Log Message: Restore DragonFly ability to build Quake A number of switches in the Quake makefile are no longer recognized by the system compiler in DragonFly (gcc 4.4), e.g. -m486 and -mpentium. These switches have alternatives such as mtune= that allows Quake to build on i386-DragonFly, so the existing patches were updated to used them. i386-NetBSD-5.99 was verified as well. i386-NetBSD-5.1 remains broken due to an unrelated X11 header buildlink problem (Xxf86dga.h vs xf86dga.h) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/quake/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/quake/patches/patch-ae \ pkgsrc/games/quake/patches/patch-ai Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.