From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 03:32:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00B1A16A4CE for ; Wed, 25 Aug 2004 03:32:56 +0000 (GMT) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D449C43D1D for ; Wed, 25 Aug 2004 03:32:55 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id i7P3Wgkk024502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Aug 2004 20:32:44 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id i7P3XGd1000978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Aug 2004 20:33:17 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id i7P3XFTG000974; Tue, 24 Aug 2004 20:33:15 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16684.2170.613978.802540@rosebud.alerce.com> Date: Tue, 24 Aug 2004 20:33:14 -0700 To: Scot Hetzel In-Reply-To: <790a9fff040823153512cec7ff@mail.gmail.com> References: <16679.55653.369559.875648@rosebud.alerce.com> <790a9fff040823153512cec7ff@mail.gmail.com> X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-ports@freebsd.org Subject: Re: question about specifying amavisd-new option in pkgtools.conf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 03:32:56 -0000 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.