summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-08-09 15:58:36 +0000
committertnn <tnn@pkgsrc.org>2008-08-09 15:58:36 +0000
commite48e93ca84f145a0d96c4d9e6751c38e43b00ad5 (patch)
treee51715e35f5b8de4a1165ea0ac016923320866c3
parent78b9ff20bcd0dfea1a319455f0d7e509ce50527c (diff)
downloadpkgsrc-e48e93ca84f145a0d96c4d9e6751c38e43b00ad5.tar.gz
Update to xf86-video-s3virge-1.10.1.
1.10.1: Bug #14298: Fix mode validation to be less ridiculous. Nuke the useless UseFB option. Bug #13243: Re-enable 24+32 framebuffer. Fix typo in S3VValidMode. 1.10.0: Death to RCS tags. Fix distcheck s3virge 1.10.0 Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Define S3VIRGE_VERSION_* using PACKAGE_VERSION* s3virge: pciaccess conversion oops fixed pointed out by pcpa Makefile.am: nuke RCS Id Clean up: Remove some mga remains
-rw-r--r--x11/xf86-video-s3virge/Makefile4
-rw-r--r--x11/xf86-video-s3virge/distinfo10
-rw-r--r--x11/xf86-video-s3virge/patches/patch-aa16
3 files changed, 15 insertions, 15 deletions
diff --git a/x11/xf86-video-s3virge/Makefile b/x11/xf86-video-s3virge/Makefile
index a559c9f2aba..a9d6ce2c757 100644
--- a/x11/xf86-video-s3virge/Makefile
+++ b/x11/xf86-video-s3virge/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:17 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2008/08/09 15:58:36 tnn Exp $
#
-DISTNAME= xf86-video-s3virge-1.9.1
+DISTNAME= xf86-video-s3virge-1.10.1
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 5d565e330a5..0d1d327c114 100644
--- a/x11/xf86-video-s3virge/distinfo
+++ b/x11/xf86-video-s3virge/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/15 17:08:14 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/08/09 15:58:36 tnn Exp $
-SHA1 (xf86-video-s3virge-1.9.1.tar.bz2) = e9994531b1847cb4e23fffec6851f3554f6a35cc
-RMD160 (xf86-video-s3virge-1.9.1.tar.bz2) = e07abb273277208f09f17397d93b9c23c22c402f
-Size (xf86-video-s3virge-1.9.1.tar.bz2) = 279913 bytes
-SHA1 (patch-aa) = ff2c7db8b22b3a4ceb1c96f025730d7bfcb0572c
+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
diff --git a/x11/xf86-video-s3virge/patches/patch-aa b/x11/xf86-video-s3virge/patches/patch-aa
index 254336d4f76..04c01338bc4 100644
--- a/x11/xf86-video-s3virge/patches/patch-aa
+++ b/x11/xf86-video-s3virge/patches/patch-aa
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 17:08:14 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2008/08/09 15:58:36 tnn Exp $
---- configure.orig 2007-08-15 19:02:33.000000000 +0200
+--- configure.orig 2008-05-21 21:54:52.000000000 +0200
+++ configure
-@@ -20267,16 +20267,8 @@ echo $ECHO_N "checking for $prefix/share
- if eval "test \"\${$as_ac_File+set}\" = set"; then
+@@ -21162,16 +21162,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA
+ if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&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;}
- { (exit 1); exit 1; }; }
--if test -r "$prefix/share/X11/sgml/defs.ent"; then
+-if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
- eval "$as_ac_File=yes"
-else
eval "$as_ac_File=no"
fi
-fi
- echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5
- echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6
- if test `eval echo '${'$as_ac_File'}'` = yes; then
+ ac_res=`eval echo '${'$as_ac_File'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }