Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id AA5B563BC49 for ; Thu, 2 Sep 2010 11:27:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2AF9463B101; Thu, 2 Sep 2010 11:27:57 +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 2B3B763B100 for ; Thu, 2 Sep 2010 11:27:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 13673175DD; Thu, 2 Sep 2010 11:27:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 2 Sep 2010 11:27:56 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc/lang/python25 To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20100902112756.13673175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: drochner Date: Thu Sep 2 11:27:55 UTC 2010 Modified Files: pkgsrc/lang/python25: Makefile Log Message: work around a configure check which looks for bind_textdomain_codeset(3) only in libc but not in libintl: assume it is always there on NetBSD (unbreaks gnome-sudoku and glchess of gnome-games) bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/python25/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.