diff options
author | flz <flz@FreeBSD.org> | 2009-01-24 00:28:36 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-24 00:28:36 +0800 |
commit | e1fa8d8895aee835b4a658dd8fed60b6fe0166f2 (patch) | |
tree | cf2e3d4f30a1b913cafbd708b8f9c5081f8aec9d /sysutils/hal/files | |
parent | 7fd0312bdcb554dba77af4cae101782e5fb32587 (diff) | |
download | freebsd-ports-graphics-e1fa8d8895aee835b4a658dd8fed60b6fe0166f2.tar.gz freebsd-ports-graphics-e1fa8d8895aee835b4a658dd8fed60b6fe0166f2.tar.zst freebsd-ports-graphics-e1fa8d8895aee835b4a658dd8fed60b6fe0166f2.zip |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Diffstat (limited to 'sysutils/hal/files')
-rw-r--r-- | sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi index f7af321c094..00781db1dd6 100644 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi +++ b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi @@ -1,6 +1,6 @@ ---- fdi/policy/10osvendor/10-x11-input.fdi.orig 2008-03-27 13:42:31.000000000 -0400 -+++ fdi/policy/10osvendor/10-x11-input.fdi 2008-03-27 13:48:06.000000000 -0400 -@@ -1,15 +1,6 @@ +--- fdi/policy/10osvendor/10-x11-input.fdi.orig 2008-09-24 14:32:26.000000000 +0100 ++++ fdi/policy/10osvendor/10-x11-input.fdi 2008-09-24 14:34:22.000000000 +0100 +@@ -1,19 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> @@ -13,6 +13,12 @@ - </match> - </match> - - <match key="info.capabilities" contains="input.keys"> +- <match key="info.capabilities" contains="input.keys"> ++ <match key="info.capabilities" contains="input.keyboard"> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> +- <merge key="input.x11_driver" type="string">keyboard</merge> ++ <merge key="input.x11_driver" type="string">kbd</merge> + <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" + string="Linux"> + <merge key="input.x11_driver" type="string">evdev</merge> |