diff options
author | dsainty <dsainty@pkgsrc.org> | 2011-01-09 01:26:56 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2011-01-09 01:26:56 +0000 |
commit | 980d823c01cf0cc6e77dd1341473920eb2fe613f (patch) | |
tree | c3b99809cf3996ea654b605fca2a96b25d0f9866 /sysutils/hal/PLIST.Linux | |
parent | a09b3a41612d6a5819ae23f86d573f020e42e497 (diff) | |
download | pkgsrc-980d823c01cf0cc6e77dd1341473920eb2fe613f.tar.gz |
Fixes for Linux build:
- 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
Diffstat (limited to 'sysutils/hal/PLIST.Linux')
-rw-r--r-- | sysutils/hal/PLIST.Linux | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/sysutils/hal/PLIST.Linux b/sysutils/hal/PLIST.Linux index a1133e809f2..811be25fa64 100644 --- a/sysutils/hal/PLIST.Linux +++ b/sysutils/hal/PLIST.Linux @@ -1,31 +1,16 @@ -@comment $NetBSD: PLIST.Linux,v 1.4 2009/06/14 18:16:07 joerg Exp $ -lib/hal/scripts/linux/hal-dockstation-undock-linux -lib/hal/scripts/linux/hal-luks-remove-linux -lib/hal/scripts/linux/hal-luks-setup-linux -lib/hal/scripts/linux/hal-luks-teardown-linux -lib/hal/scripts/linux/hal-system-killswitch-get-power-linux -lib/hal/scripts/linux/hal-system-killswitch-set-power-linux -lib/hal/scripts/linux/hal-system-lcd-get-brightness-linux -lib/hal/scripts/linux/hal-system-lcd-set-brightness-linux -lib/hal/scripts/linux/hal-system-power-hibernate-linux -lib/hal/scripts/linux/hal-system-power-reboot-linux -lib/hal/scripts/linux/hal-system-power-set-power-save-linux -lib/hal/scripts/linux/hal-system-power-shutdown-linux -lib/hal/scripts/linux/hal-system-power-suspend-hybrid-linux -lib/hal/scripts/linux/hal-system-power-suspend-linux -lib/hal/scripts/linux/hal-system-wol-enable-linux -lib/hal/scripts/linux/hal-system-wol-enabled-linux -lib/hal/scripts/linux/hal-system-wol-linux -lib/hal/scripts/linux/hal-system-wol-supported-linux -libexec/hal-ipw-killswitch-linux +@comment $NetBSD: PLIST.Linux,v 1.5 2011/01/09 01:26:56 dsainty Exp $ +bin/hal-setup-keymap libexec/hal-system-sonypic libexec/hald-addon-acpi libexec/hald-addon-cpufreq +libexec/hald-addon-generic-backlight libexec/hald-addon-hid-ups libexec/hald-addon-imac-backlight libexec/hald-addon-input +libexec/hald-addon-ipw-killswitch +libexec/hald-addon-leds +libexec/hald-addon-rfkill-killswitch libexec/hald-addon-storage -libexec/hald-addon-usb-csr libexec/hald-probe-hiddev libexec/hald-probe-ieee1394-unit libexec/hald-probe-input @@ -37,7 +22,25 @@ libexec/hald-probe-smbios libexec/hald-probe-storage libexec/hald-probe-video4linux libexec/hald-probe-volume +libexec/scripts/linux/hal-dockstation-undock-linux +libexec/scripts/linux/hal-luks-remove-linux +libexec/scripts/linux/hal-luks-setup-linux +libexec/scripts/linux/hal-luks-teardown-linux +libexec/scripts/linux/hal-system-killswitch-get-power-linux +libexec/scripts/linux/hal-system-killswitch-set-power-linux +libexec/scripts/linux/hal-system-lcd-get-brightness-linux +libexec/scripts/linux/hal-system-lcd-set-brightness-linux +libexec/scripts/linux/hal-system-power-hibernate-linux +libexec/scripts/linux/hal-system-power-reboot-linux +libexec/scripts/linux/hal-system-power-set-power-save-linux +libexec/scripts/linux/hal-system-power-shutdown-linux +libexec/scripts/linux/hal-system-power-suspend-hybrid-linux +libexec/scripts/linux/hal-system-power-suspend-linux +libexec/scripts/linux/hal-system-wol-enable-linux +libexec/scripts/linux/hal-system-wol-enabled-linux +libexec/scripts/linux/hal-system-wol-linux +libexec/scripts/linux/hal-system-wol-supported-linux share/examples/hal/90-hal.rules share/hal/fdi/policy/10osvendor/10-cpufreq.fdi share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi -share/hal/fdi/policy/10osvendor/10-usbcsr-mice.fdi +share/hal/fdi/policy/10osvendor/10-keymap.fdi |