Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id AF47C63B954 for ; Tue, 3 Jan 2012 01:06:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4262C14A267; Tue, 3 Jan 2012 01:06:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C016F14A264 for ; Tue, 3 Jan 2012 01:06:28 +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 HxBN8VrXWEg5 for ; Tue, 3 Jan 2012 01:06:28 +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 4CE1214A247 for ; Tue, 3 Jan 2012 01:06:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8F0C4175DD; Tue, 3 Jan 2012 01:06:29 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 3 Jan 2012 01:06:29 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/p5-VCP To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20120103010629.8F0C4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Tue Jan 3 01:06:29 UTC 2012 Modified Files: pkgsrc/devel/p5-VCP: Makefile Log Message: The reason this can't find its own source files is that it's not MAKE_JOBS_SAFE. Fix that and remove BROKEN. Not that it builds; now I get "Not a HASH reference at /usr/pkg/lib/perl5/vendor_perl/5.14.0/XML/Doctype.pm line 322." but IIRC that's a readily fixable problem for someone with Perl knowledge. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-VCP/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.