summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2008-08-09 15:37:02 +0000
committertnn <tnn>2008-08-09 15:37:02 +0000
commit516c6a4ee81e530dcf096cb77006d19a882e80ad (patch)
tree6de0f737eeba5777e26350999252bbf86d760442
parent934d1473b98dafa6a2dbe51ec142c19c6774e7e7 (diff)
downloadpkgsrc-516c6a4ee81e530dcf096cb77006d19a882e80ad.tar.gz
Update to xf86-video-i128-1.3.0.
Death to RCS tags. Fix distcheck i128 1.3.0 Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Define I128_*_VERSION* using PACKAGE_VERSION_* i128: pciaccess conversion i128: drop ansi C wrapper i128: fixup typo Makefile.am: nuke RCS Id
-rw-r--r--x11/xf86-video-i128/Makefile4
-rw-r--r--x11/xf86-video-i128/distinfo10
-rw-r--r--x11/xf86-video-i128/patches/patch-aa16
3 files changed, 15 insertions, 15 deletions
diff --git a/x11/xf86-video-i128/Makefile b/x11/xf86-video-i128/Makefile
index b00a19801c2..773833a113d 100644
--- a/x11/xf86-video-i128/Makefile
+++ b/x11/xf86-video-i128/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:37:02 tnn Exp $
#
-DISTNAME= xf86-video-i128-1.2.1
+DISTNAME= xf86-video-i128-1.3.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-i128/distinfo b/x11/xf86-video-i128/distinfo
index 671cd86b4da..663366a7740 100644
--- a/x11/xf86-video-i128/distinfo
+++ b/x11/xf86-video-i128/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/15 19:30:23 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/08/09 15:37:02 tnn Exp $
-SHA1 (xf86-video-i128-1.2.1.tar.bz2) = 8906c29c25dc4b54958052b3327d4d2150d1155e
-RMD160 (xf86-video-i128-1.2.1.tar.bz2) = 957a0b9f5a0458e94b185f98e81d3c095f3d8a99
-Size (xf86-video-i128-1.2.1.tar.bz2) = 264809 bytes
-SHA1 (patch-aa) = 2e0ea580b97a5d7269b0b885c5003e25120d59db
+SHA1 (xf86-video-i128-1.3.0.tar.bz2) = 5adf2e19f87464d28355cd72732a08680fb56d7f
+RMD160 (xf86-video-i128-1.3.0.tar.bz2) = 3b059ec47e2bfd1e35ae2535b789d45d0ab57cdc
+Size (xf86-video-i128-1.3.0.tar.bz2) = 273741 bytes
+SHA1 (patch-aa) = de4b24f4979fe24c2c3747e32dcab12a0d56442e
diff --git a/x11/xf86-video-i128/patches/patch-aa b/x11/xf86-video-i128/patches/patch-aa
index 625d2cb9931..a7573cb91b4 100644
--- a/x11/xf86-video-i128/patches/patch-aa
+++ b/x11/xf86-video-i128/patches/patch-aa
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 19:30:23 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2008/08/09 15:37:02 tnn Exp $
---- configure.orig 2007-08-15 21:25:05.000000000 +0200
+--- configure.orig 2008-03-19 19:13:43.000000000 +0100
+++ configure
-@@ -20256,16 +20256,8 @@ echo $ECHO_N "checking for $prefix/share
- if eval "test \"\${$as_ac_File+set}\" = set"; then
+@@ -21447,16 +21447,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; }