svn commit: r371691 - in head/sysutils/grub2-pcbsd: . files

Kris Moore kmoore at FreeBSD.org
Wed Oct 29 15:54:52 UTC 2014


Author: kmoore
Date: Wed Oct 29 15:54:51 2014
New Revision: 371691
URL: https://svnweb.freebsd.org/changeset/ports/371691
QAT: https://qat.redports.org/buildarchive/r371691/

Log:
  - Fix creating valid FreeBSD EFI grub.cfg files
  - Bump PORTREV

Modified:
  head/sysutils/grub2-pcbsd/Makefile
  head/sysutils/grub2-pcbsd/files/00_header.in

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Wed Oct 29 15:53:48 2014	(r371690)
+++ head/sysutils/grub2-pcbsd/Makefile	Wed Oct 29 15:54:51 2014	(r371691)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grub2-pcbsd
 PORTVERSION=	2.02p
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	sysutils
 MASTER_SITES=   http://www.pcbsd.org/~kris/software/ \
 		ftp://ftp.pcbsd.org/pub/software/

Modified: head/sysutils/grub2-pcbsd/files/00_header.in
==============================================================================
--- head/sysutils/grub2-pcbsd/files/00_header.in	Wed Oct 29 15:53:48 2014	(r371690)
+++ head/sysutils/grub2-pcbsd/files/00_header.in	Wed Oct 29 15:54:51 2014	(r371691)
@@ -223,7 +223,6 @@ EOF
     insmod videotest
     insmod videoinfo
     set gfxmode=${GRUB_GFXMODE}
-    set gfxpayload=vga=normal
   fi
 EOF
 


More information about the svn-ports-all mailing list