Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (786c426a00bd53f45ead5911eb8ed0022caa0f8d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (786c426a00bd53f45ead5911eb8ed0022caa0f8d)
  • Date: Sat, 24 Feb 2007 18:53:56 +0100

On Saturday 24 of February 2007 18:33:06 George Sherwood wrote:
> GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:
>
> http/firefox/HISTORY | 3 +++
> http/firefox/INSTALL | 2 +-
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> New commits:
> commit 786c426a00bd53f45ead5911eb8ed0022caa0f8d
> Author: George Sherwood <chat AT sourcemage.org>
> Commit: George Sherwood <chat AT sourcemage.org>
>
> firefox: In INSTALL fix the *.pc files to match the install. Wasn't
> updated on the bump from 2.0.0.1 to 2.0.0.2. Probably needs a more
> better method in the install file.
>
> diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
> index a313923..02dabbf 100644
> --- a/http/firefox/HISTORY
> +++ b/http/firefox/HISTORY
> @@ -1,3 +1,6 @@
> +2007-02-24 George Sherwood <george AT beernabeer.com>
> + * INSTALL: change fix for *.pc files from 2.0.0.1 to 2.0.0.2
> +
> 2007-02-24 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: SECURITY_PATCH=7
>
> http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox
>2.0.0.2 diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
> index 0c9e8f6..c44593d 100755
> --- a/http/firefox/INSTALL
> +++ b/http/firefox/INSTALL
> @@ -17,7 +17,7 @@ cp -LfRv dist/idl/* $INSTALL_ROOT/usr/sh
>
> #fix install directories in *.pc files.
> sed -i s#usr/local#usr# build/unix/firefox-* &&
> -sed -i s#-2.0.0.1## build/unix/firefox-* &&
> +sed -i s#-2.0.0.2## build/unix/firefox-* &&
> cp build/unix/firefox*.pc $INSTALL_ROOT/usr/lib/pkgconfig &&
Why not just
sed -i s#-$VERSION## build/unix/firefox-*


--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgpaYtLzu8KJQ.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page