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 xf86-video-s3virge-1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/daaf353775ff
branches: trunk
changeset: 545637:daaf353775ff
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Aug 09 15:58:36 2008 +0000
description:
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
diffstat:
x11/xf86-video-s3virge/Makefile | 4 ++--
x11/xf86-video-s3virge/distinfo | 10 +++++-----
x11/xf86-video-s3virge/patches/patch-aa | 16 ++++++++--------
3 files changed, 15 insertions(+), 15 deletions(-)
diffs (61 lines):
diff -r d955d2d90198 -r daaf353775ff x11/xf86-video-s3virge/Makefile
--- a/x11/xf86-video-s3virge/Makefile Sat Aug 09 15:54:07 2008 +0000
+++ b/x11/xf86-video-s3virge/Makefile Sat Aug 09 15:58:36 2008 +0000
@@ -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 -r d955d2d90198 -r daaf353775ff x11/xf86-video-s3virge/distinfo
--- a/x11/xf86-video-s3virge/distinfo Sat Aug 09 15:54:07 2008 +0000
+++ b/x11/xf86-video-s3virge/distinfo Sat Aug 09 15:58:36 2008 +0000
@@ -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 -r d955d2d90198 -r daaf353775ff x11/xf86-video-s3virge/patches/patch-aa
--- a/x11/xf86-video-s3virge/patches/patch-aa Sat Aug 09 15:54:07 2008 +0000
+++ b/x11/xf86-video-s3virge/patches/patch-aa Sat Aug 09 15:58:36 2008 +0000
@@ -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; }
Home |
Main Index |
Thread Index |
Old Index