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:           Wed May 23 10:45:54 UTC 2018

Modified Files:
        pkgsrc/sysutils/grub2: Makefile

Log Message:
grub2: remove violent hack necessary to build grub 2.00.

Grub 2.02 no longer uses nested functions and doesn't need a RWX stack, so
no paxctl +m is necessary (on some platforms). Hurray!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/sysutils/grub2/Makefile:1.13
--- pkgsrc/sysutils/grub2/Makefile:1.12 Wed May 23 07:56:53 2018
+++ pkgsrc/sysutils/grub2/Makefile      Wed May 23 10:45:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/05/23 07:56:53 triaxx Exp $
+# $NetBSD: Makefile,v 1.13 2018/05/23 10:45:54 maya Exp $
 
 DISTNAME=              grub-2.02
 PKGNAME=               ${DISTNAME:S/grub/grub2/}
@@ -136,15 +136,6 @@ SUBST_FILES.fix-sed-tabs=  util/grub.d/*.
 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
-       ${RUN}${AWK} '/^grub-script-check.1:/{print;print "\t-paxctl +m grub-script-check";next}1' \
-               ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile
-
-#
 # Remove executable bit from non-executable files.
 #
 post-install:



Home | Main Index | Thread Index | Old Index