summaryrefslogtreecommitdiffstats
path: root/sysutils/hal
Commit message (Collapse)AuthorAgeFilesLines
* Reset the $FreeBSD$.mezz2010-03-172-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13852 df743ca5-7f9a-e211-a948-0013205c9059
* Do not handle ufs labels in addition to ufsid labels.marcus2010-02-262-7/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13730 df743ca5-7f9a-e211-a948-0013205c9059
* Ignore ufsid partitions as well.marcus2010-02-222-7/+8
| | | | | | | Reported by: Kevin Oberman <oberman@es.net> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13664 df743ca5-7f9a-e211-a948-0013205c9059
* Remove some gratuitous __FreeBSD_version checks that were breaking webcamdmarcus2010-02-222-20/+13
| | | | | | | support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13662 df743ca5-7f9a-e211-a948-0013205c9059
* Require webcamd for hald.marcus2010-02-222-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13661 df743ca5-7f9a-e211-a948-0013205c9059
* Fix build s/aoti/atoi/kwm2010-02-201-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13647 df743ca5-7f9a-e211-a948-0013205c9059
* Only bind to interface number 0 when probing for video4linux support. Thismarcus2010-02-201-4/+13
| | | | | | | may sound hacky, but I think it will always work out. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13646 df743ca5-7f9a-e211-a948-0013205c9059
* Take a crack at adding webcamd support for video4linux devices.marcus2010-02-207-10/+852
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13645 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2010-01-242-2/+18
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13495 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2010-01-242-10/+45
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13494 df743ca5-7f9a-e211-a948-0013205c9059
* Correct some of the @unexec commands.marcus2010-01-011-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13333 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.14.marcus2009-12-2423-0/+1169
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13294 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they are in the ports tree.marcus2009-11-3048-4656/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
* -Sync w/ FreeBSD.mezz2009-11-282-28/+4
| | | | | | | -Reset the $FreeBSD$ while I am there. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13259 df743ca5-7f9a-e211-a948-0013205c9059
* Add support for the Apple Trackpage (atp) mouse driver.marcus2009-11-222-6/+6
| | | | | | | Submitted by: rpaulo git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13228 df743ca5-7f9a-e211-a948-0013205c9059
* Add a hack to support spaces in volume names.marcus2009-10-242-14/+30
| | | | | | | Submitted by: J.R. Oldroyd <fbsd@opal.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13185 df743ca5-7f9a-e211-a948-0013205c9059
* Expand the ufsid check to include BSD types as well as LABEL.marcus2009-10-052-15/+16
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13091 df743ca5-7f9a-e211-a948-0013205c9059
* Ignore ufsid labels outright. These labels are special since they aremarcus2009-10-052-14/+26
| | | | | | | | | | | created and destroyed based on whether or not the underlying device is mounted or not. This should fix some weird remounting problems with UFS volumes as well as some mount contention. Reported by: avl git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13089 df743ca5-7f9a-e211-a948-0013205c9059
* Reset $FreeBSD$ tags.marcus2009-09-262-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13038 df743ca5-7f9a-e211-a948-0013205c9059
* Another day, another hal patch.marcus2009-09-263-15/+24
| | | | | | | | | | | | | | Attempt to workaround the GEOM lock race by sleeping half of a second when a DESTROY event is seen by the storage subsystem. Additionally, protect against kern.geom.conftxt returning NULL. When this happens, all disks would get removed, and that's bad. Fix a bug in the volume probing code which could lead to an assert crash. Fix a bug in the volume probing code when it comes to handling UFS IDs. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13027 df743ca5-7f9a-e211-a948-0013205c9059
* The extra sleep before checking kern.geom.conftxt was causing volumes notmarcus2009-09-222-14/+12
| | | | | | | | to auto-mount by default in nautilus. It didn't really fix anything anyway, so ge trid of it. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12954 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a use-after-free problem in the Fuse code.marcus2009-09-192-8/+11
| | | | | | | PR: 138330 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12900 df743ca5-7f9a-e211-a948-0013205c9059
* Somehow this hunk got left out of my last commit. Make sure usb2 devicesmarcus2009-09-182-4/+4
| | | | | | | attach properly to the device tree with the correct parent. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12897 df743ca5-7f9a-e211-a948-0013205c9059
* Fix (or workaround) quite a few bugs with newusb interaction.marcus2009-09-144-61/+107
| | | | | | | | | | | | * Remove needless uses of hfp_error which can help avoid assertion crashes. * Try and avoid a race condition which can lock hal when getting the kern.geom.conftxt sysctl. * Reduce the number of times storage devices are refreshed. * Fix some bugs with building the newusb device tree. * Properly detect when newusb devices are added and removed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12874 df743ca5-7f9a-e211-a948-0013205c9059
* Be more careful about freeing memory.marcus2009-08-201-4/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12665 df743ca5-7f9a-e211-a948-0013205c9059
* Fix some DBusError handling, and a memory leak.marcus2009-08-202-5/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12664 df743ca5-7f9a-e211-a948-0013205c9059
* Skip "probeX" devices when scanning for new SCSI disks.marcus2009-08-192-2/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12663 df743ca5-7f9a-e211-a948-0013205c9059
* Allow hald to forcibly unmount devices which disappear. This is onlymarcus2009-08-092-10/+126
| | | | | | | done on -CURRENT with newusb, though. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12581 df743ca5-7f9a-e211-a948-0013205c9059
* * Update to 0.5.13.marcus2009-07-198-174/+133
| | | | | | | | * Add support for ufsids in an attempt to prevent duplicate file system mounting git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12460 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2009-05-304-40/+146
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12353 df743ca5-7f9a-e211-a948-0013205c9059
* Optimize the check for an existing GEOM object and correct a nearby memorymarcus2009-05-242-17/+28
| | | | | | | leak. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12323 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2009-05-245-28/+35
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12321 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.12.marcus2009-05-1746-0/+4379
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12315 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD portsmarcus2009-01-1225-1799/+0
| | | | | | | tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
* Teach the mouse addon to use procstat on recent versions of -CURRENT.marcus2008-12-213-44/+161
| | | | | | | | This greatly alleviates the CPU burden caused by exec'ing fstat every two seconds. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11831 df743ca5-7f9a-e211-a948-0013205c9059
* Add support for the -u argument.marcus2008-12-072-3/+16
| | | | | | | Submitted by: Kris Moore <kris@pcbsd.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11813 df743ca5-7f9a-e211-a948-0013205c9059
* Pass the volume UDI when unmounting volumes before an eject operation.marcus2008-10-282-2/+13
| | | | | | | Reported by: Kris Moore of PC-BSD git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11740 df743ca5-7f9a-e211-a948-0013205c9059
* Make sure %%LOCALBASE%% is properly expanded in README.fuse.marcus2008-10-271-3/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11739 df743ca5-7f9a-e211-a948-0013205c9059
* Re-add fuse support with some documentation and a helper script to make itmarcus2008-10-278-15/+389
| | | | | | | | work. Also, temporarily revert the keyboard patch until X.Org 7.4 is committed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11737 df743ca5-7f9a-e211-a948-0013205c9059
* Pull out the fuse patches as they made a bad assumption. More work needsmarcus2008-10-104-228/+5
| | | | | | | to be done. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11677 df743ca5-7f9a-e211-a948-0013205c9059
* Allow fuse mounts to work with HAL.marcus2008-10-094-5/+228
| | | | | | | Tested by: Kris Moore and NTFS-3g git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11673 df743ca5-7f9a-e211-a948-0013205c9059
* Allow X.org 7.4 to find HAL keyboards.marcus2008-09-292-6/+12
| | | | | | | Submitted by: flz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11646 df743ca5-7f9a-e211-a948-0013205c9059
* Remove gnometarget.mezz2008-08-221-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11367 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the ConsoleKit signatures in HAL with ConsoleKit 0.3.x. This fix DVD movie,mezz2008-08-2220-0/+1276
| | | | | | | | | | HDD and possible more other mount stuff. Bump the PORTREVISION. Obtained from: http://thread.gmane.org/gmane.comp.freedesktop.hal/11940/ Reviewed by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11359 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD ports tree.marcus2008-03-2412-604/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
* Register support for the CheckForMedia dbus message so that we can forcemarcus2008-03-232-6/+128
| | | | | | | a poll of devices. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10808 df743ca5-7f9a-e211-a948-0013205c9059
* Add the block device before probing it so that the block device is presentmarcus2008-03-192-2/+14
| | | | | | | in the GDL before any volumes are added. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10776 df743ca5-7f9a-e211-a948-0013205c9059
* Mark our storage addon as ready. This important step caused a lot ofmarcus2008-03-182-1/+15
| | | | | | | auto-mount problems. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10769 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.11 RC2.marcus2008-03-187-161/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10767 df743ca5-7f9a-e211-a948-0013205c9059
* Make sure /var/cache has 0755 perms. We've seen two cases where they weremarcus2008-03-161-0/+2
| | | | | | | 0000, so this should fix future problems. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10757 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a crash on 64-bit platforms.marcus2008-03-163-1/+25
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10756 df743ca5-7f9a-e211-a948-0013205c9059
* Correct patch name and path.marcus2008-03-161-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10748 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.11 RC1.marcus2008-03-166-14/+150
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10744 df743ca5-7f9a-e211-a948-0013205c9059
* Update to snapshot 20080218. This release fixes a bug with ATAPICAM/ATAmarcus2008-02-192-5/+5
| | | | | | | | device mapping which can occur if there are more than one ATAPICAM device in a machine. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10461 df743ca5-7f9a-e211-a948-0013205c9059
* Update to snapshot 20080216. This snapshot adds webcam support for Philipsmarcus2008-02-163-5/+7
| | | | | | | webcam devices which use the pwc driver. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10457 df743ca5-7f9a-e211-a948-0013205c9059
* Update to snapshot 20080205.marcus2008-02-062-6/+5
| | | | | | | | | | | | | | | | | | * Add video4linux webcam support [1] * Fix a problem where fdi-added callouts were not being run [2] * Add DRM (direct rendering) support * Attempt to add more device file information * Do not assume the SCSI cdb length is always 16 [3] Various other generic hal fixes have also gone in from upstream. Big thanks to Lachlan Michael for helping to test [1]. Reported by: Pawel Worach <pawel.worach@gmail.com> [2] Submitted by: kan [3] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10358 df743ca5-7f9a-e211-a948-0013205c9059
* Okay, so here's the problem. init runs the rc scripts before readingmarcus2008-02-052-3/+3
| | | | | | | | | | | | | | | | | | /etc/ttys. This presents a problem to gdm and ConsoleKit because they need to access VT resources when they start. When this doesn't happen, we have a problem. To solve this, I created vty-checker. Sounded like a good idea, except that opening the ttyv* devices will always work -- even when the console isn't ready. So let's try a new approach. Instead of looping on vty-checker, loop on ps, and look for getty processes. Do not start gdm and hald until we see them. If anyone has a better idea of something to check that will definitely tell us when the console is fully initialized, PLEASE let me know. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10346 df743ca5-7f9a-e211-a948-0013205c9059
* hald also needs the vty-checker.marcus2008-02-052-2/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10343 df743ca5-7f9a-e211-a948-0013205c9059
* Remove additional consolekit hacks.marcus2008-01-241-5/+0
| | | | | | | Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10225 df743ca5-7f9a-e211-a948-0013205c9059
* hald no longer requires consolkit in rc.d.marcus2008-01-242-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10222 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2008-01-201-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10175 df743ca5-7f9a-e211-a948-0013205c9059
* Add some more missing plist items.marcus2008-01-202-4/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10169 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a problem that occurred when slave support was removed, and make suremarcus2008-01-203-3/+11
| | | | | | | the correct localstatedir is used. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10168 df743ca5-7f9a-e211-a948-0013205c9059
* Remove slave port cruft.marcus2008-01-081-30/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10025 df743ca5-7f9a-e211-a948-0013205c9059
* This has been a LONG time coming, but update hal to 0.5.10, complete withmarcus2008-01-0810-0/+452
| | | | | | | | | | | PolicyKit and ConsoleKit support. Thanks to mezz for testing hal without PK or CK. Configuring policies looks to be MUCH easier now. See PolicyKit.conf(5) and /usr/local/etc/PolicyKit/PolicyKit.conf. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10022 df743ca5-7f9a-e211-a948-0013205c9059
* Clean out MarcusCom after the big import into ports.marcus2006-10-1412-464/+0
| | | | | | | Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
* - Chase py-dbus for hal-device-managerahze2006-10-131-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7772 df743ca5-7f9a-e211-a948-0013205c9059
* Make the better default of mount by change from user="0" to group="operator",mezz2006-10-081-1/+3
| | | | | | | | | since a lot of users already have operator for mount stuff. Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7648 df743ca5-7f9a-e211-a948-0013205c9059
* Chase dbus API changes.marcus2006-10-082-0/+22
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7635 df743ca5-7f9a-e211-a948-0013205c9059
* Update dbus to 0.93, add dbus-glib at 0.71, update py-dbus to 0.71, and chasemarcus2006-10-081-2/+2
| | | | | | | all dbus dependencies. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7616 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the dirrmtry locale in plist. Don't freak out, a lot of them are reordermezz2006-10-051-22/+22
| | | | | | | | | | because of the script that will move all dirrmtry locale in the bottom of plist. http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/locale_dirrmtry.sh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7565 df743ca5-7f9a-e211-a948-0013205c9059
* Update HAL port to a snapshot from 09/17/2006.marcus2006-09-182-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7324 df743ca5-7f9a-e211-a948-0013205c9059
* Update the hal port to a snapshot from 09/16/2006.marcus2006-09-175-173/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7319 df743ca5-7f9a-e211-a948-0013205c9059
* INSTALLS_SHLIB -> USE_LDCONFIG, only on gnome@FreeBSD.org ports.mezz2006-09-101-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7274 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove pciutils and move to pciidsahze2006-08-081-4/+4
| | | | | | | | pciutils doesn't work on !i386 and pciids has a much more current version of pci.ids database git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6983 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build on 5.X.marcus2006-07-023-2/+122
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6504 df743ca5-7f9a-e211-a948-0013205c9059
* Add support for 5.X.marcus2006-07-021-0/+47
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6503 df743ca5-7f9a-e211-a948-0013205c9059
* Create a wrapper around force_depend that will work for rc.d scriptsmarcus2006-06-161-2/+16
| | | | | | | installed in LOCALBASE. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6454 df743ca5-7f9a-e211-a948-0013205c9059
* Force dbus and polkitd to start if hald_enable="YES".marcus2006-06-162-4/+20
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6452 df743ca5-7f9a-e211-a948-0013205c9059
* Update to a snapshot of hal from today to fix some issues with scriptmarcus2006-05-293-6/+9
| | | | | | | invocation. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6340 df743ca5-7f9a-e211-a948-0013205c9059
* - Rethink BUILD_DEPENDS for hal slave port because if PORTREVISION is higherahze2006-05-191-4/+3
| | | | | | | in hal-device-manager than hal it will fail git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6303 df743ca5-7f9a-e211-a948-0013205c9059
* - s/SLAVEPORT/HAL_SLAVE/ahze2006-05-191-6/+6
| | | | | | | Requested by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6302 df743ca5-7f9a-e211-a948-0013205c9059
* - s/SLAVE_PORT/SLAVEPORT/ to fix conflicts in bsd.port.mk with the way it'sahze2006-05-191-6/+6
| | | | | | | setup git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6301 df743ca5-7f9a-e211-a948-0013205c9059
* - Splist hal in to hal-device-manager which includes the pygnome2 interfaceahze2006-05-192-49/+25
| | | | | | | so we can make gnomevfs depend on hal. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6300 df743ca5-7f9a-e211-a948-0013205c9059
* Fix packing list and preserve .privilege file changes across updates.jylefort2006-05-184-18/+53
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6296 df743ca5-7f9a-e211-a948-0013205c9059
* Update to today's FreeBSD HAL snapshot. The most notable changes in thismarcus2006-05-155-43/+37
| | | | | | | | | | | | release are: * Fixed user volume mount point permissions * hald can now be run in daemon mode and verbose messages will be written to syslog * DVD+RW DL support has been added git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6253 df743ca5-7f9a-e211-a948-0013205c9059
* Update to a CVS HEAD snapshot of PolicyKit, and patch HAL to build.marcus2006-05-152-2/+22
| | | | | | | This is an interim step before importing a new snapshot of HAL. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6252 df743ca5-7f9a-e211-a948-0013205c9059
* Fix packaging.marcus2006-05-072-5/+6
| | | | | | | Reported by: sajd on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6232 df743ca5-7f9a-e211-a948-0013205c9059
* Update to a snapshot from today. This new snapshot offers the following:marcus2006-05-065-21/+6
| | | | | | | | | | | | | * ACPI battery detection bug fixed * ACPI button press support * Support for unmounting CDs before ejecting them * Fixed socket directory creation * Fixed LCD brightness control * Fixed potential assertion in devd code * No compiler warnings for FreeBSD backend git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6220 df743ca5-7f9a-e211-a948-0013205c9059
* Make portlint a bit happier.marcus2006-05-051-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6218 df743ca5-7f9a-e211-a948-0013205c9059
* Take a stab at the FIXME, and try to preserve the D-BUS hal.conf. It seemsmarcus2006-05-053-4/+36
| | | | | | | | to work okay. After some more testing, this can be ported to policykit as well. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6217 df743ca5-7f9a-e211-a948-0013205c9059
* Add a desktop entry for hal-device-manager; add a FIXME.jylefort2006-05-051-2/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6216 df743ca5-7f9a-e211-a948-0013205c9059
* As a band-aid, create and remove the socket directories at install andmarcus2006-05-033-1/+10
| | | | | | | deinstall time. This will allow hald to be run in debugging mode OOB. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6203 df743ca5-7f9a-e211-a948-0013205c9059
* Update to a snapshot of HAL from today. This new snapshots fixes a fewmarcus2006-05-032-6/+5
| | | | | | | | | | | bugs, but is mostly aimed at fixing nits with the previous distribution which features read-only files, and leftover make distcheck cruft. The problem with the hald socket directories is pending a patch review from the HAL developers. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6202 df743ca5-7f9a-e211-a948-0013205c9059
* - Depend on py-dbusahze2006-05-031-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6198 df743ca5-7f9a-e211-a948-0013205c9059
* - Add a run dependency on cdrtoolsjylefort2006-05-033-7/+17
| | | | | | | | - Do not install linux tools - Preemptively use ltverhack git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6197 df743ca5-7f9a-e211-a948-0013205c9059
* - Only depend on (optional) dmidecode if ${ARCH}=[i386|ia64|amd64] to allowahze2006-05-021-4/+9
| | | | | | | use on sparc and maybe others. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6196 df743ca5-7f9a-e211-a948-0013205c9059
* Add a May 02, 2006 snapshot of the FreeBSD HAL port for those interestedmarcus2006-05-027-0/+332
in helping with testing. While an init script is provided, it is recommended to run hald with: /usr/local/sbin/hald --daemon=no --verbose=yes The underlying work on the HAL port was done by jylefort and myself. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6193 df743ca5-7f9a-e211-a948-0013205c9059