Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F3B8AA5B2E for ; Sat, 27 Dec 2014 00:56:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8CA4214A195; Sat, 27 Dec 2014 00:56:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2786714A190 for ; Sat, 27 Dec 2014 00:56:49 +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 ZnisJhGqSLcH for ; Sat, 27 Dec 2014 00:56:47 +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 F09DC14A176 for ; Sat, 27 Dec 2014 00:56:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D5DFA98; Sat, 27 Dec 2014 00:56:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Dec 2014 00:56:46 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/misc/root To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20141227005646.D5DFA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Sat Dec 27 00:56:46 UTC 2014 Modified Files: pkgsrc/misc/root: Makefile Log Message: If LOWER_OPSYS is "darwin", don't pass this as the OS type as this package unsurprisingly has no idea what a "darwin" is. Instead use "netbsd" in the hopes that the netbsd config is adequate for all pkgsrc use. (If this doesn't work, try "macosx".) I'm going to continue passing the contents of LOWER_OPSYS everywhere else, because there's some chance it might actually be working as is and we're in a freeze. Might fix PR 37513. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/misc/root/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.