From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 01:00:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9655C16A4B3 for ; Sun, 5 Oct 2003 01:00:52 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30A343FE1 for ; Sun, 5 Oct 2003 01:00:49 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h9580d9E024046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Oct 2003 09:00:44 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id h9580d6O024045; Sun, 5 Oct 2003 09:00:39 +0100 (BST) (envelope-from matthew) Date: Sun, 5 Oct 2003 09:00:39 +0100 From: Matthew Seaman To: Micheas Herman Message-ID: <20031005080039.GA23414@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Micheas Herman , freebsd-questions References: <1065114644.960.1.camel@tux> <1065117448.12959.17.camel@beynam.ecko.net.au> <1065118501.957.19.camel@tux> <1065312647.669.3.camel@tux> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <1065312647.669.3.camel@tux> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions Subject: Re: samba 3.0, FreeBSD 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 08:00:52 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 04, 2003 at 05:10:47PM -0700, Micheas Herman wrote: > On Thu, 2003-10-02 at 11:06, Mike Maltese wrote: > > > It's in > > > /usr/ports/net/samba-devel/ > > > > > Yes, but the port hasn't been updated to the release version. You'll ha= ve to > > modify the Makefile to fetch the current release. I've done it and it d= oes > > build, however I haven't installed it. >=20 > Here are my changes. Does anyone have any suggestions? Yes. This looks like a solid piece of work, although since this is a full release you should probably add some more of the samba.org mirrors to the MASTER_SITES list -- see the net/samba Makefile for example. Don't drop the %SUBDIR% part either -- again, copy the MASTER_SITE_SUBDIR stuff from the net/samba port as that's cunningly set up to search both the /samba/ftp/ and the /samba/ftp/old-versons/ directories on the download sites. That way the port will still continue to work even if the Samba project suddenly releases 3.0.1, but for whatever reason, the port can't be updated from 3.0.0 immediately. How have you tested this update? At a minimum you need to run it against one or two live client machines and show that the basic SMB file sharing capability is working. Then you should bring your changes to the attention of the responsible person. The approved way to do that is described in the Porter's Handbook, which you will find well worth a quick read. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.ht= ml) However, basically what it says for this case is to generate a diff using the preferred 'diff -Nur' style, and send it to the port's maintainer, who is: % cd /usr/ports/net/samba-devel/ % make -V MAINTAINER=20 dwcjr@FreeBSD.org Since the maintainer has an @FreeBSD.org address, you can use send-pr to send in your diff, but add the maintainer's address to the CC: line. If the maintainer address is external to FreeBSD.org, then generally you would just e-mail them directly with your suggestions and request that they put in a 'maintainer update'. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/f8+ndtESqEQa7a0RAkrEAJ9UX+XtC+s7FM7OwvyvT8PmMmK4ogCgguZa Vt4nICJ5C9jqtPvq4r/10jM= =VKtL -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM--