summaryrefslogtreecommitdiff
path: root/sysutils/hal/patches/patch-na
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17hal: remove gtk-doc documentation to fix build with autoconf 2.70wiz1-12/+23
Remove unconditional libblkid include, it is already included for Linux and not needed on NetBSD. Bump PKGREVISION.
2011-10-04Upstream patch to build on Linux systems without V4L1 support.dsainty1-11/+21
http://cgit.freedesktop.org/hal/commit/?id=ae13d96fa2a0612b6000f4b8f6ed9d3564035703 Fixes build on Ubuntu 11.04.
2011-03-30Change condition for check of libvolume_id.obache1-4/+6
it depend on backend, not host. Fixes build with NetBSD-4 (dummy backend), PR#44794.
2011-01-08Bring back DragonFly BSD support.obache1-11/+26
Based on PR#44338 from Rumko, also fixes PLIST.FreeBSD and self-tests by me.
2010-12-29Only look for "blkid" under Linux as we only use the Linux backend undertron1-14/+20
that platform. This should fix the build under DragonFly BSD. Problem reported by Peter Avalos in private e-mail.
2010-12-27Don't check for "blkid" under Mac OS X. It is not necessary and breakstron1-10/+14
the build. The according check in "configure.in" is probably broken. As far as I can tell it should only check for "blkid" if the "linux" backend is used.
2010-12-26Update to 0.5.14.markd1-35/+26
Many bugfixes and support for new features.
2009-09-14Prepare configure for changes in the libtool m4 macros of libtool 2.2:joerg1-8/+16
- explicitly request finding the C++ compiler before trying to run it
2009-01-03Restrict necessity of libvolume_id to using linux/freebsd/netbsd hald backends.obache1-15/+25
Fixes build failure on platforms using dummy backend, as PR 40291.
2008-12-20PR# pkg/40230: "libvolume_id" doesn't build under Mac OS Xjmcneill1-4/+13
Fix HAL build on OS X. Tested on 10.5.6 powerpc.
2008-11-27Add reboot, shutdown, suspend support. Bump PKGREVISION.jmcneill1-7/+15
2008-11-25Initial import of NetBSD HAL backend. It doesn't do much useful yet, butjmcneill1-0/+41
keeping things here makes development easier. Bump PKGREVISION.