Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e541968349f5b85e4be5bfc9ba8e65bf4534d827)

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 AT lists.ibiblio.org
  • Cc: Vlad Glagolev <stealth AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e541968349f5b85e4be5bfc9ba8e65bf4534d827)
  • Date: Fri, 7 Nov 2008 16:19:56 -0800

On Fri, 7 Nov 2008 14:20:47 -0600
Vlad Glagolev <scm AT sourcemage.org> wrote:

> GIT changes to master grimoire by Vlad Glagolev
> <stealth AT sourcemage.org>:
>
> x11-libs/wine/HISTORY | 1 +
> x11-libs/wine/PRE_BUILD | 5 +++++
> 2 files changed, 6 insertions(+)
>
> New commits:
> commit e541968349f5b85e4be5bfc9ba8e65bf4534d827
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> wine: fixed big b0rk with missing ";" in yacc file
<snip>
> diff --git a/x11-libs/wine/PRE_BUILD b/x11-libs/wine/PRE_BUILD
> new file mode 100755
> index 0000000..78a78a4
> --- /dev/null
> +++ b/x11-libs/wine/PRE_BUILD
> @@ -0,0 +1,5 @@
> +default_pre_build &&
> +cd "$SOURCE_DIRECTORY" &&
> +
> +# added missing ";"
> +sed -i "s:NULL) :NULL); :" dlls/jscript/parser.y

We probably don't have this documented, but we have a portable `sed -i`
called `sedit` you can use. While it's not a huge issue yet, BSD and
some other userlands do not have the GNU extensions for sed (e.g. '-i').

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page