Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Kowis (6649019729937110ef39530f96ea608c0dfa17f1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Kowis (6649019729937110ef39530f96ea608c0dfa17f1)
  • Date: Fri, 26 Jan 2007 10:41:02 -0600

On Jan 26, David Kowis [scm AT mail.sourcemage.org] wrote:
> GIT changes to master grimoire by David Kowis <dkowis@melchiah.(none)>:
>
> devel/git/DEPENDS | 10 ++--------
> devel/git/HISTORY | 4 ++++
> 2 files changed, 6 insertions(+), 8 deletions(-)
>
> New commits:
> commit 6649019729937110ef39530f96ea608c0dfa17f1
> Author: David Kowis <dkowis AT shlrm.org>
> Commit: David Kowis <dkowis@melchiah.(none)>
>
> git
>
> Made curl and expat non optional
> fixes bugs 12975 and 12976

Please make sure these are really required and they didn't just change the
way to give the options from the env vars to something else.

> diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
> index 5b1f90c..432dac3 100755
> --- a/devel/git/DEPENDS
> +++ b/devel/git/DEPENDS
> @@ -1,15 +1,9 @@
> +depends curl &&
> +depends expat &&
> if [[ $GIT_SHA_OPT == openssl ]] ; then
> depends openssl
> fi &&
>
> -optional_depends curl \
> - '' \
> - 'NO_CURL=true' \
> - 'For http(s) pull and push' &&
> -optional_depends expat \
> - '' \
> - 'NO_EXPAT=true' \
> - 'For http(s) push' &&
> optional_depends python \
> '' \
> 'NO_PYTHON=true' \
> diff --git a/devel/git/HISTORY b/devel/git/HISTORY
> index a27a26d..9e43a65 100644
> --- a/devel/git/HISTORY
> +++ b/devel/git/HISTORY
> @@ -1,3 +1,7 @@
> +2007-01-26 David Kowis <dkowis AT shlrm.org>
> + * DEPENDS: made curl and expat not optional
> + bugs 12975 and 12976
> +
> 2007-01-08 George Sherwood <george AT beernabeer.com>
> * DETAILS: Updated to 1.4.4.4
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

Attachment: pgpma7n8LhZY8.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page