summaryrefslogtreecommitdiff
path: root/sysutils/vbetool
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
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.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-02Update HOMEPAGE and MASTER_SITES, from Thomas Mueller on current-users.wiz1-3/+3
2008-11-03Bump PKGREVISION for sysutils/pciutilsbjs1-2/+2
2008-03-10Add CONFLICTS line for previous PKGNAME versions.wiz1-1/+3
Suggested by Alan Barrett.
2008-03-05Fix PKGNAME.wiz1-2/+2
2007-10-29Don't expect the OS to provide inb/outb, just define the assemblerjoerg3-20/+32
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-08-08outb args are swapped between NetBSD and linux... found by jmcneill@.xtraeme3-9/+37
Bump PKGREVISION.
2007-08-08Simplify LIBS.NetBSD.xtraeme1-8/+3
2007-08-08Make this work on amd64, verified running "vbetool post".xtraeme3-10/+22
2007-08-08vbetool uses lrmi in order to run code from the video BIOS.xtraeme7-0/+145
Currently, it is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. -- Requested by jmcneill@.