Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 47DDC63B9C6 for ; Wed, 14 Dec 2011 03:17:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 14A2114A218; Wed, 14 Dec 2011 03:17:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9ACEC14A210 for ; Wed, 14 Dec 2011 03:17:25 +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 MJcxMdAWekeF for ; Wed, 14 Dec 2011 03:17:25 +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 1DC5D14A1EB for ; Wed, 14 Dec 2011 03:17:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5BF2A175DD; Wed, 14 Dec 2011 03:17:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 14 Dec 2011 03:17:25 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/mk/tools To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20111214031725.5BF2A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: joerg Date: Wed Dec 14 03:17:25 UTC 2011 Modified Files: pkgsrc/mk/tools: tools.Darwin.mk tools.Linux.mk tools.SunOS.mk Log Message: Don't pick up GNU patch on Darwin, Linux and SunOS. It has a number of restrictions including line length, asymmetric context and interaction with read-only patches. It is just not worth the trouble. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/mk/tools/tools.Darwin.mk cvs rdiff -u -r1.47 -r1.48 pkgsrc/mk/tools/tools.Linux.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/mk/tools/tools.SunOS.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.