Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | Use ${AUTORECONF_ARGS} to work with native pkg-config. | hans | 1 | -2/+2 | |
2011-05-07 | Fix build on NetBSD 4 | shattered | 1 | -1/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-04-04 | Fix build on SunOS. | hans | 1 | -2/+2 | |
2011-03-10 | Readd --without-os-type configure arg, accidentally dropped when merging | markd | 1 | -1/+2 | |
the 0.5.14 changes. PR#44703 | |||||
2011-02-17 | somebody renamed hw.acpi.supported_states to hw.acpi.sleep.states, so | jmcneill | 1 | -2/+2 | |
try the 2nd if the 1st fails | |||||
2011-01-09 | Fixes for Linux build: | dsainty | 1 | -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-08 | Fixes scriptdir for NetBSD. | obache | 1 | -1/+2 | |
Bump PKGREVISION. | |||||
2010-12-26 | Update to 0.5.14. | markd | 1 | -4/+2 | |
Many bugfixes and support for new features. | |||||
2010-12-16 | bump rev for battery fix | ahoka | 1 | -2/+2 | |
2010-08-17 | Disable OS (i.e. Linux distro) specific behaviour. | obache | 1 | -1/+2 | |
PR#43767 by Aleksey Cheusov. | |||||
2010-01-26 | Bump PKGREVISION for new patch-ax. | wiz | 1 | -2/+2 | |
2010-01-24 | Added LICENSE information. | heinz | 1 | -1/+2 | |
2010-01-16 | Added missing TEST_TARGET. | heinz | 1 | -1/+3 | |
2009-12-27 | When mounting a filesystem on behalf of a user treat __NetBSD__ similarly | abs | 1 | -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-15 | treat driver == "ld" as a mass storage device, like "wd" and "sd" | jmcneill | 1 | -2/+2 | |
2009-07-26 | rename the "ismounted" property to "is_mounted" which seems to | drochner | 1 | -2/+2 | |
be the official name bump PKGREVISION (this still needs a lot of work) | |||||
2009-07-22 | Remove USE_DIRS from pkgsrc. | wiz | 1 | -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-18 | to netbsd-desktop | jmcneill | 1 | -2/+2 | |
2009-03-02 | Actually substitute "PKG_SYSCONFBASE" in the package list. Bump package | tron | 1 | -2/+4 | |
revisions as this affects the binary package. | |||||
2009-03-01 | Plug a memory leak in envsys_timeout; the caller of prop_dictionary_all_keys | jmcneill | 1 | -2/+2 | |
is responsible for freeing allocated memory. Bump PKGREVISION. | |||||
2009-02-28 | The OWN_DIRS shouldnt be there. | ahoka | 1 | -2/+1 | |
Thanks goes again to Joerg. | |||||
2009-02-28 | Use MAKE_DIRS and OWN_DIRS instead of INSTALL as suggested by Joerg. | ahoka | 1 | -2/+4 | |
2009-02-28 | Create /media automatically, so hald mount actually works | ahoka | 1 | -2/+2 | |
without manual labour. Bump revision. | |||||
2009-01-25 | Fix (de-)installation if "PKG_SYSCONFBASE" is set. Bump package revision | tron | 1 | -3/+2 | |
because of this package list change. Reviewed by Jared McNeill. | |||||
2009-01-23 | Couple of hacks to get Sun Studio compile working. | sketch | 1 | -1/+3 | |
2009-01-18 | Optical media handling needs block.storage_device too; add this to | jmcneill | 1 | -2/+2 | |
improve KDE4 compatibility. Bump PKGREVISION. | |||||
2008-12-28 | Re-apply PR# pkg/40230 workaround from r1.25 lost in r1.27. | jmcneill | 1 | -2/+1 | |
2008-12-26 | Since people are bumping pkgrevison on this anyway.. | jmcneill | 1 | -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-26 | Make the package fully honour PKG_SYSCONFBASE. | ahoka | 1 | -3/+4 | |
Bump revision. | |||||
2008-12-21 | Rework platform logic to fall back properly to dummy backend. | ahoka | 1 | -9/+9 | |
2008-12-21 | PR# pkg/40147: sysutils/hal fails to build on Linux | jmcneill | 1 | -1/+3 | |
2008-12-20 | PR# pkg/40230: "libvolume_id" doesn't build under Mac OS X | jmcneill | 1 | -1/+7 | |
Fix HAL build on OS X. Tested on 10.5.6 powerpc. | |||||
2008-12-20 | Enhance NetBSD hal support to at least be able to write files to optical | reinoud | 1 | -2/+2 | |
media. No support for mounting yet. | |||||
2008-12-19 | PR# pkg/40230: "libvolume_id" doesn't build under Mac OS X | jmcneill | 1 | -2/+4 | |
HAL uses the dummy backend on OSX, so no need to pull in libvolume_id. | |||||
2008-12-16 | Unbreak the build in DragonFly again. | hasso | 1 | -1/+2 | |
2008-12-12 | * Since PLIST.${OPSYS} is automatically included in PLIST_SRC, | taca | 1 | -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-11 | Fix typo | reinoud | 1 | -2/+2 | |
2008-12-11 | Add rudementary cdrom HAL info. Probing and volume management needs to be | reinoud | 1 | -2/+2 | |
implemented still. | |||||
2008-12-08 | Honour PKG_SYSCONFBASE when installing dbus policy. | ahoka | 1 | -3/+3 | |
2008-12-04 | hald-netbsd: clear charge rate when charge state is normal, report | jmcneill | 1 | -2/+2 | |
measurement type when envstat provides Ah readings. Bump PKGREVISION. | |||||
2008-12-03 | DESTDIR ready. | hasso | 1 | -1/+2 | |
2008-12-01 | hald-netbsd: add basic support for automounting non-optical media. Still | jmcneill | 1 | -7/+10 | |
some bugs to work out, but it's a start. Bump PKGREVISION. | |||||
2008-11-27 | hald-netbsd: add v4l2 support, bump PKGREVISION | jmcneill | 1 | -2/+2 | |
2008-11-27 | hald-netbsd: add audio support, bump PKGREVISION | jmcneill | 1 | -2/+2 | |
2008-11-27 | hald-netbsd: mark the system type as 'laptop' if acpibat0 is found, and | jmcneill | 1 | -2/+2 | |
don't continually send notifications while charging and discharging. Bump PKGREVISION. | |||||
2008-11-27 | hald-netbsd: clear is_charging/is_discharging before walking through the | jmcneill | 1 | -2/+2 | |
sensor properties, and make sure we don't read an invalid sensor in the process. Bump PKGREVISION. | |||||
2008-11-27 | Add reboot, shutdown, suspend support. Bump PKGREVISION. | jmcneill | 1 | -2/+3 | |
2008-11-27 | Add basic battery and ac_adapter support using envsys on NetBSD. | jmcneill | 1 | -2/+2 | |
Bump PKGREVISION. | |||||
2008-11-26 | pkg/40039: sysutils/hal compilation errors (NetBSD 4.0) | jmcneill | 1 | -1/+4 | |
The NetBSD hal backend requires features new to NetBSD 5.0, so fallback to the dummy backend for previous releases. |