summaryrefslogtreecommitdiff
path: root/x11/xf86-video-tga
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-09 06:58:12 +0000
committerhasso <hasso@pkgsrc.org>2009-06-09 06:58:12 +0000
commitdf57ba481c462eb93dd2ca5e7d80f51e0cb6a7d3 (patch)
tree8a885b7df8475b725c1297329648d6be91a5a709 /x11/xf86-video-tga
parentcc0f3c938fad2578eb4b0610c8859a66c7a80420 (diff)
downloadpkgsrc-df57ba481c462eb93dd2ca5e7d80f51e0cb6a7d3.tar.gz
Update to 1.2.0. Changes since 1.1.0:
Adam Jackson (2): Uninclude xf86Version.h sunleo 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define LEO_*_VERSION using PACKAGE_VERSION* David S. Miller (1): Remove screen/window privates to fix build after devPrivates rework Dennis Gilmore (1): Remove usage of ALLOCATE_LOCAL Eamon Walsh (2): Support old and new devPrivates API in this driver. Change GC private key back to an integer variable. Matthieu Herrb (1): Makefile.am: nuke RCS Id
Diffstat (limited to 'x11/xf86-video-tga')
-rw-r--r--x11/xf86-video-tga/Makefile5
-rw-r--r--x11/xf86-video-tga/distinfo10
-rw-r--r--x11/xf86-video-tga/patches/patch-aa24
3 files changed, 19 insertions, 20 deletions
diff --git a/x11/xf86-video-tga/Makefile b/x11/xf86-video-tga/Makefile
index 8f1ccbe1e2d..57f3fa08f96 100644
--- a/x11/xf86-video-tga/Makefile
+++ b/x11/xf86-video-tga/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/06/07 11:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/09 06:58:12 hasso Exp $
#
-DISTNAME= xf86-video-tga-1.1.0
-PKGREVISION= 2
+DISTNAME= xf86-video-tga-1.2.0
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 b6f0ecd92fc..d6b63d8e6f8 100644
--- a/x11/xf86-video-tga/distinfo
+++ b/x11/xf86-video-tga/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/15 20:07:41 joerg Exp $
+$NetBSD: distinfo,v 1.3 2009/06/09 06:58:12 hasso Exp $
-SHA1 (xf86-video-tga-1.1.0.tar.bz2) = 448600dd45aedfaf0ba8a46eaf04d03895a712ed
-RMD160 (xf86-video-tga-1.1.0.tar.bz2) = 9f47e06469a7336e6e464c53b93342a342839b8f
-Size (xf86-video-tga-1.1.0.tar.bz2) = 260342 bytes
-SHA1 (patch-aa) = 4db2cb5e475a2dbf1cfdf04a39c626608c8b83f0
+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
diff --git a/x11/xf86-video-tga/patches/patch-aa b/x11/xf86-video-tga/patches/patch-aa
index 67de0bf939e..baef4509354 100644
--- a/x11/xf86-video-tga/patches/patch-aa
+++ b/x11/xf86-video-tga/patches/patch-aa
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 20:07:41 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2009/06/09 06:58:12 hasso Exp $
---- configure.orig 2007-08-15 19:13:01.000000000 +0200
-+++ configure
-@@ -20329,16 +20329,8 @@ echo $ECHO_N "checking for $prefix/share
- if eval "test \"\${$as_ac_File+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
+--- 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 &&
-- { { 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;}
+- { { $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 "$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 'as_val=${'$as_ac_File'}
+ $as_echo "$as_val"'`
+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5