pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-s3virge Update to 1.10.2. Changes since...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc3263ffe7eb
branches:  trunk
changeset: 394364:bc3263ffe7eb
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Jun 09 09:16:52 2009 +0000

description:
Update to 1.10.2. Changes since 1.10.1:

Christian Aistleitner (1):
      Respect rotation upon ShadowFB initialization

Dave Airlie (1):
      s3virge 1.10.2

Paulo Cesar Pereira de Andrade (1):
      Correct calls to find_bios_string

diffstat:

 x11/xf86-video-s3virge/Makefile         |   5 ++---
 x11/xf86-video-s3virge/distinfo         |  10 +++++-----
 x11/xf86-video-s3virge/patches/patch-aa |  20 ++++++++++----------
 3 files changed, 17 insertions(+), 18 deletions(-)

diffs (64 lines):

diff -r c8666d512cf7 -r bc3263ffe7eb x11/xf86-video-s3virge/Makefile
--- a/x11/xf86-video-s3virge/Makefile   Tue Jun 09 09:15:02 2009 +0000
+++ b/x11/xf86-video-s3virge/Makefile   Tue Jun 09 09:16:52 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/06/07 11:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/09 09:16:52 hasso Exp $
 #
 
-DISTNAME=      xf86-video-s3virge-1.10.1
-PKGREVISION=   2
+DISTNAME=      xf86-video-s3virge-1.10.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c8666d512cf7 -r bc3263ffe7eb x11/xf86-video-s3virge/distinfo
--- a/x11/xf86-video-s3virge/distinfo   Tue Jun 09 09:15:02 2009 +0000
+++ b/x11/xf86-video-s3virge/distinfo   Tue Jun 09 09:16:52 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/08/09 15:58:36 tnn Exp $
+$NetBSD: distinfo,v 1.4 2009/06/09 09:16:52 hasso Exp $
 
-SHA1 (xf86-video-s3virge-1.10.1.tar.bz2) = 8689860cc4f6e5dd8679a4fe5e9f6b5a09511a50
-RMD160 (xf86-video-s3virge-1.10.1.tar.bz2) = c31dd3b2a8f7e7257db612f903cf36277b989532
-Size (xf86-video-s3virge-1.10.1.tar.bz2) = 288294 bytes
-SHA1 (patch-aa) = 9470f92caa2890cb93e405b4b9201c2413f7cdb0
+SHA1 (xf86-video-s3virge-1.10.2.tar.bz2) = f153846fbc18e7d46d996157cdc74be8ea95ad87
+RMD160 (xf86-video-s3virge-1.10.2.tar.bz2) = 6b637ba8b78eff1a7299f904e0e18a460b1f8c84
+Size (xf86-video-s3virge-1.10.2.tar.bz2) = 297071 bytes
+SHA1 (patch-aa) = 11bdab8cf0af4a45d6509fed689acfa7e82a1900
diff -r c8666d512cf7 -r bc3263ffe7eb x11/xf86-video-s3virge/patches/patch-aa
--- a/x11/xf86-video-s3virge/patches/patch-aa   Tue Jun 09 09:15:02 2009 +0000
+++ b/x11/xf86-video-s3virge/patches/patch-aa   Tue Jun 09 09:16:52 2009 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.2 2008/08/09 15:58:36 tnn Exp $
+$NetBSD: patch-aa,v 1.3 2009/06/09 09:16:52 hasso Exp $
 
---- configure.orig     2008-05-21 21:54:52.000000000 +0200
-+++ configure
-@@ -21162,16 +21162,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA
+--- configure.orig     2008-12-22 07:35:56 +0200
++++ configure  2009-06-09 11:45:45 +0300
+@@ -21744,16 +21744,8 @@ $as_echo_n "checking for $XORG_SGML_PATH
  if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
+   $as_echo_n "(cached) " >&6
  else
 -  test "$cross_compiling" = yes &&
--  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
--echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
+-  { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
+-$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
 -   { (exit 1); exit 1; }; }
 -if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
 -  eval "$as_ac_File=yes"
@@ -16,6 +16,6 @@
    eval "$as_ac_File=no"
  fi
 -fi
- ac_res=`eval echo '${'$as_ac_File'}'`
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
- echo "${ECHO_T}$ac_res" >&6; }
+ ac_res=`eval 'as_val=${'$as_ac_File'}
+                $as_echo "$as_val"'`
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5



Home | Main Index | Thread Index | Old Index