Date: Sun, 29 Jul 2007 14:35:44 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/meta1 Makefile Message-ID: <20070729183544.GC90318@rot26.obsecurity.org> In-Reply-To: <200706261648.l5QGmc0v079236@repoman.freebsd.org> References: <200706261648.l5QGmc0v079236@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070729183544.GC90318>