All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] samba: updated the samba package to version 3.3.8
Date: Tue, 20 Oct 2009 14:51:17 +0200	[thread overview]
Message-ID: <87fx9eteii.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1255887312-27054-1-git-send-email-s.neumann@raumfeld.com> (Sven Neumann's message of "Sun\, 18 Oct 2009 19\:35\:12 +0200")

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

Hi,

 Sven> From: rvpaasen <rvpaasen@t3i.nl>
 Sven> Update the samba package to the new makefile format and also update
 Sven> it to samba version 3.3.8 (latest 3.3.x version). Based on the
 Sven> patch from bug 665, but with uclibc dependency and call to
 Sven> autogen.sh removed.

Thanks, committed with a few minor fixes.

 Sven> +config BR2_PACKAGE_SAMBA_AVAHI
 Sven> +	bool "support avahi"
 Sven> +	default y
 Sven> +	depends on BR2_PACKAGE_SAMBA
 Sven> +	depends on BR2_PACKAGE_AVAHI
 Sven> +	help
 Sven> +	  Include support for avahi
 Sven> +
 Sven> +comment "support avhai - disabled (requires avahi)"
 Sven> +	depends on !BR2_PACKAGE_AVAHI

typo -> s/avhai/avahi/

 Sven> +	$(if $(BR2_PACKAGE_SAMBA_RPCCLIENT),readline,) \

'if' supports a 3 parameter form as well, so you can get rid of the last
comma - E.G.:

$(if $(BR2_PACKAGE_SAMBA_RPCCLIENT),readline)

Which is imho more readable.

 Sven> +SAMBA_CONF_OPT = \
 Sven> +	--localstatedir=/var \
 Sven> +	--with-piddir=/var/run \
 Sven> +	--with-lockdir=/var/lock \
 Sven> +	--with-logfilebase=/var/log \
 Sven> +	--with-configdir=/etc/samba \
 Sven> +	--with-privatedir=/etc/samba \
 Sven> +	\
 Sven> +	--disable-cups \

Long term we should probably enable cups support if enabled similar to
avahi/gamin.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2009-10-20 12:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-17 21:19 [Buildroot] [Bug 665] New: [PATCH] Samba package bugzilla at busybox.net
2009-10-17 21:51 ` [Buildroot] [Bug 665] " bugzilla at busybox.net
2009-10-17 22:06 ` bugzilla at busybox.net
2009-10-17 22:14 ` bugzilla at busybox.net
2009-10-17 22:26 ` bugzilla at busybox.net
2009-10-18 10:01 ` bugzilla at busybox.net
2009-10-18 11:32 ` bugzilla at busybox.net
2009-10-18 11:56 ` bugzilla at busybox.net
2009-10-18 11:58   ` [Buildroot] [PATCH] samba: updated the samba package to version 3.3.8 Sven Neumann
2009-10-18 12:24     ` Bernhard Reutner-Fischer
2009-10-18 17:23 ` [Buildroot] [Bug 665] [PATCH] Samba package bugzilla at busybox.net
2009-10-18 17:35   ` [Buildroot] [PATCH] samba: updated the samba package to version 3.3.8 Sven Neumann
2009-10-20 12:51     ` Peter Korsgaard [this message]
2009-10-18 19:10 ` [Buildroot] [Bug 665] [PATCH] Samba package bugzilla at busybox.net
2009-10-18 21:59 ` bugzilla at busybox.net
2009-10-20 12:52 ` bugzilla at busybox.net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fx9eteii.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.