Author: pebender
Date: Tue Feb 3 06:40:57 2009
New Revision: 4340
Added:
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.2-pkg_config.patch
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.2-xkbstr_h.patch
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.2-pkg_config.patch
Removed:
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.0.8-pkg_config.patch
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.1-pkg_config.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/html/minimyth/document-todo.txt
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums
Log:
- Updated packages
xorg-7.3/xf86-input-evdev
xorg-7.4/xf86-input-evdev
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Feb 3
06:40:57 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 63 (2009-02-01):
+Changes since 64 (2009-02-03):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -21,7 +21,9 @@
- Added Technisat SkyStar2 related drivers (e.g. b2c2-flexcop-pci).
Updated packages
- disk/hdparm
+ disk/hdparm.
+ xorg-7.3/xf86-input-evdev.
+ xorg-7.4/xf86-input-evdev.
--------------------------------------------------------------------------------
Changes since 63 (2009-01-28):
Modified: trunk/gar-minimyth/html/minimyth/document-todo.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-todo.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-todo.txt Tue Feb 3 06:40:57
2009
@@ -15,7 +15,6 @@
system/irserver - 04.01.09 - lacks the remotes directory.
utils/busybox - 1.12.x - breaks
mm_mythfrontend_networkcontrol.
utils/busybox - 1.13.0 - segfaults
mm_mythfrontend_networkcontrol.
- xorg-7.3/xf86-input-evdev - 2.1.x - - not compatible with
xorg-server 1.4.2.
Packages we may update:
devel/gcc - 4.3.3 - need to determine whether or
not the
Modified: trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile Tue Feb
3
06:40:57 2009
@@ -1,9 +1,9 @@
GARNAME = xf86-input-evdev
-GARVERSION = 2.0.8
+GARVERSION = 2.1.2
CATEGORIES = $(CATEGORY)
MASTER_SITES = $(XORG_MASTER_SITES)
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-pkg_config.patch
+PATCHFILES = $(DISTNAME)-xkbstr_h.patch $(DISTNAME)-pkg_config.patch
LICENSE = $(GARNAME)
$(GARNAME)_LICENSE_TEXT = $(WORKSRC)/COPYING
Modified: trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums Tue Feb
3 06:40:57 2009
@@ -1,2 +1,3 @@
-7f9ace5bcca1427b0da40827a74cbc33 download/xf86-input-evdev-2.0.8.tar.bz2
-25ffe2b2cbd8da2accfd4d4014b3098a
download/xf86-input-evdev-2.0.8-pkg_config.patch
+c27944124b31fa08ac13f244eb42c3fa download/xf86-input-evdev-2.1.2.tar.bz2
+25262a21a8b008e945bb6967c2b4a6f3
download/xf86-input-evdev-2.1.2-xkbstr_h.patch
+61359ea171fadec292bb6dde52721ebe
download/xf86-input-evdev-2.1.2-pkg_config.patch
Added:
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.2-pkg_config.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.2-pkg_config.patch
Tue Feb 3 06:40:57 2009
@@ -0,0 +1,13 @@
+diff -Naur xf86-input-evdev-2.1.2-old/configure.ac
xf86-input-evdev-2.1.2-new/configure.ac
+--- xf86-input-evdev-2.1.2-old/configure.ac 2009-02-01 17:12:59.000000000
-0800
++++ xf86-input-evdev-2.1.2-new/configure.ac 2009-02-02 15:03:44.000000000
-0800
+@@ -57,7 +57,8 @@
+
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
+-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
++sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir
xorg-server)"
+ AC_SUBST(sdkdir)
+
+ CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
Added:
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.2-xkbstr_h.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.2-xkbstr_h.patch
Tue Feb 3 06:40:57 2009
@@ -0,0 +1,12 @@
+diff -Naur xf86-input-evdev-2.1.2-old/src/evdev.h
xf86-input-evdev-2.1.2-new/src/evdev.h
+--- xf86-input-evdev-2.1.2-old/src/evdev.h 2009-02-01 17:07:08.000000000
-0800
++++ xf86-input-evdev-2.1.2-new/src/evdev.h 2009-02-02 15:12:19.000000000
-0800
+@@ -37,7 +37,7 @@
+ #include <xf86_OSproc.h>
+
+ #ifdef XKB
+-#include <xkbstr.h>
++#include <X11/extensions/XKBstr.h>
+ #endif
+
+ #ifndef EV_CNT /* linux 2.4 kernels and earlier lack _CNT defines */
Modified: trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile Tue Feb
3
06:40:57 2009
@@ -1,5 +1,5 @@
GARNAME = xf86-input-evdev
-GARVERSION = 2.1.1
+GARVERSION = 2.1.2
CATEGORIES = $(CATEGORY)
MASTER_SITES = $(XORG_MASTER_SITES)
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums Tue Feb
3 06:40:57 2009
@@ -1,2 +1,2 @@
-2f3995658e7f864c11c3b93216050cc4 download/xf86-input-evdev-2.1.1.tar.bz2
-9b824de074a1ed7790a8b48a0ab2659f
download/xf86-input-evdev-2.1.1-pkg_config.patch
+c27944124b31fa08ac13f244eb42c3fa download/xf86-input-evdev-2.1.2.tar.bz2
+61359ea171fadec292bb6dde52721ebe
download/xf86-input-evdev-2.1.2-pkg_config.patch
Added:
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.2-pkg_config.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.2-pkg_config.patch
Tue Feb 3 06:40:57 2009
@@ -0,0 +1,13 @@
+diff -Naur xf86-input-evdev-2.1.2-old/configure.ac
xf86-input-evdev-2.1.2-new/configure.ac
+--- xf86-input-evdev-2.1.2-old/configure.ac 2009-02-01 17:12:59.000000000
-0800
++++ xf86-input-evdev-2.1.2-new/configure.ac 2009-02-02 15:03:44.000000000
-0800
+@@ -57,7 +57,8 @@
+
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
+-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
++sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir
xorg-server)"
+ AC_SUBST(sdkdir)
+
+ CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---