From 84ae0f6de3494bf3bab8af53fd4aaaadd4cef31e Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 9 Jun 2009 02:46:10 +0000 Subject: 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 --- x11/xf86-video-chips/Makefile | 13 +++++----- x11/xf86-video-chips/distinfo | 10 ++++---- x11/xf86-video-chips/patches/patch-aa | 48 +++++++++++++---------------------- 3 files changed, 28 insertions(+), 43 deletions(-) (limited to 'x11') diff --git a/x11/xf86-video-chips/Makefile b/x11/xf86-video-chips/Makefile index 867aaea684d..6c5527233ee 100644 --- a/x11/xf86-video-chips/Makefile +++ b/x11/xf86-video-chips/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/06/07 11:24:36 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/09 02:46:10 obache Exp $ # -DISTNAME= xf86-video-chips-1.2.0 -PKGREVISION= 2 +DISTNAME= xf86-video-chips-1.2.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 @@ -11,11 +10,11 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Modular Xorg Chips and Technologies video driver -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../x11/randrproto/buildlink3.mk" diff --git a/x11/xf86-video-chips/distinfo b/x11/xf86-video-chips/distinfo index 930208436ea..53a81a08333 100644 --- a/x11/xf86-video-chips/distinfo +++ b/x11/xf86-video-chips/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2008/08/09 15:21:07 tnn Exp $ +$NetBSD: distinfo,v 1.4 2009/06/09 02:46:10 obache Exp $ -SHA1 (xf86-video-chips-1.2.0.tar.bz2) = 6a668d55502e128b1419397e62e23ec7219d56d4 -RMD160 (xf86-video-chips-1.2.0.tar.bz2) = 16cfee1ec167fcaa48555bd866f8b9eb8d1cc9c0 -Size (xf86-video-chips-1.2.0.tar.bz2) = 337850 bytes -SHA1 (patch-aa) = 74021d783917e744b60f405c7148df6486d6c78b +SHA1 (xf86-video-chips-1.2.1.tar.bz2) = 95705cb8d970fb52fb21e05acad952b71afb808b +RMD160 (xf86-video-chips-1.2.1.tar.bz2) = 65f2e5f5414c95ff06aba99c3b89ef40bd65310e +Size (xf86-video-chips-1.2.1.tar.bz2) = 340894 bytes +SHA1 (patch-aa) = f815269f9ff15905fd3d06a72dc0b19c3bb7e8f9 diff --git a/x11/xf86-video-chips/patches/patch-aa b/x11/xf86-video-chips/patches/patch-aa index c8c0a5c663a..b90554193bf 100644 --- a/x11/xf86-video-chips/patches/patch-aa +++ b/x11/xf86-video-chips/patches/patch-aa @@ -1,14 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2008/08/09 15:21:07 tnn Exp $ +$NetBSD: patch-aa,v 1.4 2009/06/09 02:46:10 obache Exp $ ---- configure.orig 2008-03-19 18:35:58.000000000 +0100 +--- configure.orig 2008-12-22 04:26:01.000000000 +0000 +++ configure -@@ -21319,54 +21319,8 @@ _ACEOF - fi +@@ -21964,57 +21964,8 @@ fi --# Checks for functions (often defined as inlines in compiler.h) --{ echo "$as_me:$LINENO: checking for inb" >&5 --echo $ECHO_N "checking for inb... $ECHO_C" >&6; } + # Checks for functions (often defined as inlines in compiler.h) +-{ $as_echo "$as_me:$LINENO: checking for inb" >&5 +-$as_echo_n "checking for inb... " >&6; } -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF @@ -30,47 +29,34 @@ $NetBSD: patch-aa,v 1.3 2008/08/09 15:21:07 tnn Exp $ - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +-$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then +- } && test -s conftest$ac_exeext && { +- test "$cross_compiling" = yes || +- $as_test_x conftest$ac_exeext +- }; then - HAVE_INB=yes -else -- echo "$as_me: failed program was:" >&5 +- $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - HAVE_INB=no -fi +-rm -rf conftest.dSYM -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $HAVE_INB" >&5 --echo "${ECHO_T}$HAVE_INB" >&6; } +-{ $as_echo "$as_me:$LINENO: result: $HAVE_INB" >&5 +-$as_echo "$HAVE_INB" >&6; } if test x$HAVE_INB = xyes; then BUILD_UTILS_TRUE= BUILD_UTILS_FALSE='#' -@@ -21506,16 +21460,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 "$XORG_SGML_PATH/X11/defs.ent"; then -- eval "$as_ac_File=yes" --else - 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; } -- cgit v1.2.3