Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-04 | Fix build on SunOS. | hans | 1 | -2/+2 | |
2011-03-30 | Change condition for check of libvolume_id. | obache | 2 | -6/+8 | |
it depend on backend, not host. Fixes build with NetBSD-4 (dummy backend), PR#44794. | |||||
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 | 2 | -3/+4 | |
try the 2nd if the 1st fails | |||||
2011-01-09 | Fixes for Linux build: | dsainty | 2 | -24/+30 | |
- 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 | 3 | -8/+9 | |
Bump PKGREVISION. | |||||
2011-01-08 | Bring back DragonFly BSD support. | obache | 10 | -39/+236 | |
Based on PR#44338 from Rumko, also fixes PLIST.FreeBSD and self-tests by me. | |||||
2010-12-29 | Only look for "blkid" under Linux as we only use the Linux backend under | tron | 2 | -16/+22 | |
that platform. This should fix the build under DragonFly BSD. Problem reported by Peter Avalos in private e-mail. | |||||
2010-12-27 | Don't check for "blkid" under Mac OS X. It is not necessary and breaks | tron | 2 | -12/+16 | |
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-26 | Add distinfo missed in previous. | markd | 1 | -14/+12 | |
2010-12-26 | Update to 0.5.14. | markd | 15 | -180/+114 | |
Many bugfixes and support for new features. | |||||
2010-12-16 | bump rev for battery fix | ahoka | 1 | -2/+2 | |
2010-12-16 | dont divide by 3600, beacuse gnome power applet doesnt expect it like this | ahoka | 1 | -3/+3 | |
ok by jared | |||||
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-26 | make this work on non-x86 | macallan | 2 | -1/+22 | |
OKed long, long ago by jmcneill | |||||
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 | 3 | -14/+30 | |
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 | 2 | -4/+5 | |
2009-09-14 | Prepare configure for changes in the libtool m4 macros of libtool 2.2: | joerg | 2 | -10/+18 | |
- explicitly request finding the C++ compiler before trying to run it | |||||
2009-07-26 | rename the "ismounted" property to "is_mounted" which seems to | drochner | 3 | -3/+19 | |
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-06-14 | Remove @dirrm entries from PLISTs | joerg | 4 | -12/+4 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
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 | 2 | -3/+4 | |
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 | 2 | -11/+4 | |
2009-02-28 | Create /media automatically, so hald mount actually works | ahoka | 2 | -2/+11 | |
without manual labour. Bump revision. | |||||
2009-01-25 | Fix (de-)installation if "PKG_SYSCONFBASE" is set. Bump package revision | tron | 2 | -12/+11 | |
because of this package list change. Reviewed by Jared McNeill. | |||||
2009-01-23 | Couple of hacks to get Sun Studio compile working. | sketch | 3 | -2/+20 | |
2009-01-18 | Optical media handling needs block.storage_device too; add this to | jmcneill | 2 | -2/+4 | |
improve KDE4 compatibility. Bump PKGREVISION. | |||||
2009-01-03 | Restrict necessity of libvolume_id to using linux/freebsd/netbsd hald backends. | obache | 2 | -17/+27 | |
Fixes build failure on platforms using dummy backend, as PR 40291. | |||||
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 | 3 | -9/+79 | |
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-26 | Add "@comment $NetBSD$". | ahoka | 1 | -0/+1 | |
2008-12-24 | Fix typo. | wiz | 1 | -2/+2 | |
2008-12-24 | Add a note explaining that /dev/drvctl is required for proper support | jmcneill | 1 | -0/+16 | |
of the NetBSD 5.0+ HAL backend. | |||||
2008-12-22 | Fix PLIST on Linux, from David Sainty | jmcneill | 1 | -1/+2 | |
2008-12-22 | PR# pkg/40147: sysutils/hal fails to build on Linux | jmcneill | 2 | -4/+4 | |
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 | 4 | -2/+61 | |
2008-12-20 | PR# pkg/40230: "libvolume_id" doesn't build under Mac OS X | jmcneill | 7 | -26/+40 | |
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 | 3 | -7/+262 | |
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). |