Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (433f399ba0bd94d298d1a7bc485b9d67eecb0afd)
  • Date: Wed, 12 Jan 2011 17:32:53 +0100


> GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
>
> xorg-lib/libxft/DEPENDS | 3 ++-
> xorg-lib/libxft/HISTORY | 3 +++
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
> New commits:
> commit 433f399ba0bd94d298d1a7bc485b9d67eecb0afd
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> libxft: added missing dependency
> (cherry picked from commit 76acddb4d0772f285134fee3eb66bee5f54400a1)
>
> diff --git a/xorg-lib/libxft/DEPENDS b/xorg-lib/libxft/DEPENDS
> index 56307a3..08de1fa 100755
> --- a/xorg-lib/libxft/DEPENDS
> +++ b/xorg-lib/libxft/DEPENDS
> @@ -5,4 +5,5 @@ depends zlib &&
> depends freetype2 &&
> depends fontconfig &&
> depends util-macros &&
> -depends libxrender
> +depends libxrender &&
> +depends libpthread-stubs
> diff --git a/xorg-lib/libxft/HISTORY b/xorg-lib/libxft/HISTORY
> index fd6dff6..7c0b58e 100644
> --- a/xorg-lib/libxft/HISTORY
> +++ b/xorg-lib/libxft/HISTORY
> @@ -1,3 +1,6 @@
> +2011-01-12 Vlad Glagolev <stealth AT sourcemage.org>
> + * DEPENDS: added missing dependency
> +


Just testing. Seems libxft is ok without libpthread-stubs.

# dispel libpthread-stubs
# cast -c libxft

# gaze version libpthread-stubs libxft
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test xorg-extras libpthread-stubs 0.3 -
test xorg-lib libxft 2.2.0 2.2.0


--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page