summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-09 09:16:52 +0000
committerhasso <hasso@pkgsrc.org>2009-06-09 09:16:52 +0000
commitb4a1e801f44a60e159a74d9cd9d985be5ae98400 (patch)
tree71044e3ce699ed5454391f04b6a223273939108b
parent98b2b892c6164899bef049c7d46834eb480d3e26 (diff)
downloadpkgsrc-b4a1e801f44a60e159a74d9cd9d985be5ae98400.tar.gz
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
-rw-r--r--x11/xf86-video-s3virge/Makefile5
-rw-r--r--x11/xf86-video-s3virge/distinfo10
-rw-r--r--x11/xf86-video-s3virge/patches/patch-aa20
3 files changed, 17 insertions, 18 deletions
diff --git a/x11/xf86-video-s3virge/Makefile b/x11/xf86-video-s3virge/Makefile
index 44c4ffe0aa5..71abf8f449e 100644
--- a/x11/xf86-video-s3virge/Makefile
+++ b/x11/xf86-video-s3virge/Makefile
@@ -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 --git a/x11/xf86-video-s3virge/distinfo b/x11/xf86-video-s3virge/distinfo
index 0d1d327c114..5b6abb4fcf4 100644
--- a/x11/xf86-video-s3virge/distinfo
+++ b/x11/xf86-video-s3virge/distinfo
@@ -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 --git a/x11/xf86-video-s3virge/patches/patch-aa b/x11/xf86-video-s3virge/patches/patch-aa
index 04c01338bc4..8af5effb841 100644
--- a/x11/xf86-video-s3virge/patches/patch-aa
+++ b/x11/xf86-video-s3virge/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.2 2008/08/09 15:58:36 tnn Exp $
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