summaryrefslogtreecommitdiff
path: root/sysutils/hal/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14Use ${AUTORECONF_ARGS} to work with native pkg-config.hans1-2/+2
2011-05-07Fix build on NetBSD 4shattered1-1/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-04Fix build on SunOS.hans1-2/+2
2011-03-10Readd --without-os-type configure arg, accidentally dropped when mergingmarkd1-1/+2
the 0.5.14 changes. PR#44703
2011-02-17somebody renamed hw.acpi.supported_states to hw.acpi.sleep.states, sojmcneill1-2/+2
try the 2nd if the 1st fails
2011-01-09Fixes for Linux build:dsainty1-2/+5
- Pull in libblkid for Linux in order to successfully build - Fix PLIST.Linux: lib/hal -> libexec - Remove Linux-only libusb buildlink. This version of hal fails to use libusb, since it isn't version 2.0 (this does look a little like a mistake though). - The CSR support is absent because libusb isn't available. Remove from PLIST.Linux - Other minor additions and edits to PLIST.Linux - Buildlink in gperf explicitly, to reliably build the keymap support - Make sure .../etc/udev/rules.d exists before trying to install to it
2011-01-08Fixes scriptdir for NetBSD.obache1-1/+2
Bump PKGREVISION.
2010-12-26Update to 0.5.14.markd1-4/+2
Many bugfixes and support for new features.
2010-12-16bump rev for battery fixahoka1-2/+2
2010-08-17Disable OS (i.e. Linux distro) specific behaviour.obache1-1/+2
PR#43767 by Aleksey Cheusov.
2010-01-26Bump PKGREVISION for new patch-ax.wiz1-2/+2
2010-01-24Added LICENSE information.heinz1-1/+2
2010-01-16Added missing TEST_TARGET.heinz1-1/+3
2009-12-27When mounting a filesystem on behalf of a user treat __NetBSD__ similarlyabs1-2/+2
to __FreeBSD__ and chown the mountpoint to the user. With this change, and the recent one to policykit automounting works on NetBSD
2009-10-15treat driver == "ld" as a mass storage device, like "wd" and "sd"jmcneill1-2/+2
2009-07-26rename the "ismounted" property to "is_mounted" which seems todrochner1-2/+2
be the official name bump PKGREVISION (this still needs a lot of work)
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-03-18to netbsd-desktopjmcneill1-2/+2
2009-03-02Actually substitute "PKG_SYSCONFBASE" in the package list. Bump packagetron1-2/+4
revisions as this affects the binary package.
2009-03-01Plug a memory leak in envsys_timeout; the caller of prop_dictionary_all_keysjmcneill1-2/+2
is responsible for freeing allocated memory. Bump PKGREVISION.
2009-02-28The OWN_DIRS shouldnt be there.ahoka1-2/+1
Thanks goes again to Joerg.
2009-02-28Use MAKE_DIRS and OWN_DIRS instead of INSTALL as suggested by Joerg.ahoka1-2/+4
2009-02-28Create /media automatically, so hald mount actually worksahoka1-2/+2
without manual labour. Bump revision.
2009-01-25Fix (de-)installation if "PKG_SYSCONFBASE" is set. Bump package revisiontron1-3/+2
because of this package list change. Reviewed by Jared McNeill.
2009-01-23Couple of hacks to get Sun Studio compile working.sketch1-1/+3
2009-01-18Optical media handling needs block.storage_device too; add this tojmcneill1-2/+2
improve KDE4 compatibility. Bump PKGREVISION.
2008-12-28Re-apply PR# pkg/40230 workaround from r1.25 lost in r1.27.jmcneill1-2/+1
2008-12-26Since people are bumping pkgrevison on this anyway..jmcneill1-2/+2
hald-netbsd: use scsi identify to fill in storage.vendor/storage.model where available so hal-info fdi matching rules will apply hald-netbsd: if libvolume_id thinks that a partition is vfat, believe it over the disklabel (stops USB devices lacking partition tables such as an iPod from incorrectly being treated as ffs).
2008-12-26Make the package fully honour PKG_SYSCONFBASE.ahoka1-3/+4
Bump revision.
2008-12-21Rework platform logic to fall back properly to dummy backend.ahoka1-9/+9
2008-12-21PR# pkg/40147: sysutils/hal fails to build on Linuxjmcneill1-1/+3
2008-12-20PR# pkg/40230: "libvolume_id" doesn't build under Mac OS Xjmcneill1-1/+7
Fix HAL build on OS X. Tested on 10.5.6 powerpc.
2008-12-20Enhance NetBSD hal support to at least be able to write files to opticalreinoud1-2/+2
media. No support for mounting yet.
2008-12-19PR# pkg/40230: "libvolume_id" doesn't build under Mac OS Xjmcneill1-2/+4
HAL uses the dummy backend on OSX, so no need to pull in libvolume_id.
2008-12-16Unbreak the build in DragonFly again.hasso1-1/+2
2008-12-12* Since PLIST.${OPSYS} is automatically included in PLIST_SRC,taca1-3/+2
there is no need to explicitly set. * Contrastly, if PLIST_SRC includes only PLIST, you need to set PLIST explicitly. Fix build problem on NetBSD 4.1_STABLE (maybe NetBSD < 5).
2008-12-11Fix typoreinoud1-2/+2
2008-12-11Add rudementary cdrom HAL info. Probing and volume management needs to bereinoud1-2/+2
implemented still.
2008-12-08Honour PKG_SYSCONFBASE when installing dbus policy.ahoka1-3/+3
2008-12-04hald-netbsd: clear charge rate when charge state is normal, reportjmcneill1-2/+2
measurement type when envstat provides Ah readings. Bump PKGREVISION.
2008-12-03DESTDIR ready.hasso1-1/+2
2008-12-01hald-netbsd: add basic support for automounting non-optical media. Stilljmcneill1-7/+10
some bugs to work out, but it's a start. Bump PKGREVISION.
2008-11-27hald-netbsd: add v4l2 support, bump PKGREVISIONjmcneill1-2/+2
2008-11-27hald-netbsd: add audio support, bump PKGREVISIONjmcneill1-2/+2
2008-11-27hald-netbsd: mark the system type as 'laptop' if acpibat0 is found, andjmcneill1-2/+2
don't continually send notifications while charging and discharging. Bump PKGREVISION.
2008-11-27hald-netbsd: clear is_charging/is_discharging before walking through thejmcneill1-2/+2
sensor properties, and make sure we don't read an invalid sensor in the process. Bump PKGREVISION.
2008-11-27Add reboot, shutdown, suspend support. Bump PKGREVISION.jmcneill1-2/+3
2008-11-27Add basic battery and ac_adapter support using envsys on NetBSD.jmcneill1-2/+2
Bump PKGREVISION.
2008-11-26pkg/40039: sysutils/hal compilation errors (NetBSD 4.0)jmcneill1-1/+4
The NetBSD hal backend requires features new to NetBSD 5.0, so fallback to the dummy backend for previous releases.