Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DC6B963BC1D for ; Sun, 6 Sep 2009 23:36:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 8448763B136; Sun, 6 Sep 2009 23:36:00 +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 5EFD963B11A for ; Sun, 6 Sep 2009 23:35:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4691F175D0; Sun, 6 Sep 2009 23:35:59 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 6 Sep 2009 23:35:59 +0000 From: David Brownlee Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20090906233559.4691F175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: abs Date: Sun Sep 6 23:35:59 UTC 2009 Modified Files: pkgsrc/devel/py-setuptools: Makefile Log Message: The workaround for NetBSD-current's unzip(1) not appearing to look for a zip header anywhere but byte offset 0 makes normal unzip report an error after extraction, so add a '|| true' workaround to the workaround... and a comment as to what is going on so the next person poking here doesn't have quite such a wtf moment... Fixes build on at least NetBSD 5.0 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-setuptools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.