Received: by mail.netbsd.org (Postfix, from userid 605) id A87A184D73; Thu, 10 May 2018 08:17:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3043784CD6 for ; Thu, 10 May 2018 08:17:11 +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 oBGWXgluH1hL for ; Thu, 10 May 2018 08:17:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9259684CD0 for ; Thu, 10 May 2018 08:17:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C532FBEC; Thu, 10 May 2018 08:17:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525940230221830" MIME-Version: 1.0 Date: Thu, 10 May 2018 08:17:10 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/sysutils/grub2 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180510081710.8C532FBEC@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. --_----------=_1525940230221830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu May 10 08:17:10 UTC 2018 Modified Files: pkgsrc/sysutils/grub2: Makefile Log Message: grub2: Note that as of grub 2.02, it no longer uses nested functions, so this hack isn't necessary. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/grub2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525940230221830 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/grub2/Makefile diff -u pkgsrc/sysutils/grub2/Makefile:1.10 pkgsrc/sysutils/grub2/Makefile:1.11 --- pkgsrc/sysutils/grub2/Makefile:1.10 Wed May 9 01:18:06 2018 +++ pkgsrc/sysutils/grub2/Makefile Thu May 10 08:17:10 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/05/09 01:18:06 maya Exp $ +# $NetBSD: Makefile,v 1.11 2018/05/10 08:17:10 maya Exp $ DISTNAME= grub-2.00 PKGNAME= ${DISTNAME:S/grub/grub2/} @@ -144,6 +144,7 @@ SUBST_SED.fix-sed-tabs= -e 's,\\t, ,g' # # grub-script-check crashes from enabling executable stack, paxctl +m it if possible. +# XXX not needed with grub 2.02 # post-configure: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig --_----------=_1525940230221830--