From owner-cvs-ports@FreeBSD.ORG Sun Jul 29 18:35:45 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A53016A46E; Sun, 29 Jul 2007 18:35:45 +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 E8BF713C4B4; Sun, 29 Jul 2007 18:35:44 +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 809021A3C1A; Sun, 29 Jul 2007 11:35:30 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 4351DC0E7; Sun, 29 Jul 2007 14:35:44 -0400 (EDT) Date: Sun, 29 Jul 2007 14:35:44 -0400 From: Kris Kennaway To: Dirk Meyer Message-ID: <20070729183544.GC90318@rot26.obsecurity.org> References: <200706261648.l5QGmc0v079236@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706261648.l5QGmc0v079236@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/meta1 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 18:35:45 -0000 On Tue, Jun 26, 2007 at 04:48:37PM +0000, Dirk Meyer wrote: > dinoex 2007-06-26 16:48:37 UTC > > FreeBSD ports repository > > Modified files: > mail/meta1 Makefile > Log: > - use MANUAL_PACKAGE_BUILD > Suggested by: pav > > Revision Changes Path > 1.5 +1 -3 ports/mail/meta1/Makefile > http://cvsweb.FreeBSD.org/ports/mail/meta1/Makefile.diff?r1=1.4&r2=1.5 > | --- ports/mail/meta1/Makefile 2007/06/26 16:40:30 1.4 > | +++ ports/mail/meta1/Makefile 2007/06/26 16:48:37 1.5 > | @@ -2,7 +2,7 @@ > | # Date created: 19 Oct 2006 > | # Whom: dirk.meyer@dinoex.sub.org > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/meta1/Makefile,v 1.4 2007/06/26 16:40:30 dinoex Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/meta1/Makefile,v 1.5 2007/06/26 16:48:37 dinoex Exp $ > | # > | > | PORTNAME= meta1 > | @@ -25,9 +25,7 @@ IGNORE= your system does not support sy > | .endif > | .endif > | > | -.if defined(PARALLEL_PACKAGE_BUILD) > | -IRGNORE= builds not without hostname > | -.endif > | +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. Kris