pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-input-mouse Disable SGML check for cross-comp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8646f63816ec
branches:  trunk
changeset: 532278:8646f63816ec
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 14:56:23 2007 +0000

description:
Disable SGML check for cross-compilation.

diffstat:

 x11/xf86-input-mouse/distinfo         |   3 ++-
 x11/xf86-input-mouse/patches/patch-aa |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 120311f355e1 -r 8646f63816ec x11/xf86-input-mouse/distinfo
--- a/x11/xf86-input-mouse/distinfo     Wed Aug 15 14:51:55 2007 +0000
+++ b/x11/xf86-input-mouse/distinfo     Wed Aug 15 14:56:23 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/08/05 23:39:02 joerg Exp $
+$NetBSD: distinfo,v 1.4 2007/08/15 14:56:23 joerg Exp $
 
 SHA1 (xf86-input-mouse-1.2.2.tar.bz2) = f546f7b99ccd4b02fc8485b337478ee60062cd2b
 RMD160 (xf86-input-mouse-1.2.2.tar.bz2) = bb22721d39671dac2c997a2817b25a5c3a26443e
 Size (xf86-input-mouse-1.2.2.tar.bz2) = 274401 bytes
+SHA1 (patch-aa) = baf529a3ae260e98fb068cb9549f749705d8213b
diff -r 120311f355e1 -r 8646f63816ec x11/xf86-input-mouse/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-input-mouse/patches/patch-aa     Wed Aug 15 14:56:23 2007 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.3 2007/08/15 14:56:24 joerg Exp $
+
+--- configure.orig     2007-08-15 16:53:26.000000000 +0200
++++ configure
+@@ -21361,16 +21361,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; }



Home | Main Index | Thread Index | Old Index