pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Disable SGML check.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9e699b0f19b
branches:  trunk
changeset: 532300:a9e699b0f19b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 20:07:41 2007 +0000

description:
Disable SGML check.

diffstat:

 x11/xf86-video-rendition/distinfo         |   3 ++-
 x11/xf86-video-rendition/patches/patch-aa |  21 +++++++++++++++++++++
 x11/xf86-video-tga/distinfo               |   3 ++-
 x11/xf86-video-tga/patches/patch-aa       |  21 +++++++++++++++++++++
 4 files changed, 46 insertions(+), 2 deletions(-)

diffs (72 lines):

diff -r 6c28b664fc83 -r a9e699b0f19b x11/xf86-video-rendition/distinfo
--- a/x11/xf86-video-rendition/distinfo Wed Aug 15 20:05:01 2007 +0000
+++ b/x11/xf86-video-rendition/distinfo Wed Aug 15 20:07:41 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/22 15:43:57 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/08/15 20:09:22 joerg Exp $
 
 SHA1 (xf86-video-rendition-4.1.3.tar.bz2) = 9cbd77ad6cba6807823fff3b74923b955580a540
 RMD160 (xf86-video-rendition-4.1.3.tar.bz2) = a978dda8170b005cb7d398b7c23b28454ab5c661
 Size (xf86-video-rendition-4.1.3.tar.bz2) = 292618 bytes
+SHA1 (patch-aa) = ede9bf25f5b89a2c786ce66e311a0a49b459e97c
diff -r 6c28b664fc83 -r a9e699b0f19b x11/xf86-video-rendition/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-rendition/patches/patch-aa Wed Aug 15 20:07:41 2007 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2007/08/15 20:09:22 joerg Exp $
+
+--- configure.orig     2007-08-15 18:53:15.000000000 +0200
++++ configure
+@@ -21575,16 +21575,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 "$XORG_SGML_PATH/X11/defs.ent"; then
+-  eval "$as_ac_File=yes"
+-else
+   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; }
diff -r 6c28b664fc83 -r a9e699b0f19b x11/xf86-video-tga/distinfo
--- a/x11/xf86-video-tga/distinfo       Wed Aug 15 20:05:01 2007 +0000
+++ b/x11/xf86-video-tga/distinfo       Wed Aug 15 20:07:41 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/21 00:23:02 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/08/15 20:07:41 joerg Exp $
 
 SHA1 (xf86-video-tga-1.1.0.tar.bz2) = 448600dd45aedfaf0ba8a46eaf04d03895a712ed
 RMD160 (xf86-video-tga-1.1.0.tar.bz2) = 9f47e06469a7336e6e464c53b93342a342839b8f
 Size (xf86-video-tga-1.1.0.tar.bz2) = 260342 bytes
+SHA1 (patch-aa) = 4db2cb5e475a2dbf1cfdf04a39c626608c8b83f0
diff -r 6c28b664fc83 -r a9e699b0f19b x11/xf86-video-tga/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-tga/patches/patch-aa       Wed Aug 15 20:07:41 2007 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2007/08/15 20:07:41 joerg Exp $
+
+--- configure.orig     2007-08-15 19:13:01.000000000 +0200
++++ configure
+@@ -20329,16 +20329,8 @@ echo $ECHO_N "checking for $prefix/share
+ if eval "test \"\${$as_ac_File+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
+-  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



Home | Main Index | Thread Index | Old Index