summaryrefslogtreecommitdiff
path: root/sysutils/grub2
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUPfhajny1-3/+3
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
2016-05-03PR/51097: Fix build failure on NetBSD-current.nonaka2-1/+18
reviewed by gsutre@.
2016-05-03Reset maintainer (observer now).wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+3
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.
2014-09-05Fix PR pkg/49041 and update the dejavu-ttf dependencygsutre5-5/+62
to account for the font path change.
2014-07-11Fix ftsynth.h include. Fixes at least the Linux build.jperkin2-1/+17
2014-06-01Update font path reference. Bump PKGREVISION.wiz1-5/+4
2014-02-19GCC_REQD should be appended to, not set.jperkin1-2/+2
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-12sysutils/grub2: Fix lex issuesmarino2-1/+30
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.
2012-07-29Import grub2-2.00 as sysutils/grub2.gsutre15-0/+1302
This is GRUB 2, the second version of the GRand Unified Bootloader. GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more robust, more powerful, and more portable.