Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2004 09:56:38 -0400
From:      Vivek Khera <vivek@khera.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: portupgrade: -M in pkgtools.conf?
Message-ID:  <CB14DDE9-D666-11D8-9B58-000A9578CFCC@khera.org>
In-Reply-To: <p06200600bd1b8e55e393@[10.0.1.250]>
References:  <p06200600bd1b8e55e393@[10.0.1.250]>

next in thread | previous in thread | raw e-mail | index | archive | help

On Jul 14, 2004, at 9:43 PM, Chris Pepper wrote:

> 	"portinstall -M MAIL_GID=mailman" works, but I'd like to set it in 
> pkgtools.conf. I use MAKE_ARGS, which corresponds to -m, but nothing 
> equivalent to -M. Is there a way to do this? Should I file a feature 
> request PR against portupgrade?
>

I use this in pkgtools.conf which works just fine:

   MAKE_ARGS = {
         'mail/mailman' => 'MAIL_GID=mailman',
         'databases/postgresql7' => '-DWITHOUT_SERVER',
         .....
   }

keeps everything sane during portupgrade as well :-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CB14DDE9-D666-11D8-9B58-000A9578CFCC>