summaryrefslogtreecommitdiff
path: root/sysutils/hal
AgeCommit message (Collapse)AuthorFilesLines
2012-03-31Bump PKGREVISIONryoon12-12/+767
* Fix build on FreeBSD 9.0 ** Patches are borrowed from FreeBSD ports ** Split FreeBSD support from DragonFly/FreeBSD support
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-10-04Upstream patch to build on Linux systems without V4L1 support.dsainty3-13/+71
http://cgit.freedesktop.org/hal/commit/?id=ae13d96fa2a0612b6000f4b8f6ed9d3564035703 Fixes build on Ubuntu 11.04.
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.obache2-3/+4
2011-04-04Fix build on SunOS.hans1-2/+2
2011-03-30Change condition for check of libvolume_id.obache2-6/+8
it depend on backend, not host. Fixes build with NetBSD-4 (dummy backend), PR#44794.
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, sojmcneill2-3/+4
try the 2nd if the 1st fails
2011-01-09Fixes for Linux build:dsainty2-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-08Fixes scriptdir for NetBSD.obache3-8/+9
Bump PKGREVISION.
2011-01-08Bring back DragonFly BSD support.obache10-39/+236
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 undertron2-16/+22
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 breakstron2-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-26Add distinfo missed in previous.markd1-14/+12
2010-12-26Update to 0.5.14.markd15-180/+114
Many bugfixes and support for new features.
2010-12-16bump rev for battery fixahoka1-2/+2
2010-12-16dont divide by 3600, beacuse gnome power applet doesnt expect it like thisahoka1-3/+3
ok by jared
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-26make this work on non-x86macallan2-1/+22
OKed long, long ago by jmcneill
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__ similarlyabs3-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-15treat driver == "ld" as a mass storage device, like "wd" and "sd"jmcneill2-4/+5
2009-09-14Prepare configure for changes in the libtool m4 macros of libtool 2.2:joerg2-10/+18
- explicitly request finding the C++ compiler before trying to run it
2009-07-26rename the "ismounted" property to "is_mounted" which seems todrochner3-3/+19
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-06-14Remove @dirrm entries from PLISTsjoerg4-12/+4
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-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-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_keysjmcneill2-3/+4
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.ahoka2-11/+4
2009-02-28Create /media automatically, so hald mount actually worksahoka2-2/+11
without manual labour. Bump revision.
2009-01-25Fix (de-)installation if "PKG_SYSCONFBASE" is set. Bump package revisiontron2-12/+11
because of this package list change. Reviewed by Jared McNeill.
2009-01-23Couple of hacks to get Sun Studio compile working.sketch3-2/+20
2009-01-18Optical media handling needs block.storage_device too; add this tojmcneill2-2/+4
improve KDE4 compatibility. Bump PKGREVISION.
2009-01-03Restrict necessity of libvolume_id to using linux/freebsd/netbsd hald backends.obache2-17/+27
Fixes build failure on platforms using dummy backend, as PR 40291.
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..jmcneill3-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-26Make the package fully honour PKG_SYSCONFBASE.ahoka1-3/+4
Bump revision.
2008-12-26Add "@comment $NetBSD$".ahoka1-0/+1
2008-12-24Fix typo.wiz1-2/+2
2008-12-24Add a note explaining that /dev/drvctl is required for proper supportjmcneill1-0/+16
of the NetBSD 5.0+ HAL backend.
2008-12-22Fix PLIST on Linux, from David Saintyjmcneill1-1/+2
2008-12-22PR# pkg/40147: sysutils/hal fails to build on Linuxjmcneill2-4/+4