Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79760 by Eric Sandall for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79760 by Eric Sandall for review
  • Date: Wed, 24 May 2006 21:15:03 +0100 (BST)

Change 79760 by eric_sandall@sandalle-moby on 2006/05/24 21:13:01

* Bring mine and Robin's fixes into test

Affected files ...

... //sgl/grimoires/test/x11-toolkits/xaw3d/BUILD#3 integrate
... //sgl/grimoires/test/x11-toolkits/xaw3d/DEPENDS#2 integrate
... //sgl/grimoires/test/x11-toolkits/xaw3d/HISTORY#6 integrate

Differences ...

==== //sgl/grimoires/test/x11-toolkits/xaw3d/BUILD#3 (xtext) ====

@@ -10,8 +10,8 @@
xmkmf &&
make Makefiles &&

-if spell_ok xorg-server; then
- sedit "s:/X11R6::g" Makefile
+if test "$(get_spell_provider $SPELL X11-LIBS)" = xorg-server; then
+sedit "s:/X11R6::g" Makefile
fi &&

make

==== //sgl/grimoires/test/x11-toolkits/xaw3d/DEPENDS#2 (xtext) ====

@@ -1,2 +1,7 @@
depends X11-LIBS &&
-depends perl
+depends perl &&
+
+if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+ depends imake &&
+ depends libxp
+fi

==== //sgl/grimoires/test/x11-toolkits/xaw3d/HISTORY#6 (text) ====

@@ -1,3 +1,10 @@
+2006-05-24 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: If xorg-server is providing X11-LIBS, depend on imake (for
+ xmkmf command) and libxp
+
+2006-05-07 Robin Cook <rcook AT wyrms.net>
+ * BUILD: changed to match on X11-LIBS provider
+
2006-05-06 Robin Cook <rcook AT wyrms.net>
* BUILD: added check and sedit for xorg-modular




  • [SM-Commit] PERFORCE change 79760 by Eric Sandall for review, Perforce Review Daemon, 05/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page