Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1577363E720 for ; Fri, 23 Nov 2012 22:55:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D4DF614A1A3; Fri, 23 Nov 2012 22:55:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4160014A19F for ; Fri, 23 Nov 2012 22:55:23 +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 GiYlS5pjQBvF for ; Fri, 23 Nov 2012 22:55:22 +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 B434614A19C for ; Fri, 23 Nov 2012 22:55:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 970F1175DD; Fri, 23 Nov 2012 22:55:22 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 23 Nov 2012 22:55:22 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/devel/omake To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20121123225522.970F1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Fri Nov 23 22:55:22 UTC 2012 Modified Files: pkgsrc/devel/omake: distinfo Added Files: pkgsrc/devel/omake/patches: patch-lib_build_OCaml.om Log Message: devel/omake: Disable treat error as warnings GCC 4.7.x will emit warnings on ocaml if a function or a constant is unreferenced. There are a few dozen of these in omake. The alternative to disabling warnings=errors is to remove functions and contants over many files (probably more than a dozen). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/omake/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/omake/patches/patch-lib_build_OCaml.om Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.