cvs commit: ports/mail/meta1 Makefile

Kris Kennaway kris at obsecurity.org
Sun Jul 29 18:35:45 UTC 2007


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 at 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


More information about the cvs-ports mailing list