pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-chips Disable SGML check to allow cross...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/552f59abc418
branches:  trunk
changeset: 532291:552f59abc418
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 18:19:06 2007 +0000

description:
Disable SGML check to allow cross-compilation.

diffstat:

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

diffs (45 lines):

diff -r 69e986c25820 -r 552f59abc418 x11/xf86-video-chips/distinfo
--- a/x11/xf86-video-chips/distinfo     Wed Aug 15 18:16:35 2007 +0000
+++ b/x11/xf86-video-chips/distinfo     Wed Aug 15 18:19:06 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/20 16:03:59 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/08/15 18:19:06 joerg Exp $
 
 SHA1 (xf86-video-chips-1.1.1.tar.bz2) = 0df4bd2545b6b9db5670a7e512f24562fb1b7a03
 RMD160 (xf86-video-chips-1.1.1.tar.bz2) = add8ff2e344ed99db5723497516f8c969975820c
 Size (xf86-video-chips-1.1.1.tar.bz2) = 324093 bytes
-SHA1 (patch-aa) = 17105811c83e54ec786f6c56f187594dbc186592
+SHA1 (patch-aa) = dd4ac968a65eed53f070af9c78ba51dfac537498
diff -r 69e986c25820 -r 552f59abc418 x11/xf86-video-chips/patches/patch-aa
--- a/x11/xf86-video-chips/patches/patch-aa     Wed Aug 15 18:16:35 2007 +0000
+++ b/x11/xf86-video-chips/patches/patch-aa     Wed Aug 15 18:19:06 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/03/20 16:03:59 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2007/08/15 18:19:07 joerg Exp $
 
---- configure.orig     2007-03-20 16:50:47.000000000 +0100
+--- configure.orig     2006-04-08 03:21:31.000000000 +0200
 +++ configure
 @@ -20137,59 +20137,7 @@ _ACEOF
  
@@ -62,3 +62,20 @@
  
  if test x$HAVE_INB = xyes; then
    BUILD_UTILS_TRUE=
+@@ -20329,16 +20277,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