diff options
author | richard <richard@pkgsrc.org> | 2013-05-16 06:14:34 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2013-05-16 06:14:34 +0000 |
commit | 3dcc6703f06f2bcb436e71f48c52dc0439d57d5f (patch) | |
tree | 61cdd7540de97670194a32b7f3799eaeede9fe20 /x11/xf86-video-i740 | |
parent | bb35b3e08b741c5fea048b29759b17cc064d5a9a (diff) | |
download | pkgsrc-3dcc6703f06f2bcb436e71f48c52dc0439d57d5f.tar.gz |
update to xf86-video-i740-1.3.4 for modular-xorg-server-1.12.4
Diffstat (limited to 'x11/xf86-video-i740')
-rw-r--r-- | x11/xf86-video-i740/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-i740/distinfo | 9 | ||||
-rw-r--r-- | x11/xf86-video-i740/patches/patch-aa | 21 |
3 files changed, 6 insertions, 29 deletions
diff --git a/x11/xf86-video-i740/Makefile b/x11/xf86-video-i740/Makefile index f801fdded6c..8c18f36d6df 100644 --- a/x11/xf86-video-i740/Makefile +++ b/x11/xf86-video-i740/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/10/29 05:07:04 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/05/16 06:14:34 richard Exp $ # -DISTNAME= xf86-video-i740-1.3.2 -PKGREVISION= 1 +DISTNAME= xf86-video-i740-1.3.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-i740/distinfo b/x11/xf86-video-i740/distinfo index d0d574068fd..e3082c595c0 100644 --- a/x11/xf86-video-i740/distinfo +++ b/x11/xf86-video-i740/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/08/09 22:36:04 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/05/16 06:14:34 richard Exp $ -SHA1 (xf86-video-i740-1.3.2.tar.bz2) = aadd2168153f780c487778e5fdda5473ed4b243d -RMD160 (xf86-video-i740-1.3.2.tar.bz2) = 71db34271badf1febbc5b4ff78e3fea913a2599a -Size (xf86-video-i740-1.3.2.tar.bz2) = 273853 bytes -SHA1 (patch-aa) = 32ca12f5e4210ed5a87b98e71287fed096fe8952 +SHA1 (xf86-video-i740-1.3.4.tar.bz2) = 5444fdb1af76dde8323ea86ca19517f27b60a2e3 +RMD160 (xf86-video-i740-1.3.4.tar.bz2) = 593fe6e1db1397240c9c0df66ff772c3d5fe3961 +Size (xf86-video-i740-1.3.4.tar.bz2) = 316654 bytes diff --git a/x11/xf86-video-i740/patches/patch-aa b/x11/xf86-video-i740/patches/patch-aa deleted file mode 100644 index 0c5a668a32b..00000000000 --- a/x11/xf86-video-i740/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2009/06/09 09:11:54 hasso Exp $ - ---- configure.orig 2009-03-19 21:25:30 +0200 -+++ configure 2009-06-09 11:36:43 +0300 -@@ -12856,16 +12856,8 @@ $as_echo_n "checking for $XORG_SGML_PATH - if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 - else -- test "$cross_compiling" = yes && -- { { $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" --else - eval "$as_ac_File=no" - fi --fi - ac_res=`eval 'as_val=${'$as_ac_File'} - $as_echo "$as_val"'` - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |