Tue Jun 9 02:46:10 2009 UTC ()
Update xf86-video-chips to 1.2.1.

Adam Jackson (2):
      Uninclude xf86Version.h, remove some dead code.
      Make ISA optional

Julien Cristau (1):
      Compiler warning fixes


(obache)
diff -r1.5 -r1.6 pkgsrc/x11/xf86-video-chips/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/xf86-video-chips/distinfo
diff -r1.3 -r1.4 pkgsrc/x11/xf86-video-chips/patches/patch-aa

cvs diff -r1.5 -r1.6 pkgsrc/x11/xf86-video-chips/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-chips/Makefile 2009/06/07 11:24:36 1.5
+++ pkgsrc/x11/xf86-video-chips/Makefile 2009/06/09 02:46:10 1.6
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.5 2009/06/07 11:24:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2009/06/09 02:46:10 obache Exp $
2# 2#
3 3
4DISTNAME= xf86-video-chips-1.2.0 4DISTNAME= xf86-video-chips-1.2.1
5PKGREVISION= 2 
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 6MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Modular Xorg Chips and Technologies video driver 11COMMENT= Modular Xorg Chips and Technologies video driver
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
19 18
20.include "../../x11/modular-xorg-server/buildlink3.mk" 19.include "../../x11/modular-xorg-server/buildlink3.mk"
21.include "../../x11/randrproto/buildlink3.mk" 20.include "../../x11/randrproto/buildlink3.mk"
22.include "../../x11/renderproto/buildlink3.mk" 21.include "../../x11/renderproto/buildlink3.mk"
23.include "../../x11/videoproto/buildlink3.mk" 22.include "../../x11/videoproto/buildlink3.mk"
24.include "../../x11/xextproto/buildlink3.mk" 23.include "../../x11/xextproto/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/x11/xf86-video-chips/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-chips/distinfo 2008/08/09 15:21:07 1.3
+++ pkgsrc/x11/xf86-video-chips/distinfo 2009/06/09 02:46:10 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2008/08/09 15:21:07 tnn Exp $ 1$NetBSD: distinfo,v 1.4 2009/06/09 02:46:10 obache Exp $
2 2
3SHA1 (xf86-video-chips-1.2.0.tar.bz2) = 6a668d55502e128b1419397e62e23ec7219d56d4 3SHA1 (xf86-video-chips-1.2.1.tar.bz2) = 95705cb8d970fb52fb21e05acad952b71afb808b
4RMD160 (xf86-video-chips-1.2.0.tar.bz2) = 16cfee1ec167fcaa48555bd866f8b9eb8d1cc9c0 4RMD160 (xf86-video-chips-1.2.1.tar.bz2) = 65f2e5f5414c95ff06aba99c3b89ef40bd65310e
5Size (xf86-video-chips-1.2.0.tar.bz2) = 337850 bytes 5Size (xf86-video-chips-1.2.1.tar.bz2) = 340894 bytes
6SHA1 (patch-aa) = 74021d783917e744b60f405c7148df6486d6c78b 6SHA1 (patch-aa) = f815269f9ff15905fd3d06a72dc0b19c3bb7e8f9

cvs diff -r1.3 -r1.4 pkgsrc/x11/xf86-video-chips/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-chips/patches/Attic/patch-aa 2008/08/09 15:21:07 1.3
+++ pkgsrc/x11/xf86-video-chips/patches/Attic/patch-aa 2009/06/09 02:46:10 1.4
@@ -1,76 +1,62 @@ @@ -1,76 +1,62 @@
1$NetBSD: patch-aa,v 1.3 2008/08/09 15:21:07 tnn Exp $ 1$NetBSD: patch-aa,v 1.4 2009/06/09 02:46:10 obache Exp $
2 2
3--- configure.orig 2008-03-19 18:35:58.000000000 +0100 3--- configure.orig 2008-12-22 04:26:01.000000000 +0000
4+++ configure 4+++ configure
5@@ -21319,54 +21319,8 @@ _ACEOF 5@@ -21964,57 +21964,8 @@ fi
6 fi 
7  6
8  7
9-# Checks for functions (often defined as inlines in compiler.h) 8 # Checks for functions (often defined as inlines in compiler.h)
10-{ echo "$as_me:$LINENO: checking for inb" >&5 9-{ $as_echo "$as_me:$LINENO: checking for inb" >&5
11-echo $ECHO_N "checking for inb... $ECHO_C" >&6; } 10-$as_echo_n "checking for inb... " >&6; }
12-cat >conftest.$ac_ext <<_ACEOF 11-cat >conftest.$ac_ext <<_ACEOF
13-/* confdefs.h. */ 12-/* confdefs.h. */
14-_ACEOF 13-_ACEOF
15-cat confdefs.h >>conftest.$ac_ext 14-cat confdefs.h >>conftest.$ac_ext
16-cat >>conftest.$ac_ext <<_ACEOF 15-cat >>conftest.$ac_ext <<_ACEOF
17-/* end confdefs.h. */ 16-/* end confdefs.h. */
18- 17-
19-#include "util/AsmMacros.h" 18-#include "util/AsmMacros.h"
20- 19-
21-int main() { 20-int main() {
22- int x = inb(0); 21- int x = inb(0);
23- return x; 22- return x;
24-} 23-}
25- 24-
26-_ACEOF 25-_ACEOF
27-rm -f conftest.$ac_objext conftest$ac_exeext 26-rm -f conftest.$ac_objext conftest$ac_exeext
28-if { (ac_try="$ac_link" 27-if { (ac_try="$ac_link"
29-case "(($ac_try" in 28-case "(($ac_try" in
30- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31- *) ac_try_echo=$ac_try;; 30- *) ac_try_echo=$ac_try;;
32-esac 31-esac
33-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 33-$as_echo "$ac_try_echo") >&5
34- (eval "$ac_link") 2>conftest.er1 34- (eval "$ac_link") 2>conftest.er1
35- ac_status=$? 35- ac_status=$?
36- grep -v '^ *+' conftest.er1 >conftest.err 36- grep -v '^ *+' conftest.er1 >conftest.err
37- rm -f conftest.er1 37- rm -f conftest.er1
38- cat conftest.err >&5 38- cat conftest.err >&5
39- echo "$as_me:$LINENO: \$? = $ac_status" >&5 39- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40- (exit $ac_status); } && { 40- (exit $ac_status); } && {
41- test -z "$ac_c_werror_flag" || 41- test -z "$ac_c_werror_flag" ||
42- test ! -s conftest.err 42- test ! -s conftest.err
43- } && test -s conftest$ac_exeext && 43- } && test -s conftest$ac_exeext && {
44- $as_test_x conftest$ac_exeext; then 44- test "$cross_compiling" = yes ||
 45- $as_test_x conftest$ac_exeext
 46- }; then
45- HAVE_INB=yes 47- HAVE_INB=yes
46-else 48-else
47- echo "$as_me: failed program was:" >&5 49- $as_echo "$as_me: failed program was:" >&5
48-sed 's/^/| /' conftest.$ac_ext >&5 50-sed 's/^/| /' conftest.$ac_ext >&5
49- 51-
50 HAVE_INB=no 52 HAVE_INB=no
51-fi 53-fi
52  54
 55-rm -rf conftest.dSYM
53-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 56-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
54- conftest$ac_exeext conftest.$ac_ext 57- conftest$ac_exeext conftest.$ac_ext
55-{ echo "$as_me:$LINENO: result: $HAVE_INB" >&5 58-{ $as_echo "$as_me:$LINENO: result: $HAVE_INB" >&5
56-echo "${ECHO_T}$HAVE_INB" >&6; } 59-$as_echo "$HAVE_INB" >&6; }
57 if test x$HAVE_INB = xyes; then 60 if test x$HAVE_INB = xyes; then
58 BUILD_UTILS_TRUE= 61 BUILD_UTILS_TRUE=
59 BUILD_UTILS_FALSE='#' 62 BUILD_UTILS_FALSE='#'
60@@ -21506,16 +21460,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA 
61 if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then 
62 echo $ECHO_N "(cached) $ECHO_C" >&6 
63 else 
64- test "$cross_compiling" = yes && 
65- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 
66-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 
67- { (exit 1); exit 1; }; } 
68-if test -r "$XORG_SGML_PATH/X11/defs.ent"; then 
69- eval "$as_ac_File=yes" 
70-else 
71 eval "$as_ac_File=no" 
72 fi 
73-fi 
74 ac_res=`eval echo '${'$as_ac_File'}'` 
75 { echo "$as_me:$LINENO: result: $ac_res" >&5 
76 echo "${ECHO_T}$ac_res" >&6; }