diff options
author | richard <richard> | 2013-05-16 06:29:45 +0000 |
---|---|---|
committer | richard <richard> | 2013-05-16 06:29:45 +0000 |
commit | f7761dd3a8f871626a308f09bd905075bc80cc29 (patch) | |
tree | 83c14d3ae39228985d5513bdd0329437f9ffc6d7 /x11 | |
parent | 265665b105ba356ec800a5256fbbd5ddea12d6bf (diff) | |
download | pkgsrc-f7761dd3a8f871626a308f09bd905075bc80cc29.tar.gz |
update to xf86-video-tga-1.2.2 for modular-xorg-server-1.12.4
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-tga/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-tga/distinfo | 9 | ||||
-rw-r--r-- | x11/xf86-video-tga/patches/patch-aa | 21 |
3 files changed, 6 insertions, 29 deletions
diff --git a/x11/xf86-video-tga/Makefile b/x11/xf86-video-tga/Makefile index c7e748fec87..de3881c20e8 100644 --- a/x11/xf86-video-tga/Makefile +++ b/x11/xf86-video-tga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/10/29 05:07:06 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/05/16 06:29:45 richard Exp $ # -DISTNAME= xf86-video-tga-1.2.0 -PKGREVISION= 1 +DISTNAME= xf86-video-tga-1.2.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-tga/distinfo b/x11/xf86-video-tga/distinfo index d6b63d8e6f8..67542174cad 100644 --- a/x11/xf86-video-tga/distinfo +++ b/x11/xf86-video-tga/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/06/09 06:58:12 hasso Exp $ +$NetBSD: distinfo,v 1.4 2013/05/16 06:29:45 richard Exp $ -SHA1 (xf86-video-tga-1.2.0.tar.bz2) = 78eec5bb2c688b6c6ddd8e651f02f51881e95b83 -RMD160 (xf86-video-tga-1.2.0.tar.bz2) = 2fc784335e6e8e0a03d1a556feb6b4f1870e0d9a -Size (xf86-video-tga-1.2.0.tar.bz2) = 269406 bytes -SHA1 (patch-aa) = 27b21522acc45b120fc7351dfade6771ac8ec2c7 +SHA1 (xf86-video-tga-1.2.2.tar.bz2) = 0b96ebd6907b9efb278056ce701f330c22c550d8 +RMD160 (xf86-video-tga-1.2.2.tar.bz2) = 1312240c77ddb3561a65b6c4c09962428fa15d02 +Size (xf86-video-tga-1.2.2.tar.bz2) = 318943 bytes diff --git a/x11/xf86-video-tga/patches/patch-aa b/x11/xf86-video-tga/patches/patch-aa deleted file mode 100644 index baef4509354..00000000000 --- a/x11/xf86-video-tga/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2009/06/09 06:58:12 hasso Exp $ - ---- configure.orig 2008-09-04 01:15:31 +0300 -+++ configure 2009-06-09 09:39:28 +0300 -@@ -22111,16 +22111,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 |