Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov <pol@albatron.(none)>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: Pol Vinogradov <scm AT mail.sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov <pol@albatron.(none)>
  • Date: Fri, 28 Apr 2006 19:41:15 +0200

On Fri, Apr 28, 2006 at 12:37:13PM -0500, Pol Vinogradov wrote:
> net/wwwoffle/BUILD | 2 +-
> net/wwwoffle/CONFIGURE | 6 ++++++
> net/wwwoffle/DEPENDS | 9 +++++++++
> net/wwwoffle/HISTORY | 10 ++++++++++
> net/wwwoffle/TRIGGERS | 1 +
> 5 files changed, 27 insertions(+), 1 deletion(-)

Those changes will probably get lost. This git test does _not_ include
the whole grimoire, only specific sections (currently only xfce),
everything else still has to be done in p4.
You can of course play around in git, but if you want any of those
changes to actually make it to our users you'll have to re-do them in
perforce.

I don't see any mention of what branch this commit was on, can that be
added to the mail, Jeremy?

>
> New commits:
> commit 0eac107cce3be264c65c377532ab260f96b8a64a
> Author: Pol Vinogradov <pol@albatron.(none)>
> Commit: Pol Vinogradov <pol@albatron.(none)>
>
> version update, ipv6 config_query, optional depends on gnutls and zlib,
> triggers after zlib
> (cherry picked from fedeb82c60d89169e25a521409735a464fd22c70 commit)
>
> diff --git a/net/wwwoffle/BUILD b/net/wwwoffle/BUILD
> index 6ae8d80..069dae0 100755
> --- a/net/wwwoffle/BUILD
> +++ b/net/wwwoffle/BUILD
> @@ -1,3 +1,3 @@
> -OPTS="$OPTS --with-spooldir=/var/spool/wwwoffle"
> +OPTS="$WWWOFFLE_OPTS --with-spooldir=/var/spool/wwwoffle $OPTS"
>
> default_build
> diff --git a/net/wwwoffle/CONFIGURE b/net/wwwoffle/CONFIGURE
> new file mode 100755
> index 0000000..221f31b
> --- /dev/null
> +++ b/net/wwwoffle/CONFIGURE
> @@ -0,0 +1,6 @@
> +config_query_option WWWOFFLE_OPTS \
> + "Enable IPv6" \
> + n \
> + "--with-ipv6" \
> + "--without-ipv6"
> +
> diff --git a/net/wwwoffle/DEPENDS b/net/wwwoffle/DEPENDS
> new file mode 100755
> index 0000000..abe9fb9
> --- /dev/null
> +++ b/net/wwwoffle/DEPENDS
> @@ -0,0 +1,9 @@
> +optional_depends gnutls \
> + "--with-gnutls" \
> + "--without-gnutls" \
> + "for SSL/https support" &&
> +
> +optional_depends zlib \
> + "--with-zlib" \
> + "--without-zlib" \
> + "for compression support"
> diff --git a/net/wwwoffle/HISTORY b/net/wwwoffle/HISTORY
> index 3e6f146..7b0d774 100644
> --- a/net/wwwoffle/HISTORY
> +++ b/net/wwwoffle/HISTORY
> @@ -1,3 +1,13 @@
> +2006-04-28 Pol Vinogradov <vin.public AT gmail.com>
> + * DEPENDS: zlib added as optional depends
> + * TRIGGERS: added for casting self after zlib
> +
> +2006-04-27 Pol Vinogradov <vin.public AT gmail.com>
> + * DETAILS: version 2.9, UPDATED removed
> + * CONFIGURE, DEPENDS: added for ipv6 support question
> + and gnutls optional depends
> + * BUILD: added $WWWOFFLE_OPTS to $OPTS
> +
> 2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
> * DETAILS: (automated) Add KEYWORDS
>
> diff --git a/net/wwwoffle/TRIGGERS b/net/wwwoffle/TRIGGERS
> new file mode 100755
> index 0000000..c83574f
> --- /dev/null
> +++ b/net/wwwoffle/TRIGGERS
> @@ -0,0 +1 @@
> +on_cast zlib cast_self
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page