Received: by mail.netbsd.org (Postfix, from userid 605) id D675F84F4E; Thu, 19 Aug 2021 07:43:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15C9184D0E for ; Thu, 19 Aug 2021 07:43:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DDCp74V3R7GB for ; Thu, 19 Aug 2021 07:43:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0676084CDF for ; Thu, 19 Aug 2021 07:43:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03B3EFA97; Thu, 19 Aug 2021 07:43:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629359025195880" MIME-Version: 1.0 Date: Thu, 19 Aug 2021 07:43:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/u-boot-apple-m1 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210819074346.03B3EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629359025195880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 19 07:43:45 UTC 2021 Modified Files: pkgsrc/sysutils/u-boot-apple-m1: Makefile Log Message: u-book-apple-m1: comment out unused PATCHDIR Points to non-existent directory To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/u-boot-apple-m1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629359025195880 Content-Disposition: inline Content-Length: 793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/u-boot-apple-m1/Makefile diff -u pkgsrc/sysutils/u-boot-apple-m1/Makefile:1.3 pkgsrc/sysutils/u-boot-apple-m1/Makefile:1.4 --- pkgsrc/sysutils/u-boot-apple-m1/Makefile:1.3 Thu Aug 12 07:35:05 2021 +++ pkgsrc/sysutils/u-boot-apple-m1/Makefile Thu Aug 19 07:43:45 2021 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2021/08/12 07:35:05 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2021/08/19 07:43:45 wiz Exp $ UBOOT_TARGET= apple-m1 UBOOT_CONFIG= apple_m1_defconfig UBOOT_BIN= u-boot-nodtb.bin u-boot.macho DISTINFO_FILE?= ${.CURDIR}/../../sysutils/u-boot-apple-m1/distinfo -PATCHDIR?= ${.CURDIR}/../../sysutils/u-boot-apple-m1/patches +#PATCHDIR?= ${.CURDIR}/../../sysutils/u-boot-apple-m1/patches UBOOT_VERSION= 2021.01 GITHUB_PROJECT= u-boot --_----------=_1629359025195880--