summaryrefslogtreecommitdiff
path: root/sysutils/grub
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-29Make sysutils/grub conflict with sysutils/grub2.gsutre1-1/+3
2010-02-21Apply patch:wiz4-7/+51
Fix problem with systems with more than 2 GB memory (notably, x86_64-based systems). Thanks Goswin Brederlow. From Debian via Andrew Daugherity in PR 36627. Bump PKGREVISION. pkglint cleanup while here.
2010-01-22Enabled installation to DESTDIR.heinz1-1/+3
2010-01-22Added LICENSE information.heinz1-1/+2
2010-01-04Use the canonical form of the transformation rule.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-06-07grub actually builds and runs fine on a NetBSD 5.x amd64 host, and knowstnn1-2/+2
that it has to pass -m32 to gcc, so enable build for this platform.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-9/+8
through PLIST_SUBST to the plist module.
2008-02-08Fix more cases of non-chainable PKGSRC_COMPILER tests.tnn1-2/+2
2007-10-07Remove binutils dependency. Bump PKGREVISION.xtraeme1-3/+2
ok joerg.
2007-06-25Fix build problems with GCC 4.x if netboot support is enabled.tron5-3/+63
Patches provided by Dieter Roelants in PR pkg/36549.
2006-12-17Make it clear how to boot a Multiboot-enabled kernel. Per suggestion injmmv4-4/+36
PR pkg/34936. Bump PKGREVISION to 7.
2006-10-17stage2/pc_slice.h: add the missing disklabel FS_TYPE #defines and ↵bad6-3/+73
RF_PROTECTED_SECTORS. stage2/disk_io.c: adjust the partition start and size by RF_PROTECTED sectors for partitions of type FS_RAID. stage2/fsys_ffs.c: accept partitions of type FS_RAID as candidates for FFS, too. stage2/fsys_ufs2.c: accept partitions of type FS_RAID as candidates for FFSv2, too. This allows grub to directly boot from NetBSD RAID1 partitions the same way as with the native bootloader. Bump PKGREVISION.
2006-05-13Appease two pkglint warnings.jmmv1-5/+5
2006-05-09Disable ProPolice on DragonFly, it breaks the linkage of the standalonejoerg1-0/+18
modules.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-07List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-4/+5
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-02-03Workaround a bug that prevents GRUB to load ELF kernels that explicitlyjmmv3-9/+53
specify load addresses in their Multiboot header. (E.g., NetBSD.) This has already been sent to GRUB's bug tracking system: http://savannah.gnu.org/bugs/?func=detailitem&item_id=15590 Bump PKGREVISION to 4.
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2005-11-12On NetBSD, recognize ld(4) disk devices attached to HW raid controllers,jlam3-7/+20
e.g. aac(4), amr(4), twe(4), etc., so that we can install grub onto them. Bump PKGREVISION of sysutils/grub to 0.97nb3.
2005-10-23Restored the original RCS Id from reboot.h into patch-ad and enclosed itrillig2-4/+4
by % instead of $. Fixes a pkglint warning about possible RCS tag.
2005-09-24There is some problem with compiling grub when using pkgsrc ncurses.jlam1-3/+3
Grub will actually build using plain, old BSD curses, so no need to actually pull in ncurses (unless curses is missing on your system). This makes sysutils/grub build on NetBSD-3.0_BETA with PREFER_PKGSRC=yes. Bump the PKGREVISION to 2.
2005-09-24Instead of trying to workaround the possible conflict between grub'sjlam4-34/+19
internal term.h and ncurses' term.h, just rename grub's to grubterm.h and avoid the potential problems altogether.
2005-08-21Apply patches to recognize boot options passed to NetBSD kernels.jmmv5-2/+232
Bump PKGREVISION to 1. From Piotr Meyer in PR pkg/30834. As GRUB 0.x is in maintenance-only status now, I assume there is no chance to get them incorporated mainstream. We'll keep them here though, as they seem useful (could have really helped me in some situations when needing to boot single user).
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-09Update to 0.97.xtraeme2-6/+6
Changes: * Fix the prototypes and the definitions of nested functions. This was required for gcc-4. * Implement a more robust workaround for buggy BIOSes which don't pass boot drive correctly (notably for HP Vectra).
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-19Update to 0.96:wiz4-30/+28
New in 0.96 - 2005-01-30: * The command "fallback" supports mutiple fallback entries. * The command "savedefault" supports an optional argument which is the number of next boot entry or the special keyword `fallback'. * New utility "grub-set-default". * New section "Making your system robust" in the manual.
2004-12-29Document things a bit betterhubertf1-2/+2
2004-12-29Add example for menu.lsthubertf1-1/+7
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-02Fix PLIST for Linux by adding LOWER_VENDOR (which is empty for NetBSD).recht2-18/+19
Patch provided by pancake in PR pkg/26517
2004-06-20Update sysutils/grub to 0.95, and remove obsoleted optionsxtraeme3-52/+9
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed. New in 0.95 - 2004-06-13: * Add support for ReiserFS 3. * Fix support for FreeBSD 5. * Support ATARAID for Linux in the grub shell and grub-install. * Add CDROM support for El Torito with no emulation mode. You can use (cd) as a CDROM drive in the config file. * Option --no-mem-option is implied for Linux 2.4.18 and newer. * Add support for UFS2.
2004-05-02Rename GRUB_ISO9660 and GRUB_UFS2 to GRUB_USE_ISO9660 and GRUB_USE_UFS2xtraeme1-10/+10
respectively, and document them in bsd.pkg.defaults.mk.
2004-05-02Add support for UFS2 from FreeBSD. Patch provided by FUKAUMI Naokixtraeme3-10/+32
in PR pkg/25434.
2004-04-26Apply an optional patch for eltorito support, so you can boot grubxtraeme3-3/+27
via a cdrom. It can be enabled with the option "GRUB_ISO9660" and is disabled by default.
2004-03-10Remove info files entries from PLIST.seb2-8/+3
Add missing info file in INFO_FILES.
2004-01-29Update grub to 0.94:jmmv12-478/+22
* Support building on x86-64 with gcc -m32. * Use a BIOS call to turn on/off Gate A20. This should solve various problems related to Gate A20 in modern BIOSes. * Add a workaround for buggy BIOSes (notably HP Vectra series) which don't pass the boot drive correctly. * Display "GNU GRUB" instead of "GRUB" in the menu. * Add support for QNX RTP into the grub shell. * Add support for the initrd max address of a kernel header in Linux. * Support 32 bit and 64 bit dev_t. * Add support for an install device in GRUB's notation with no parenthesis (e.g. grub-install hd0). * Improve the manual a lot. While here, add a new build definition, GRUB_PRESET_COMMAND, which can be set to a single command that will be embedded in grub's stage2 and executed during bootup (useful for automated diskless setups). Also make use of BUILD_DEFS properly. And pick up maintainership, as requested by tron@.
2004-01-24Solve the problem with the missing memcpy differentlymrauch6-22/+66
(Forward patch from the fix that finally went into grub's CVS) The old way had problems finding disks and formatting curses output properly. Fixes PR pkg/24214.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-26Fix compilation on -current (gcc3):mrauch3-1/+34
1) remove superfluous long in stage2/fsys_reiserfs.c (forward port from current version in grub CVS) 2) provide an explicit memcpy stub so the memcpy inserted by gcc3 as consequence of a pass-by-value can be linked against (patch from Joachim Kainz in grub bug report 3343)
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.