[Lunar-commits] <moonbase> xf86-video-vesa: xorg 1.12 ready plus other fixes from git I took current git of xf86-video-vesa and latest 2.3.0 release to make a patch to cover all changes since 2.3.0 release. Mainly to add support for xorg 1.12 but other fixes are also nice. Here is what was added since latest 2.3.0 release: 2011-10-19 configure.ac: Require a newer version of libpciaccess 2011-10-19 Code style cleanup to make the map and unmap blocks more consistent 2011-10-19 Build fix for ABI Version 12 2011-10-19 Use unsigned long rather than deprecated IOADDRESS 2011-10-19 Build fix for ABI Version 12 2011-02-14 Be forgiving of character-cell size mismatches in mode sizes 2011-02-14 Fix memory leak in mode validation 2010-12-08 Refuse to load if there's a kernel driver bound to the device 2010-10-24 Convert x+m/calloc/free to m/calloc/free 2010-10-07 Purge cvs tags 2010-07-23 config: add comments for main statements 2010-07-21 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES 2010-07-21 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 2010-07-21 config: complete AC_INIT m4 quoting 2010-07-21 config: remove unrequired AC_HEADER_STDC 2010-07-20 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 2010-07-20 config: update AC_PREREQ statement to 2.60 2010-07-20 config: upgrade to util-macros 1.8 for additional man page support 2010-06-13 COPYING: update file with Copyright notices from source code 2010-02-15 config: Move compiler flags from configure.ac to Makefile.am 2010-01-15 Update Sun license notices to current X.Org standard form

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Mar 11 16:10:35 CET 2012


commit da8beb94cebe3768fd0f406717b1c22855470214
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Mar 11 16:10:35 2012 +0100

    xf86-video-vesa: xorg 1.12 ready plus other fixes from git
    I took current git of xf86-video-vesa and latest 2.3.0 release to make a patch to cover all changes since 2.3.0 release.
    Mainly to add support for xorg 1.12 but other fixes are also nice. Here is what was added since latest 2.3.0 release:
    2011-10-19	configure.ac: Require a newer version of libpciaccess
    2011-10-19	Code style cleanup to make the map and unmap blocks more consistent
    2011-10-19	Build fix for ABI Version 12
    2011-10-19	Use unsigned long rather than deprecated IOADDRESS
    2011-10-19	Build fix for ABI Version 12
    2011-02-14	Be forgiving of character-cell size mismatches in mode sizes
    2011-02-14	Fix memory leak in mode validation
    2010-12-08	Refuse to load if there's a kernel driver bound to the device
    2010-10-24	Convert x+m/calloc/free to m/calloc/free
    2010-10-07	Purge cvs tags
    2010-07-23	config: add comments for main statements
    2010-07-21	config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    2010-07-21	config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    2010-07-21	config: complete AC_INIT m4 quoting
    2010-07-21	config: remove unrequired AC_HEADER_STDC
    2010-07-20	config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    2010-07-20	config: update AC_PREREQ statement to 2.60
    2010-07-20	config: upgrade to util-macros 1.8 for additional man page support
    2010-06-13	COPYING: update file with Copyright notices from source code
    2010-02-15	config: Move compiler flags from configure.ac to Makefile.am
    2010-01-15	Update Sun license notices to current X.Org standard form
---
 xorg7/driver/xf86-video-vesa/BUILD   |    1 +
 xorg7/driver/xf86-video-vesa/DETAILS |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/xorg7/driver/xf86-video-vesa/BUILD b/xorg7/driver/xf86-video-vesa/BUILD
index cfe3408..b4c52e6 100644
--- a/xorg7/driver/xf86-video-vesa/BUILD
+++ b/xorg7/driver/xf86-video-vesa/BUILD
@@ -1,5 +1,6 @@
 (
   . /etc/profile.d/x11r7.rc &&
+  patch_it $SOURCE2 1 &&
 
   default_build
 
diff --git a/xorg7/driver/xf86-video-vesa/DETAILS b/xorg7/driver/xf86-video-vesa/DETAILS
index c3170fd..d5900b7 100644
--- a/xorg7/driver/xf86-video-vesa/DETAILS
+++ b/xorg7/driver/xf86-video-vesa/DETAILS
@@ -1,12 +1,15 @@
           MODULE=xf86-video-vesa
          VERSION=2.3.0
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=xf86-video-vesa-2.3.0-git-2012-03-11.patch.bz2
       SOURCE_URL=$XORG_URL/individual/driver
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:4689b7c295d7a8d7326302dafecb812739617134
+     SOURCE2_VFY=sha1:7f6c519048d6fba10b9de0b8e2898b80cc16a698
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org
          ENTERED=20060120
-         UPDATED=20100107
+         UPDATED=20120311
            SHORT="The X.Org VESA video driver for all video cards"
 
 cat << EOF


More information about the Lunar-commits mailing list