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: marino
Date: Sun Aug 12 13:15:12 UTC 2012
Modified Files:
pkgsrc/sysutils/grub2: distinfo
Added Files:
pkgsrc/sysutils/grub2/patches: patch-grub-core_script_yylex.l
Log Message:
sysutils/grub2: Fix lex issues
Apparently depending on the compiler and version of lex used, one could
encounter two lex problems:
1) 'yy_fatal_error' defined but not used
2) 'yy_scan_bytes' compares signed and unsigned (char and int)
This patch resolves the problem.
sysutils/grub2 currently has no support for DragonFly, and there is
significant divergence from FreeBSD. It will require some tested
patches to hostdisk.c and getroot.c at least.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/grub2/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/sysutils/grub2/patches/patch-grub-core_script_yylex.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index