Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B90AA63B9C6 for ; Sun, 11 Dec 2011 20:51:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F2A1014A1D8; Sun, 11 Dec 2011 20:51:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63E6214A1D3 for ; Sun, 11 Dec 2011 20:51:49 +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 qBYDub8rQvEj for ; Sun, 11 Dec 2011 20:51:48 +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 DE4CC14A1A1 for ; Sun, 11 Dec 2011 20:51:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0F476175DD; Sun, 11 Dec 2011 20:51:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 11 Dec 2011 20:51:49 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/games/hex-a-hop To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20111211205149.0F476175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Sun Dec 11 20:51:48 UTC 2011 Modified Files: pkgsrc/games/hex-a-hop: distinfo pkgsrc/games/hex-a-hop/patches: patch-aa Log Message: games/hex-a-hop: Fix iconv NetBSDism so DragonFly can build I would wager that more platforms than just DragonFly need the original unpatched code for this to build. I would like to have the patch conditional on __NetBSD__, but because it's been patched like this so long, I'm leaving the NetBSDism as the default and the original code switched on with __DragonFly__. Other platforms will have to tag on as they get identified. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/hex-a-hop/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/hex-a-hop/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.