Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] PERFORCE change 80412 by Unet for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <vlaaad AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] PERFORCE change 80412 by Unet for review
  • Date: Fri, 09 Jun 2006 15:48:34 +0200

Le vendredi 09 juin 2006 à 11:55 +0100, Perforce Review Daemon a écrit :
> Change 80412 by unet@unet-Hyperion on 2006/06/09 11:54:16
>
> added support for samba-vscan
>
> Affected files ...
>
> ... //sgl/grimoires/devel/net/samba/BUILD#4 edit
> ... //sgl/grimoires/devel/net/samba/CONFIGURE#6 edit
> ... //sgl/grimoires/devel/net/samba/DETAILS#19 edit
> ... //sgl/grimoires/devel/net/samba/HISTORY#24 edit
> ... //sgl/grimoires/devel/net/samba/INSTALL#8 edit
> ... //sgl/grimoires/devel/net/samba/PRE_BUILD#3 edit
>
> Differences ...
>
> ==== //sgl/grimoires/devel/net/samba/BUILD#4 (xtext) ====
>
> @@ -15,3 +15,13 @@
> gcc $CFLAGS $LDFLAGS client/mount.cifs.c \
> -o client/mount.cifs
> fi
> +
> +if [ "$SAMBA_VSCAN" == "y" ] ; then
> + ORG_DIR=`pwd`
> + cd $SOURCE_DIRECTORY/examples/VFS/$SPELL-vscan-$VSCAN_VERSION &&
> + ./configure $ORG_OPTS &&
> + make &&
> + cd $ORG_DIR
> +fi
> +
> +
>
> ==== //sgl/grimoires/devel/net/samba/CONFIGURE#6 (xtext) ====
>
> @@ -14,4 +14,7 @@
> "Do you want to install mount tools suid root?" n &&
>
> config_query_option SAMBA_QUOTA "Enable disk-quota support?" n \
> - '--with-quotas' '--without-quotas'
> + '--with-quotas' '--without-quotas' &&
> +
> +config_query SAMBA_VSCAN "Do you want to add support for openantivirus?"
> n
> +
>
> ==== //sgl/grimoires/devel/net/samba/DETAILS#19 (xtext) ====
>
> @@ -8,6 +8,12 @@
> SOURCE_URL[3]=ftp://de.samba.org/samba.org/$SOURCE
> SOURCE_URL[4]=http://us1.samba.org/samba/ftp/old-versions/$SOURCE
>
> SOURCE_HASH=sha512:18f9780032fa126106fb2f4bfd0eea6125db4c85cf0eea26fca6c1bb91ee754ac7e5058ed22383c6ed50dfcc5b101597578ad149b1d8517ed481a7acbd178b9b
> +if [ $SAMBA_VSCAN == 'y' ] ; then
> + VSCAN_VERSION=0.3.6b
> + SOURCE2=$SPELL-vscan-$VSCAN_VERSION.tar.bz2
> + SOURCE2_URL[0]=$SOURCEFORGE_URL/openantivirus/$SOURCE2
> +SOURCE2_HASH=sha512:9e1fba0f59bf10450a6f6a17aa261ae321385fd539b9757d57bfe8fea29ceccdef01427bbf7327f906000ecae41b87ed85853151be52f9ceb2dce0afc519f063
> +fi
> WEB_SITE=http://www.samba.org/
> ENTERED=20010922
> UPDATED=20040905
<snip>

Those lines are not well formatted imho. The '=' characters must be
aligned as usual.
--
Flavien Bridault

Disk, Graphics, Graphics-libs sections Guru
Source Mage GNU/Linux - http://www.sourcemage.org

irc: vlaaad
jabber: vlaaad AT amessage.be

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée




Archive powered by MHonArc 2.6.24.

Top of Page