pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-i740 Update to xf86-video-i740-1.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/795ece17574f
branches:  trunk
changeset: 545632:795ece17574f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 09 15:40:04 2008 +0000

description:
Update to xf86-video-i740-1.2.0.

  Death to RCS tags.
  Fix distcheck
  i128 1.2.0
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define I740_*_VERSION* using PACKAGE_VERSION_*
  i740: pciaccess conversion
  Makefile.am: nuke RCS Id
  Minor fixes to compile with pciaccess.

diffstat:

 x11/xf86-video-i740/Makefile         |   4 ++--
 x11/xf86-video-i740/distinfo         |  10 +++++-----
 x11/xf86-video-i740/patches/patch-aa |  16 ++++++++--------
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (61 lines):

diff -r 8c7ae2766994 -r 795ece17574f x11/xf86-video-i740/Makefile
--- a/x11/xf86-video-i740/Makefile      Sat Aug 09 15:37:02 2008 +0000
+++ b/x11/xf86-video-i740/Makefile      Sat Aug 09 15:40:04 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:17 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2008/08/09 15:40:04 tnn Exp $
 #
 
-DISTNAME=      xf86-video-i740-1.1.0
+DISTNAME=      xf86-video-i740-1.2.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 8c7ae2766994 -r 795ece17574f x11/xf86-video-i740/distinfo
--- a/x11/xf86-video-i740/distinfo      Sat Aug 09 15:37:02 2008 +0000
+++ b/x11/xf86-video-i740/distinfo      Sat Aug 09 15:40:04 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/15 19:41:30 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/08/09 15:40:04 tnn Exp $
 
-SHA1 (xf86-video-i740-1.1.0.tar.bz2) = 99575052e29236d50db23d093a30ba0047d78e43
-RMD160 (xf86-video-i740-1.1.0.tar.bz2) = 2808f24203f756674ef8c9536aad95fb0ad17969
-Size (xf86-video-i740-1.1.0.tar.bz2) = 258461 bytes
-SHA1 (patch-aa) = a2d7f1d6f3e3a8221f87c627d24c6cb4e3dba7a4
+SHA1 (xf86-video-i740-1.2.0.tar.bz2) = 3c479ccc7bf54be925269a66a7e5742e72dbdf1d
+RMD160 (xf86-video-i740-1.2.0.tar.bz2) = a714b2e9ca315760e584900afdb7ae60255c21dd
+Size (xf86-video-i740-1.2.0.tar.bz2) = 268468 bytes
+SHA1 (patch-aa) = 21fb9ca865052f6db671322d8f6bd748341c615f
diff -r 8c7ae2766994 -r 795ece17574f x11/xf86-video-i740/patches/patch-aa
--- a/x11/xf86-video-i740/patches/patch-aa      Sat Aug 09 15:37:02 2008 +0000
+++ b/x11/xf86-video-i740/patches/patch-aa      Sat Aug 09 15:40:04 2008 +0000
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 19:41:31 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2008/08/09 15:40:04 tnn Exp $
 
---- configure.orig     2007-08-15 21:29:20.000000000 +0200
+--- configure.orig     2008-03-19 19:18:46.000000000 +0100
 +++ configure
-@@ -20267,16 +20267,8 @@ echo $ECHO_N "checking for $prefix/share
- if eval "test \"\${$as_ac_File+set}\" = set"; then
+@@ -21170,16 +21170,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 "$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 echo '${'$as_ac_File'}'`
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }



Home | Main Index | Thread Index | Old Index