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: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: SM-Commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5c22655c7fa2970282d10302e9f85ce4987af93d)
  • Date: Thu, 10 Aug 2006 19:12:53 +0200

On Wed, Aug 09, 2006 at 02:31:02PM -0700, Eric Sandall wrote:
[...]
> > 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.

In this case I agree, as the spell used to ignore some user choices
before.

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page