Received: by mail.netbsd.org (Postfix, from userid 605) id C73EC84E2F; Fri, 14 Aug 2020 08:45:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4EBAF84D53 for ; Fri, 14 Aug 2020 08:45:31 +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 Mx5juAoKVjHH for ; Fri, 14 Aug 2020 08:45:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A676184CE9 for ; Fri, 14 Aug 2020 08:45:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9FE72FB28; Fri, 14 Aug 2020 08:45:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1597394730223550" MIME-Version: 1.0 Date: Fri, 14 Aug 2020 08:45:30 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200814084530.9FE72FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1597394730223550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Aug 14 08:45:30 UTC 2020 Modified Files: pkgsrc/bootstrap: bootstrap Log Message: bootstrap: No need to find packagemaker any longer. To generate a diff of this commit: cvs rdiff -u -r1.290 -r1.291 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1597394730223550 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.290 pkgsrc/bootstrap/bootstrap:1.291 --- pkgsrc/bootstrap/bootstrap:1.290 Fri Aug 14 07:24:16 2020 +++ pkgsrc/bootstrap/bootstrap Fri Aug 14 08:45:30 2020 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.290 2020/08/14 07:24:16 schmonz Exp $ +# $NetBSD: bootstrap,v 1.291 2020/08/14 08:45:30 jperkin Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -574,18 +574,6 @@ Darwin) need_mksh=yes fi - case "$macos_version" in - 100[7-9]) - packagemaker=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker - ;; - 100[0-4]) - packagemaker=/Developer/Tools/packagemaker - ;; - *) - packagemaker=/Developer/usr/bin/packagemaker - ;; - esac - unset osrev macos_version ;; DragonFly) --_----------=_1597394730223550--