Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Thomas Orgis (df328c3b30d5c4129a50a93dd36764deb7f30234)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Thomas Orgis (df328c3b30d5c4129a50a93dd36764deb7f30234)
  • Date: Tue, 4 Dec 2007 15:25:07 -0600

GIT changes to devel-xorg-modular grimoire by Thomas Orgis
<sobukus AT sourcemage.org>:

xorg-util/xorg-cf-files/HISTORY | 5 +++++
xorg-util/xorg-cf-files/PRE_BUILD | 1 +
xorg-util/xorg-cf-files/lib64.patch | 11 +++++++++++
3 files changed, 17 insertions(+)

New commits:
commit df328c3b30d5c4129a50a93dd36764deb7f30234
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

xorg-cf-files: fix config for x86-64; no lib64! (made other spells
install to /usr/lib64, even when xorg didn't do that)

diff --git a/xorg-util/xorg-cf-files/HISTORY b/xorg-util/xorg-cf-files/HISTORY
index 6a2e4d8..3724c2f 100644
--- a/xorg-util/xorg-cf-files/HISTORY
+++ b/xorg-util/xorg-cf-files/HISTORY
@@ -1,3 +1,8 @@
+2007-12-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD, lib64.patch: X11 libdir is _not_ /usr/lib64.
+ this config file issue made some apps (groff at least) install
+ stuff to /usr/lib64
+
2007-08-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: update description & short (automated)

diff --git a/xorg-util/xorg-cf-files/PRE_BUILD
b/xorg-util/xorg-cf-files/PRE_BUILD
index 4ab933d..75fb56a 100755
--- a/xorg-util/xorg-cf-files/PRE_BUILD
+++ b/xorg-util/xorg-cf-files/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+patch -Np0 < "$SCRIPT_DIRECTORY/lib64.patch" &&
sedit "s:/X11R6::" $SOURCE_DIRECTORY/site.def
diff --git a/xorg-util/xorg-cf-files/lib64.patch
b/xorg-util/xorg-cf-files/lib64.patch
new file mode 100644
index 0000000..e53460d
--- /dev/null
+++ b/xorg-util/xorg-cf-files/lib64.patch
@@ -0,0 +1,11 @@
+--- site.def.in.orig 2007-12-04 22:04:33.000000000 +0100
++++ site.def.in 2007-12-04 22:03:51.000000000 +0100
+@@ -33,7 +33,7 @@
+
+
+ #ifdef BeforeVendorCF
+-
++#define HaveLib64 NO
+ /*
+ * Include this for easy XFree86 customisations
+ */




Archive powered by MHonArc 2.6.24.

Top of Page