Received: by mail.netbsd.org (Postfix, from userid 605) id 4326484E6F; Thu, 8 Nov 2018 19:44:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38A9884E6D for ; Thu, 8 Nov 2018 19:44:27 +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 bNdTHrGIgfv2 for ; Thu, 8 Nov 2018 19:44:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6245884CCC for ; Thu, 8 Nov 2018 19:44:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BF92FB1F; Thu, 8 Nov 2018 19:44:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154170626696070" MIME-Version: 1.0 Date: Thu, 8 Nov 2018 19:44:26 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: pkgsrc/sysutils/estd To: pkgsrc-changes@NetBSD.org Reply-To: jakllsch@netbsd.org X-Mailer: log_accum Message-Id: <20181108194426.5BF92FB1F@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. --_----------=_154170626696070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jakllsch Date: Thu Nov 8 19:44:26 UTC 2018 Modified Files: pkgsrc/sysutils/estd: Makefile Log Message: Allow build on NetBSD/aarch64 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/estd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154170626696070 Content-Disposition: inline Content-Length: 754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/estd/Makefile diff -u pkgsrc/sysutils/estd/Makefile:1.31 pkgsrc/sysutils/estd/Makefile:1.32 --- pkgsrc/sysutils/estd/Makefile:1.31 Mon Apr 30 10:41:35 2018 +++ pkgsrc/sysutils/estd/Makefile Thu Nov 8 19:44:26 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/04/30 10:41:35 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/11/08 19:44:26 jakllsch Exp $ DISTNAME= estd-r11 PKGNAME= estd-0.11 @@ -20,7 +20,8 @@ ONLY_FOR_PLATFORM= NetBSD-2.99.*-i386 Ne NetBSD-[4-9]*-x86_64 \ NetBSD-5.99.*-powerpc \ NetBSD-5.99.*-mips64el \ - NetBSD-[7-9]*-earm* NetBSD-[7-9]*-arm* + NetBSD-[7-9]*-earm* NetBSD-[7-9]*-arm* \ + NetBSD-[7-9]*-aarch64 RCD_SCRIPTS= estd RCD_SCRIPT_SRC.estd= ${WRKSRC}/estd.sh --_----------=_154170626696070--