summaryrefslogtreecommitdiffstats
path: root/sysutils/hal
Commit message (Collapse)AuthorAgeFilesLines
* 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