From owner-cvs-all@FreeBSD.ORG Sun Jul 29 21:11:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E16316A418; Sun, 29 Jul 2007 21:11:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 0B48E13C467; Sun, 29 Jul 2007 21:11:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 2514E1A3C1A; Sun, 29 Jul 2007 14:11:23 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 51445BA21; Sun, 29 Jul 2007 17:11:37 -0400 (EDT) Date: Sun, 29 Jul 2007 17:11:37 -0400 From: Kris Kennaway To: Dirk Meyer Message-ID: <20070729211137.GA90226@rot26.obsecurity.org> References: <200706261648.l5QGmc0v079236@repoman.freebsd.org> <200706261648.l5QGmc0v079236@repoman.freebsd.org> <20070729183544.GC90318@rot26.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/mail/meta1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 21:11:38 -0000 On Sun, Jul 29, 2007 at 11:00:31PM +0200, Dirk Meyer wrote: > Hallo Kris Kennaway, > > > > | +MANUAL_PACKAGE_BUILD= needs hostname > > > > Why does the package need a hostname? Often this is a bug, and either > > way the preferred solution is to fix it so it can be packaged. > > Ports failed in configure state, > as the empty hostname breaks some sanity checks. Yes, but why does the configure script need a hostname? In most cases it shouldn't be requiring one. Kris