pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/grub2



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.

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



Home | Main Index | Thread Index | Old Index