pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-tga Update to 1.2.0. Changes since 1.1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bab9737fcbd1
branches:  trunk
changeset: 394349:bab9737fcbd1
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Jun 09 06:58:12 2009 +0000

description:
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:

 x11/xf86-video-tga/Makefile         |   5 ++---
 x11/xf86-video-tga/distinfo         |  10 +++++-----
 x11/xf86-video-tga/patches/patch-aa |  24 ++++++++++++------------
 3 files changed, 19 insertions(+), 20 deletions(-)

diffs (66 lines):

diff -r 3319e0bb548e -r bab9737fcbd1 x11/xf86-video-tga/Makefile
--- a/x11/xf86-video-tga/Makefile       Tue Jun 09 06:50:08 2009 +0000
+++ b/x11/xf86-video-tga/Makefile       Tue Jun 09 06:58:12 2009 +0000
@@ -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 -r 3319e0bb548e -r bab9737fcbd1 x11/xf86-video-tga/distinfo
--- a/x11/xf86-video-tga/distinfo       Tue Jun 09 06:50:08 2009 +0000
+++ b/x11/xf86-video-tga/distinfo       Tue Jun 09 06:58:12 2009 +0000
@@ -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 -r 3319e0bb548e -r bab9737fcbd1 x11/xf86-video-tga/patches/patch-aa
--- a/x11/xf86-video-tga/patches/patch-aa       Tue Jun 09 06:50:08 2009 +0000
+++ b/x11/xf86-video-tga/patches/patch-aa       Tue Jun 09 06:58:12 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index