diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-09 09:11:54 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-09 09:11:54 +0000 |
commit | c43e6e5891fa7f4dc4352a97f76962d8cd42261a (patch) | |
tree | 8edf47ebdad9df2a316a1f98bad42d33f9dc674f /x11 | |
parent | 4e71ed33e56ff37181ca81f9683c75be5c0cb469 (diff) | |
download | pkgsrc-c43e6e5891fa7f4dc4352a97f76962d8cd42261a.tar.gz |
Update to 1.3.0. Changes since 1.2.0:
Adam Jackson (2):
Uncomment DDC2 code, move it before mode validation so DDC has some effect.
i740 1.3.0
Alan Coopersmith (1):
Remove xorgconfig & xorgcfg from See Also list in man page
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-i740/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-i740/distinfo | 10 | ||||
-rw-r--r-- | x11/xf86-video-i740/patches/patch-aa | 20 |
3 files changed, 17 insertions, 18 deletions
diff --git a/x11/xf86-video-i740/Makefile b/x11/xf86-video-i740/Makefile index 19786f00eb0..d8ea879381a 100644 --- a/x11/xf86-video-i740/Makefile +++ b/x11/xf86-video-i740/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/06/07 11:24:36 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/09 09:11:54 hasso Exp $ # -DISTNAME= xf86-video-i740-1.2.0 -PKGREVISION= 2 +DISTNAME= xf86-video-i740-1.3.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 319b1dabb1c..4cd943c8793 100644 --- a/x11/xf86-video-i740/distinfo +++ b/x11/xf86-video-i740/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2008/08/09 15:40:04 tnn Exp $ +$NetBSD: distinfo,v 1.4 2009/06/09 09:11:54 hasso Exp $ -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 +SHA1 (xf86-video-i740-1.3.0.tar.bz2) = 524f1f7f380111b88e3f1e548f736bdfb89560ee +RMD160 (xf86-video-i740-1.3.0.tar.bz2) = 91940a561349f72b205568e099929ffffc6346fe +Size (xf86-video-i740-1.3.0.tar.bz2) = 269442 bytes +SHA1 (patch-aa) = 32ca12f5e4210ed5a87b98e71287fed096fe8952 diff --git a/x11/xf86-video-i740/patches/patch-aa b/x11/xf86-video-i740/patches/patch-aa index 57130502632..0c5a668a32b 100644 --- a/x11/xf86-video-i740/patches/patch-aa +++ b/x11/xf86-video-i740/patches/patch-aa @@ -1,14 +1,14 @@ -$NetBSD: patch-aa,v 1.2 2008/08/09 15:40:04 tnn Exp $ +$NetBSD: patch-aa,v 1.3 2009/06/09 09:11:54 hasso Exp $ ---- configure.orig 2008-03-19 19:18:46.000000000 +0100 -+++ configure -@@ -21170,16 +21170,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA +--- configure.orig 2009-03-19 21:25:30 +0200 ++++ configure 2009-06-09 11:36:43 +0300 +@@ -12856,16 +12856,8 @@ $as_echo_n "checking for $XORG_SGML_PATH if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $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 "$XORG_SGML_PATH/X11/defs.ent"; then - eval "$as_ac_File=yes" @@ -16,6 +16,6 @@ $NetBSD: patch-aa,v 1.2 2008/08/09 15:40:04 tnn Exp $ eval "$as_ac_File=no" fi -fi - ac_res=`eval echo '${'$as_ac_File'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 - echo "${ECHO_T}$ac_res" >&6; } + ac_res=`eval 'as_val=${'$as_ac_File'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |