Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BBAF6A61B3 for ; Mon, 11 Nov 2013 15:14:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2375314A280; Mon, 11 Nov 2013 15:14:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 311A414A27F for ; Mon, 11 Nov 2013 15:14:14 +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 OCJR444A36s8 for ; Mon, 11 Nov 2013 15:14:13 +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 ACA6414A272 for ; Mon, 11 Nov 2013 15:14:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3FBDD96; Mon, 11 Nov 2013 15:14:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 11 Nov 2013 15:14:13 +0000 From: "Ignatios Souvatzis" Subject: CVS commit: pkgsrc/security/sks To: pkgsrc-changes@NetBSD.org Reply-To: is@netbsd.org X-Mailer: log_accum Message-Id: <20131111151413.3FBDD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: is Date: Mon Nov 11 15:14:13 UTC 2013 Modified Files: pkgsrc/security/sks: distinfo Added Files: pkgsrc/security/sks/patches: patch-mArray.ml patch-prime.ml Log Message: "or" has been deprecated, and the warning about it from ocaml 4.01.x aborts the build. Use '||' instead. Upstream's "HEAD" equivalent has the fix already. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/sks/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/security/sks/patches/patch-mArray.ml \ pkgsrc/security/sks/patches/patch-prime.ml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.