Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (560680b86d7b86c3c69d22ec52f145a2a25ac688)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (560680b86d7b86c3c69d22ec52f145a2a25ac688)
  • Date: Tue, 26 Sep 2006 03:08:48 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

x11-toolkits/openmotif/BUILD | 16 ++++------------
x11-toolkits/openmotif/DEPENDS | 2 +-
x11-toolkits/openmotif/DETAILS | 2 +-
x11-toolkits/openmotif/HISTORY | 6 ++++++
4 files changed, 12 insertions(+), 14 deletions(-)

New commits:
commit cee9b1f6bfe30e044842c41017d58a6ae132e916
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

openmotif: final fixes for -modular non-modular X

diff --git a/x11-toolkits/openmotif/BUILD b/x11-toolkits/openmotif/BUILD
index 35e6423..81eca21 100755
--- a/x11-toolkits/openmotif/BUILD
+++ b/x11-toolkits/openmotif/BUILD
@@ -1,12 +1,4 @@
-#
-# Append CONFIGURE settings to OPTS
-#
-#OPTS="$OPTS \
-# $OMOTIF_CATALOG" &&
-
-./configure --build=$BUILD \
- --prefix=/usr/X11R6 \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $OPTS &&
-make
+if ! check_if_xorg_modular_libs ; then
+ OPTS="--prefix=/usr/X11R6 $OPTS"
+fi &&
+default_build
diff --git a/x11-toolkits/openmotif/DEPENDS b/x11-toolkits/openmotif/DEPENDS
index 40ab882..decdeaf 100755
--- a/x11-toolkits/openmotif/DEPENDS
+++ b/x11-toolkits/openmotif/DEPENDS
@@ -1,5 +1,5 @@
depends X11-LIBS &&

-if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+if check_if_xorg_modular_libs ; then
depends libxp
fi
diff --git a/x11-toolkits/openmotif/DETAILS b/x11-toolkits/openmotif/DETAILS
index 4931bc7..6cf830f 100755
--- a/x11-toolkits/openmotif/DETAILS
+++ b/x11-toolkits/openmotif/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/openMo

SOURCE_HASH=sha512:322381faf50bde6bbd2253f1b52a25e5471df87a2b01fba4de7e0d1bb4c1267e2b0d358e13e1b924a60d9e85316959fa6b2be5a458964d03f47a936bb618eae8
WEB_SITE=http://www.motifzone.net/
ENTERED=20020510
- UPDATED=20050501
+ PATCHLEVEL=1
LICENSE[0]=http://www.opengroup.org/openmotif/license
KEYWORDS="x11 libs"
SHORT="OSF/Motif GUI X11 toolkit"
diff --git a/x11-toolkits/openmotif/HISTORY b/x11-toolkits/openmotif/HISTORY
index 5fdde7c..ad4f1ac 100644
--- a/x11-toolkits/openmotif/HISTORY
+++ b/x11-toolkits/openmotif/HISTORY
@@ -1,3 +1,9 @@
+2006-09-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: use check_if_xorg_modular_libs
+ * BUILD: use check_if_xorg_modular_libs and make sure to install
+ to proper spot
+ * DETAILS: patchlevel++
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.




  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (560680b86d7b86c3c69d22ec52f145a2a25ac688), Andra?? Levstik, 09/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page