Commit graph

39 commits

Author SHA1 Message Date
Grégoire Sutre
c4d3cbb1f3 Update to latest trunk. 2011-09-17 22:20:52 +00:00
Grégoire Sutre
74b2e479b9 Update to latest trunk. 2011-07-03 23:19:36 +00:00
Grégoire Sutre
9a1763e66a Use DISTFILES for unifont download, as in wip/grub2. 2011-07-03 21:35:40 +00:00
Grégoire Sutre
c829379b40 Add $NetBSD$ header in patch file and remove trailing empty line.
Makes pkglint a bit happier.
2011-06-05 18:46:00 +00:00
Grégoire Sutre
79d6f5826d Replace patch with a functionally equivalent substitution. 2011-06-05 18:38:29 +00:00
Grégoire Sutre
d50058edd7 Update to latest trunk. Use official bzr trunk and fix names via
substitutions, instead of following personal branch.
2011-01-09 15:21:50 +00:00
Grégoire Sutre
a49a93998a Update to latest trunk. 2010-07-05 14:28:46 +00:00
Grégoire Sutre
f0f0f90432 Adapted local patch to upstream changes. 2010-06-14 10:35:13 +00:00
Grégoire Sutre
acf0d722df Update to latest trunk. 2010-05-21 19:14:39 +00:00
Grégoire Sutre
4f138e393e Removed obsolete comment from patch. 2010-01-11 02:01:38 +00:00
Grégoire Sutre
624d171b5b Moved patches that are not pkgsrc-specific to a personal grub branch. 2010-01-11 01:48:28 +00:00
Grégoire Sutre
5948ab7d6b Improved NetBSD support for config file generation. 2010-01-06 14:03:44 +00:00
Grégoire Sutre
b3b43763c3 Fixed bug in patch. 2010-01-06 00:53:27 +00:00
Grégoire Sutre
e5756f434e Recomputed checksum of modified patch. 2010-01-06 00:16:17 +00:00
Grégoire Sutre
2fe77f91d1 Added patch for NetBSD support in GRUB configuration file generation. 2010-01-05 23:28:46 +00:00
Grégoire Sutre
f957c2f14c New patch that adds in grub-install `|| exit 1' to all grub-probe commands
for which failure is fatal.
2010-01-04 16:52:40 +00:00
Grégoire Sutre
1799c6281b Updated change log of grub-probe NetBSD patch. 2010-01-04 00:31:27 +00:00
Grégoire Sutre
4374613034 Patch regarding gettext in 10_linux now uses autoconf stuff. 2010-01-03 22:44:59 +00:00
Grégoire Sutre
dde038afef Removed patch-gcc-warning-on-error-attribute as the problem has been
fixed upstream.
2010-01-03 22:17:39 +00:00
Grégoire Sutre
224d9386ee Forgot to regenerate checkums after new patch. 2010-01-03 01:51:34 +00:00
Grégoire Sutre
f898e884f2 Added comments and links to patches. 2010-01-02 18:17:17 +00:00
Grégoire Sutre
2ddb001027 Simplified patch (as one byte is cheap). 2010-01-02 13:27:15 +00:00
Grégoire Sutre
0be4f8c7bd Configuration of HAVE_GETRAWPARTITION for grub-probe support on NetBSD. 2010-01-02 11:26:01 +00:00
Grégoire Sutre
ff4b13dca9 Typo fixed in path of patch. 2010-01-02 02:01:43 +00:00
Grégoire Sutre
2db01b4eca Fixed grub_prefix in grub-mkconfig for NetBSD and OpenBSD (with code
from grub-install).
2010-01-02 01:47:21 +00:00
Grégoire Sutre
fdc535c13c Fix a bug with empty bootdir in grub-install. 2010-01-02 01:31:44 +00:00
Grégoire Sutre
2158ffd164 Now works with default gcc on NetBSD 5.0. 2010-01-02 00:21:20 +00:00
Grégoire Sutre
93a5506320 Patch cleanup following upstream update. 2010-01-01 23:28:05 +00:00
Grégoire Sutre
5d6dfd6c28 More explicit names for patches, to facilitate discussion with upstream
developers.
2009-12-30 22:23:08 +00:00
Grégoire Sutre
6b29a017d4 Improved patch fixing the link error due to bad -Wl options. 2009-12-30 21:52:36 +00:00
Grégoire Sutre
e15ad48fc8 Added patch so that 10_linux behaves properly when there is no gettext.sh
in ${bindir}.
2009-12-30 14:45:08 +00:00
Grégoire Sutre
9a8cca3643 Fixed default root directory in util/ source files. 2009-12-30 13:06:16 +00:00
Grégoire Sutre
4b269565ce In patch-grub-probe-netbsd, do not read from a floppy device as it may take
a while to abort if there is no floppy in the drive.
2009-12-29 00:01:35 +00:00
Grégoire Sutre
36b720467e Use of realpath() is now compatible with NetBSD. 2009-12-28 00:38:06 +00:00
Grégoire Sutre
a553bb9a1a Regenerated checksum. 2009-12-27 22:39:15 +00:00
Grégoire Sutre
8205681591 Adjusted paths in patch (it previously required option -p1). 2009-12-27 19:31:52 +00:00
Grégoire Sutre
8999fe9a35 Added patch with grub-probe support for NetBSD.
* util/getroot.c (find_root_device): Convert block device to
  character device on NetBSD.
* util/probe.c (probe): Require character device on NetBSD.
* util/hostdisk.c (grub_util_biosdisk_open): NetBSD specific code.
  (convert_system_partition_to_system_disk): Likewise.
  (grub_util_biosdisk_get_grub_dev): Likewise.
  (make_device_name): Fixed a typo in bsd_part_str.
2009-12-27 19:17:10 +00:00
Grégoire Sutre
4718fd6eaf New patch that avoids overriding the libc's __enable_execute_stack for
utilities. See the following thread:
http://lists.gnu.org/archive/html/grub-devel/2009-12/msg00349.html
2009-12-27 12:18:30 +00:00
Grégoire Sutre
f0431d5a06 Import grub2-20091221 as wip/grub2-current.
This is the second version of the GRand Unified Bootloader, rewritten
from scratch to make GNU GRUB cleaner, safer, more robust, more powerful,
and more portable.

GRUB 2 currently runs on i386 and macppc, and groks many filesystems
(e.g. ext2, fat, ufs, minix, iso9660, jfs, hfs). It is able to load and
boot Multiboot (1 and 2) and Linux (bzImage and zImage) kernels and
chainload foreign operating systems' bootsectors.

This package is based on the current bazaar development snapshot.
2009-12-21 17:41:00 +00:00