Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 20:33:14 -0700
From:      George Hartzell <hartzell@kestrel.alerce.com>
To:        Scot Hetzel <swhetzel@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: question about specifying amavisd-new option in pkgtools.conf?
Message-ID:  <16684.2170.613978.802540@rosebud.alerce.com>
In-Reply-To: <790a9fff040823153512cec7ff@mail.gmail.com>
References:  <16679.55653.369559.875648@rosebud.alerce.com> <790a9fff040823153512cec7ff@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Scot Hetzel writes:
 > On Sat, 21 Aug 2004 16:23:17 -0700, George Hartzell 
 > > The Makefile looks for a couple of files and if it can't find them, it
 > > does this:
 > > 
 > > AMAVIS_NOMILTER="@comment "
 > > 
 > 
 > > I've tried a variety of quotes and spaces in my pkgtools.conf MAKEARGS
 > > section, and can't get anything to work.  Most of the (like this one)
 > > end up loosing the space and the install tools don't know what to do
 > > with @comment concatenated onto the beginning of a filename:
 > > 
 > >        'security/amavisd-new'  => 'AMAVIS_NOMILTER=@comment',
 > > 
 > You need to define the variable so that there is a space after comment:
 > 
 >   'security/amavisd-new' => 'AMAVIS_NOMILTER="@comment "',
 > 

Tried that.  It turns into this (from portinstall -f security/amavisd-new):

--->  Building '/usr/ports/security/amavisd-new' with make flags: "AMAVIS_NOMILTER=@comment "

which then drops the space at the end.

I've tried a variety of quotes, backslashes, single quotes, etc...  I
was getting frustrated (no excuse, but...), so I didn't write down
everything I tried....


g.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16684.2170.613978.802540>