Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77938 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>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "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 77938 by Eric Sandall for review
  • Date: Tue, 18 Apr 2006 17:25:02 +0100 (BST)

Change 77938 by eric_sandall@sandalle-moby on 2006/04/18 17:23:46

* CONFIGURE: Removed (query is now an optional dependency) Bug
#10928
* DEPENDS: Optionally depend on OPENGL
* BUILD: No longer need to pass WINE_OPENGL to OPTS

Affected files ...

... //sgl/grimoires/devel/x11-libs/wine/BUILD#6 edit
... //sgl/grimoires/devel/x11-libs/wine/CONFIGURE#3 delete
... //sgl/grimoires/devel/x11-libs/wine/DEPENDS#5 edit
... //sgl/grimoires/devel/x11-libs/wine/HISTORY#30 edit

Differences ...

==== //sgl/grimoires/devel/x11-libs/wine/BUILD#6 (xtext) ====

@@ -1,7 +1,6 @@
# fix wine build problem
LDFLAGS=${LDFLAGS//-z combreloc/} &&
-OPTS="$WINE_OPENGL \
- --disable-debug \
+OPTS="--disable-debug \
--disable-trace \
$OPTS" &&


==== //sgl/grimoires/devel/x11-libs/wine/DEPENDS#5 (xtext) ====

@@ -11,6 +11,11 @@
"" \
"X gui support" &&

+optional_depends OPENGL \
+ '--with-opengl' \
+ '--without-opengl' \
+ 'for OpenGL support' &&
+
optional_depends ncurses \
"--with-curses" \
"--without-curses" \

==== //sgl/grimoires/devel/x11-libs/wine/HISTORY#30 (text) ====

@@ -1,3 +1,8 @@
+2006-04-16 Eric Sandall <eric AT sandall.us>
+ * CONFIGURE: Removed (query is now an optional dependency) Bug #10928
+ * DEPENDS: Optionally depend on OPENGL
+ * BUILD: No longer need to pass WINE_OPENGL to OPTS
+
2006-04-13 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.9.12




  • [SM-Commit] PERFORCE change 77938 by Eric Sandall for review, Perforce Review Daemon, 04/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page