pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-sis Update to 0.10.1. Changes since 0.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3319e0bb548e
branches:  trunk
changeset: 394348:3319e0bb548e
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Jun 09 06:50:08 2009 +0000

description:
Update to 0.10.1. Changes since 0.10.0:

Daniel Stone (1):
      Remove XFree86-Misc (PassMessage) support

Dave Airlie (1):
      sis 0.10.1

Matthieu Herrb (1):
      Fix build on alpha.

diffstat:

 x11/xf86-video-sis/Makefile         |   5 ++---
 x11/xf86-video-sis/distinfo         |  10 +++++-----
 x11/xf86-video-sis/patches/patch-aa |  28 ++++++++++++++--------------
 3 files changed, 21 insertions(+), 22 deletions(-)

diffs (79 lines):

diff -r 258fa43f3e74 -r 3319e0bb548e x11/xf86-video-sis/Makefile
--- a/x11/xf86-video-sis/Makefile       Tue Jun 09 06:37:45 2009 +0000
+++ b/x11/xf86-video-sis/Makefile       Tue Jun 09 06:50:08 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2009/06/07 11:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/09 06:50:08 hasso Exp $
 #
 
-DISTNAME=      xf86-video-sis-0.10.0
-PKGREVISION=   2
+DISTNAME=      xf86-video-sis-0.10.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 258fa43f3e74 -r 3319e0bb548e x11/xf86-video-sis/distinfo
--- a/x11/xf86-video-sis/distinfo       Tue Jun 09 06:37:45 2009 +0000
+++ b/x11/xf86-video-sis/distinfo       Tue Jun 09 06:50:08 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2008/08/09 16:10:10 tnn Exp $
+$NetBSD: distinfo,v 1.5 2009/06/09 06:50:08 hasso Exp $
 
-SHA1 (xf86-video-sis-0.10.0.tar.bz2) = ec3fc258186d7de221ad875d7762c91f598b8c57
-RMD160 (xf86-video-sis-0.10.0.tar.bz2) = 5f84d17770f5a86bdedf5987e47ccf49cede8278
-Size (xf86-video-sis-0.10.0.tar.bz2) = 630049 bytes
-SHA1 (patch-aa) = bee0ac9a5e853efed0a111fd2ab94f63e1d88b2f
+SHA1 (xf86-video-sis-0.10.1.tar.bz2) = 27d5090d04c496ca0c1192d3ea3f74ffa6d44a42
+RMD160 (xf86-video-sis-0.10.1.tar.bz2) = 3f04b42b6390e3fc6ee1ed4f6d07938671b0e84b
+Size (xf86-video-sis-0.10.1.tar.bz2) = 637423 bytes
+SHA1 (patch-aa) = d0157c386200821133f2049beb5b698cab21126a
 SHA1 (patch-ab) = 72557e7a7ff406549471bc59570f0fa5074df2a8
 SHA1 (patch-ac) = 6ce332ff427b33c40a25efb86101038510c532ed
diff -r 258fa43f3e74 -r 3319e0bb548e x11/xf86-video-sis/patches/patch-aa
--- a/x11/xf86-video-sis/patches/patch-aa       Tue Jun 09 06:37:45 2009 +0000
+++ b/x11/xf86-video-sis/patches/patch-aa       Tue Jun 09 06:50:08 2009 +0000
@@ -1,23 +1,23 @@
-$NetBSD: patch-aa,v 1.3 2008/08/09 16:10:10 tnn Exp $
+$NetBSD: patch-aa,v 1.4 2009/06/09 06:50:08 hasso Exp $
 
---- configure.orig     2008-03-19 20:28:37.000000000 +0100
-+++ configure
-@@ -21085,7 +21085,7 @@ _ACEOF
+--- configure.orig     2008-12-22 06:39:06 +0200
++++ configure  2009-06-09 09:31:19 +0300
+@@ -21603,7 +21603,7 @@ _ACEOF
  fi
  
  
 -if test "$DRI" != no; then
 +if test "x$DRI" = xauto; then
-         as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
- { echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
- echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; }
-@@ -21633,16 +21633,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA
+         as_ac_File=`$as_echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
+ { $as_echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
+ $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }
+@@ -22157,16 +22157,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"
@@ -25,6 +25,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