Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5c22655c7fa2970282d10302e9f85ce4987af93d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: SM-Commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5c22655c7fa2970282d10302e9f85ce4987af93d)
  • Date: Wed, 09 Aug 2006 14:31:02 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Orgis wrote:
> GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
>
> windowmanagers/fluxbox/BUILD | 8 ++------
> windowmanagers/fluxbox/HISTORY | 4 ++++
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> New commits:
> commit 62b63b19ecf4263d269957ae00fcf89129de57fd
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> fluxbox: actually use the options chosen in CONFIGURE... now Xinerama
> should work:-)
>
> diff --git a/windowmanagers/fluxbox/BUILD b/windowmanagers/fluxbox/BUILD
> index 6751ddf..319899e 100755
> --- a/windowmanagers/fluxbox/BUILD
> +++ b/windowmanagers/fluxbox/BUILD
> @@ -1,11 +1,7 @@
> -export CPPFLAGS=-I/usr/include/freetype2 &&
> +export CPPFLAGS="-I/usr/include/freetype2 $CPPFLAGS" &&
>
> if [ "$FLUXBOX_SVN" == "y" ]; then
> ./autogen.sh
> fi &&
> -
> -if [ "$NLS" == "n" ]; then
> - OPTS="$OPTS --disable-nls"
> -fi &&
> -
> +OPTS="$OPT $OPTS" &&
> default_build
> diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
> index fc06b0b..2c08f09 100644
> --- a/windowmanagers/fluxbox/HISTORY
> +++ b/windowmanagers/fluxbox/HISTORY
> @@ -1,3 +1,7 @@
> +2006-08-09 Thomas Orgis <sobukus AT sourcemage.org>
> + * BUILD: Finished what Pieter started... using the configuration
> + from CONFIGURE
> +
> 2006-06-16 Pieter Lenaerts <e-type AT sourcemage.org>
> * DETAILS: updated to 1.0rc2

Yes, Mr. Compile Crazy again, but I'd say this warrants a PATCHLEVEL so
that people have their package (fluxbox in this case) compiled with the
options they chose. Granted, it only matters if they changed from
defaults, but I like to have every box working as it should, even if
that means a little extra compile time.

- -sandalle

- --
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE2lQWHXt9dKjv3WERAledAKCUQ7KIWOIfk/rfmwiU14+BJm10/wCgoqZM
IPy/fO3WxaIC1HelI0hTJWQ=
=3KXB
-----END PGP SIGNATURE-----




Archive powered by MHonArc 2.6.24.

Top of Page