diff options
author | tnn <tnn@pkgsrc.org> | 2008-08-09 15:40:04 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-08-09 15:40:04 +0000 |
commit | c4c13d3d7457b7da4ed8d104e23eb01b66ade719 (patch) | |
tree | ce558891de72003354a354a748435ca49848c7cb /x11/xf86-video-i740 | |
parent | 9a1d0d7f318759a4578036fbb2386e34d142e78b (diff) | |
download | pkgsrc-c4c13d3d7457b7da4ed8d104e23eb01b66ade719.tar.gz |
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 (limited to 'x11/xf86-video-i740')
-rw-r--r-- | x11/xf86-video-i740/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-i740/distinfo | 10 | ||||
-rw-r--r-- | x11/xf86-video-i740/patches/patch-aa | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/x11/xf86-video-i740/Makefile b/x11/xf86-video-i740/Makefile index 7bb0743dc18..bbc4d45071c 100644 --- a/x11/xf86-video-i740/Makefile +++ b/x11/xf86-video-i740/Makefile @@ -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 --git a/x11/xf86-video-i740/distinfo b/x11/xf86-video-i740/distinfo index 0aa85b0027a..319b1dabb1c 100644 --- a/x11/xf86-video-i740/distinfo +++ b/x11/xf86-video-i740/distinfo @@ -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 --git a/x11/xf86-video-i740/patches/patch-aa b/x11/xf86-video-i740/patches/patch-aa index 355326d6315..57130502632 100644 --- a/x11/xf86-video-i740/patches/patch-aa +++ b/x11/xf86-video-i740/patches/patch-aa @@ -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; } |