Skip to Content.
Sympa Menu

sm-commit - Re: [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: "Andraž \"ruskie\" Levstik" <ruskie AT mages.ath.cx>
  • To: Eric Sandall <eric AT sandall.us>
  • Cc: SM-Commit Daemon <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] PERFORCE change 77745 by Eric Sandall for review
  • Date: Thu, 13 Apr 2006 19:10:18 +0200

Perforce Review Daemon wrote :

> 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
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
>

Erm:
optional_depends OPENGL "--enable-opt" "--disable-opts" "Do ya want opengl?"

--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker

Hacker FAQ: http://www.plethora.net/%7eseebs/faqs/hacker.html

Key id = A7A9E461
Key fingerprint = 757E C16B F5B7 DC27 B003 CCED CF95 3A77 A7A9 E461





Archive powered by MHonArc 2.6.24.

Top of Page