Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <pilot AT beernabeer.com>
  • 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 (2dab3cb24eeab3b75119e02e94ce81eb005a8918)
  • Date: Sun, 2 Jan 2011 17:01:24 -0600

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

On Sun, 2 Jan 2011 14:50:31 -0600
Vlad Glagolev <scm AT sourcemage.org> wrote:

> GIT changes to master grimoire by Vlad Glagolev
> <stealth AT sourcemage.org>:
>
> http/seamonkey/DEPENDS | 7 ++++++-
> http/seamonkey/HISTORY | 4 ++++
> http/seamonkey/blfs-mozconfig | 7 -------
> 3 files changed, 10 insertions(+), 8 deletions(-)
>
> New commits:
> commit 2dab3cb24eeab3b75119e02e94ce81eb005a8918
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> seamonkey: added missing deps, fixed compiling if there's no nss
> on the system yet

Those options in the DEPENDS are left over from the old build method.
The way you have it now, I don't think you will ever use system
nss/nspr. Need to be added to the blfs-mozconfig file if those depends
are selected. It might work in auto mode, but I am not sure.
Rebuilding now to see if it will.

George


>
> diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
> index 51f466d..71422ef 100755
> --- a/http/seamonkey/DEPENDS
> +++ b/http/seamonkey/DEPENDS
> @@ -15,12 +15,17 @@ depends zip &&
> depends zlib &&
>
> depends libxt &&
> +depends dbus-glib &&
>
> if [[ "$SEAMONKEY_PANGO" == "y" ]]; then
> depends pango
> fi &&
>
> -#Not tested
> +optional_depends alsa-lib \
> + "" "--disable-ogg --disable-wave" \
> + "for audio support" &&
> +
> +# not tested
> optional_depends openldap \
> '--enable-ldap' \
> '--disable-ldap' \
> diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
> index a2f340c..46704fa 100644
> --- a/http/seamonkey/HISTORY
> +++ b/http/seamonkey/HISTORY
> @@ -1,3 +1,7 @@
> +2011-01-02 Vlad Glagolev <stealth AT sourcemage.org>
> + * DEPENDS: added missing dependencies
> + * blfs-mozconfig: don't force system nss cause it's checked
> in DEPENDS +
> 2010-12-11 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: 2.0.11, SECURITY_PATCH=29
>
> diff --git a/http/seamonkey/blfs-mozconfig
> b/http/seamonkey/blfs-mozconfig index 8d9b6d3..5074cd3 100644
> --- a/http/seamonkey/blfs-mozconfig
> +++ b/http/seamonkey/blfs-mozconfig
> @@ -66,13 +66,6 @@ ac_add_options --enable-svg
> # the SeaMonkey binaries.
> ac_add_options --enable-ldap
>
> -# These two options enable support for building SeaMonkey with
> -# system-installed versions of the Network Security Services (NSS)
> -# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
> -# lines to enable support for system-installed NSS/NSPR.
> -ac_add_options --with-system-nspr
> -ac_add_options --with-system-nss
> -
> # Uncomment this option if you desire support for dual-monitor
> # display of SeaMonkey using the X-Window Xinerama libraries.
> #ac_add_options --enable-xinerama
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk0hA8QACgkQkVJnfkgKg62fqACeL6hwU4oV/THKklsNiS1VPGAs
SYwAn2P0bC0bzK4UZLlbbaTfVdl+ORvh
=M+U5
-----END PGP SIGNATURE-----



Archive powered by MHonArc 2.6.24.

Top of Page