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
This commit is contained in:
parent
4e71ed33e5
commit
c43e6e5891
3 changed files with 17 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue