Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 108CC63B89A for ; Sat, 22 Oct 2011 07:02:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E290814A18A; Sat, 22 Oct 2011 07:02:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4402814A185 for ; Sat, 22 Oct 2011 07:02:04 +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 jPYt40gvVgAf for ; Sat, 22 Oct 2011 07:02:03 +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 75A0B14A17A for ; Sat, 22 Oct 2011 07:02:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5BFF7175DD; Sat, 22 Oct 2011 07:02:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 22 Oct 2011 07:02:03 +0000 From: "Steven Drake" Subject: CVS commit: [pkgsrc-2011Q3] pkgsrc/textproc/p5-XML-Sablotron To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20111022070203.5BFF7175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sbd Date: Sat Oct 22 07:02:03 UTC 2011 Modified Files: pkgsrc/textproc/p5-XML-Sablotron [pkgsrc-2011Q3]: distinfo Added Files: pkgsrc/textproc/p5-XML-Sablotron/patches [pkgsrc-2011Q3]: patch-DOM_DOM_xsh patch-Processor_Processor_h Log Message: Pullup ticket #3574 - requested by dholland textproc/p5-XML-Sablotron build fix Revisions pulled up: - textproc/p5-XML-Sablotron/distinfo 1.4 - textproc/p5-XML-Sablotron/patches/patch-DOM_DOM_xsh 1.1 - textproc/p5-XML-Sablotron/patches/patch-Processor_Processor_h 1.1 --- Module Name: pkgsrc Committed By: dholland Date: Sat Oct 15 17:53:51 UTC 2011 Modified Files: pkgsrc/textproc/p5-XML-Sablotron: distinfo Added Files: pkgsrc/textproc/p5-XML-Sablotron/patches: patch-DOM_DOM_xsh patch-Processor_Processor_h Log Message: Fix build with perl 5.14... I think. Someone who actually knows how to write Perl bindings should double-check this. XXX: This will almost certainly not work on LP64 platforms as it casts XXX: Perl-provided pointers to int and back. However, fixing this XXX: requires changing the API of the parent Sablotron package, which XXX: doesn't seem like a great idea at the moment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.10.1 pkgsrc/textproc/p5-XML-Sablotron/distinfo cvs rdiff -u -r0 -r1.1.2.2 \ pkgsrc/textproc/p5-XML-Sablotron/patches/patch-DOM_DOM_xsh \ pkgsrc/textproc/p5-XML-Sablotron/patches/patch-Processor_Processor_h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.