Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 711A763B946 for ; Fri, 16 Mar 2012 10:12:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 93E5D14A425; Fri, 16 Mar 2012 10:12:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D50D714A424 for ; Fri, 16 Mar 2012 10:12:57 +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 5xue72ak-xaA for ; Fri, 16 Mar 2012 10:12: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 0EDB814A422 for ; Fri, 16 Mar 2012 10:12:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7E587175DD; Fri, 16 Mar 2012 10:12:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 16 Mar 2012 10:12:57 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc/lang/pcc-current To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20120316101257.7E587175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: plunky Date: Fri Mar 16 10:12:57 UTC 2012 Modified Files: pkgsrc/lang/pcc-current: Makefile distinfo Log Message: Update to latest snapshot, changelog as - use INSTALL_DATA to install manpages (prevents pages being marked executable) - recognise (but ignore) the __returns_twice__ GCC attribute - Fix bug causing failure when comparing bool pointers. Fixes Jira#PCC-383 by Nicolas Joly, bugfix by Will Noble on pcc-list. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/pcc-current/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/pcc-current/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.