pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server Disable the SGML entity check....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/120311f355e1
branches:  trunk
changeset: 532277:120311f355e1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 14:51:55 2007 +0000

description:
Disable the SGML entity check. We never use it and it breaks
cross-compiliation. A less aggressive change has been made to
xorg-util-macros before.

diffstat:

 x11/modular-xorg-server/distinfo         |   3 ++-
 x11/modular-xorg-server/patches/patch-ai |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 413d55c78ab7 -r 120311f355e1 x11/modular-xorg-server/distinfo
--- a/x11/modular-xorg-server/distinfo  Wed Aug 15 13:56:24 2007 +0000
+++ b/x11/modular-xorg-server/distinfo  Wed Aug 15 14:51:55 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2007/08/14 21:34:37 joerg Exp $
+$NetBSD: distinfo,v 1.13 2007/08/15 14:51:55 joerg Exp $
 
 SHA1 (MesaLib-6.5.2.tar.bz2) = ba860bb6ee57c02202342dfd5927464a068ea18f
 RMD160 (MesaLib-6.5.2.tar.bz2) = 9a92d69110c066ae6734bcaafb78f222ac2df6d3
@@ -12,6 +12,7 @@
 SHA1 (patch-af) = 6c58872798a30b31154dd7b167c84bf20ac417be
 SHA1 (patch-ag) = 222427db3e1bdbf977e992aa91aae5f16992345a
 SHA1 (patch-ah) = 23767542ea672d590050e258317c0352bb321810
+SHA1 (patch-ai) = 862ba20c1d2e36576ae2046a6e2e3f414ea6b5c9
 SHA1 (patch-da) = 73faacda1088304025c5e05f3d58edaf9ae1145f
 SHA1 (patch-db) = 28913a094c8499536a71c8d4d7ca57a5efb25b39
 SHA1 (patch-dc) = 75df6f37b1cbc9574adb5ee66cb84d0f5ebac853
diff -r 413d55c78ab7 -r 120311f355e1 x11/modular-xorg-server/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/modular-xorg-server/patches/patch-ai  Wed Aug 15 14:51:55 2007 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ai,v 1.1 2007/08/15 14:51:56 joerg Exp $
+
+--- configure.orig     2007-08-15 16:02:41.000000000 +0200
++++ configure
+@@ -26426,15 +26426,7 @@ echo $ECHO_N "checking for $prefix/share
+ 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 "$prefix/share/X11/sgml/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



Home | Main Index | Thread Index | Old Index