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:   triaxx
Date:           Thu Jun  4 20:17:19 UTC 2020

Modified Files:
        pkgsrc/sysutils/grub2: Makefile

Log Message:
grub2: Fix missing interpreter in bulk build

pkgsrc changes:
---------------
  * Include lang/python/tool.mk so that PYTHON_FOR_BUILD_ONLY is taken into
    account.
  * Pull {SSP,FORTIFY}_SUPPORTED up to put them before inclusion of
    mk/bsd.prefs.mk (/!\ lang/python/tool.mk includes mk/bsd.prefs.mk).


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/sysutils/grub2/Makefile:1.24
--- pkgsrc/sysutils/grub2/Makefile:1.23 Sat May  9 17:21:32 2020
+++ pkgsrc/sysutils/grub2/Makefile      Thu Jun  4 20:17:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/05/09 17:21:32 triaxx Exp $
+# $NetBSD: Makefile,v 1.24 2020/06/04 20:17:19 triaxx Exp $
 
 DISTNAME=              grub-2.04
 PKGNAME=               ${DISTNAME:S/grub/grub2/}
@@ -16,8 +16,13 @@ CONFLICTS=           grub-[0-9]*
 
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
 
+SSP_SUPPORTED=         no
+FORTIFY_SUPPORTED=     no
+
 USE_LANGUAGES+=                c c++
 USE_TOOLS+=            gmake flex bison gettext:run awk pkg-config
+
+.include "../../lang/python/tool.mk"
 PYTHON_FOR_BUILD_ONLY= tool
 
 GNU_CONFIGURE=         yes
@@ -28,9 +33,6 @@ CONFIGURE_ARGS+=      --disable-grub-emu-pci
 INFO_FILES=            yes
 USE_PKGLOCALEDIR=      yes
 
-SSP_SUPPORTED=         no
-FORTIFY_SUPPORTED=     no
-
 .include "../../mk/bsd.prefs.mk"
 
 CFLAGS+=               -Wno-unused-value



Home | Main Index | Thread Index | Old Index