Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77745 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>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Jason Flatt" <jflatt AT sourcemage.org>, "Juuso Alasuutari" <iuso AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "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 77745 by Eric Sandall for review
  • Date: Thu, 13 Apr 2006 17:55:01 +0100 (BST)

Change 77745 by eric_sandall@sandalle-moby on 2006/04/13 17:54:23

* CONFIGURE: Changed WINE_OPENGL from config_query to
config_query_option
* DEPENDS: Depends on fontforge to build fonts
* BUILD: Pass WINE_OPENGL to OPTS

Affected files ...

... //sgl/grimoires/test/x11-libs/wine/BUILD#5 integrate
... //sgl/grimoires/test/x11-libs/wine/CONFIGURE#2 integrate
... //sgl/grimoires/test/x11-libs/wine/DEPENDS#4 integrate
... //sgl/grimoires/test/x11-libs/wine/HISTORY#27 integrate

Differences ...

==== //sgl/grimoires/test/x11-libs/wine/BUILD#5 (xtext) ====

@@ -1,6 +1,10 @@
# fix wine build problem
LDFLAGS=${LDFLAGS//-z combreloc/} &&
-OPTS="--disable-debug --disable-trace ${OPTS}" &&
+OPTS="$WINE_OPENGL \
+ --disable-debug \
+ --disable-trace \
+ $OPTS" &&
+
# touch non-existant file
touch programs/winetest/tests.rc &&
default_build &&

==== //sgl/grimoires/test/x11-libs/wine/CONFIGURE#2 (xtext) ====

@@ -1,1 +1,2 @@
-config_query WINE_OPENGL "Enable OpenGL support?" y
+config_query_option WINE_OPENGL "Enable OpenGL support?" y \
+ '--with-opengl' '--without-opengl'

==== //sgl/grimoires/test/x11-libs/wine/DEPENDS#4 (xtext) ====

@@ -1,5 +1,6 @@
-depends flex &&
-depends bison &&
+depends bison &&
+depends flex &&
+depends fontforge &&

if [ "$WINE_CVS" == "y" ]; then
depends CVS

==== //sgl/grimoires/test/x11-libs/wine/HISTORY#27 (text) ====

@@ -1,3 +1,8 @@
+2006-04-09 Eric Sandall <eric AT sandall.us>
+ * CONFIGURE: Changed WINE_OPENGL from config_query to
config_query_option
+ * DEPENDS: Depends on fontforge to build fonts
+ * BUILD: Pass WINE_OPENGL to OPTS
+
2006-03-31 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.9.11





Archive powered by MHonArc 2.6.24.

Top of Page