Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CA80163C592 for ; Sun, 8 May 2011 23:28:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A75AD14A1C8; Sun, 8 May 2011 23:28:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD0C014A1C4 for ; Sun, 8 May 2011 23:28:46 +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 TdDsKM0HXMfU for ; Sun, 8 May 2011 23:28:44 +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 7B25414A134 for ; Sun, 8 May 2011 23:28:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 53495175DD; Sun, 8 May 2011 23:28:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 8 May 2011 23:28:44 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/editors/emacs-snapshot To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20110508232844.53495175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: minskim Date: Sun May 8 23:28:44 UTC 2011 Modified Files: pkgsrc/editors/emacs-snapshot: Makefile Makefile.common PLIST distinfo Log Message: Update emacs-snapshot to 24.0.50.20110505. Patches provided by Makoto Fujiwara in PR 44871. Changes: - keep config.log (Bug#765) and delete config.log~. - Fix bug with --enable-checking=stringoverrun to have no effect. - Suppress unnecessary checks for size_t for configure. - Add strtoumax for GNULIB_MODULES. - Check for GnuTLS certificate verify callbacks. - Don't erase config.status in case of error. (See ChangeLog for the complete list of changes.) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/emacs-snapshot/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/emacs-snapshot/Makefile.common cvs rdiff -u -r1.20 -r1.21 pkgsrc/editors/emacs-snapshot/PLIST cvs rdiff -u -r1.31 -r1.32 pkgsrc/editors/emacs-snapshot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.