From owner-freebsd-chat@FreeBSD.ORG Wed Dec 8 05:04:58 2004 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE2E316A4CE for ; Wed, 8 Dec 2004 05:04:58 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9840D43D1D for ; Wed, 8 Dec 2004 05:04:58 +0000 (GMT) (envelope-from rsidd@free.fr) Received: from imp6-q.free.fr (imp6-q.free.fr [212.27.42.6]) by postfix4-1.free.fr (Postfix) with ESMTP id F07B020F924; Wed, 8 Dec 2004 06:04:57 +0100 (CET) Received: by imp6-q.free.fr (Postfix, from userid 33) id BE83F4B28; Wed, 8 Dec 2004 06:04:57 +0100 (MET) Received: from proxy.imsc.res.in (proxy.imsc.res.in [203.199.209.81]) by imp6-q.free.fr (IMP) with HTTP for ; Wed, 8 Dec 2004 06:04:57 +0100 Message-ID: <1102482297.41b68b79ae81e@imp6-q.free.fr> Date: Wed, 8 Dec 2004 06:04:57 +0100 From: Rahul Siddharthan To: Sergei Gnezdov References: <41B5407A.1000803@pobox.com> In-Reply-To: <41B5407A.1000803@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 203.199.209.81 cc: freebsd-chat@freebsd.org Subject: Re: I don't see my New Port post X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rsidd@online.fr List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 05:04:59 -0000 Quoting Sergei Gnezdov : > I followed instructions to post new port from Free BSD command prompt. > I attached my shar file and put some comments like just like > documentation requires. What was strange is that when command finished > I don't remember it reporting post number for my reference. The send-pr command sends an email, so you need to supply a valid email address and make sure your outgoing mail is configured correctly. If your outgoing agent isn't sendmail and doesn't have a sendmail-compatible wrapper, you need to configure that too (see the send-pr manpage). Then you'd get a return mail with the PR number. Rahul