From owner-freebsd-stable@FreeBSD.ORG Wed Mar 17 16:16:47 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A8C16A4CE for ; Wed, 17 Mar 2004 16:16:47 -0800 (PST) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 59B0043D2F for ; Wed, 17 Mar 2004 16:16:46 -0800 (PST) (envelope-from lists-freebsd-stable@biaix.org) Received: (qmail 4817 invoked by uid 1000); 18 Mar 2004 00:09:40 -0000 Date: Thu, 18 Mar 2004 01:09:40 +0100 From: Joan Picanyol To: freebsd-stable@freebsd.org Message-ID: <20040318000940.GB3908@grummit.biaix.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <000001c40c5c$ae165440$fb1e010a@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c40c5c$ae165440$fb1e010a@laptop> User-Agent: Mutt/1.4.1i Subject: Re: mod_php4 and portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 00:16:48 -0000 * Kyle Mott [20040317 21:08]: > By putting this line in /usr/local/etc/pkgtools.conf (MAKEARGS section), > I'm able to pass all but one argument to portinstall/portupgrade: > 'www/mod_php4' => 'BATCH=YES CTYPE=yes CURL=yes EXIF=yes FTP=yes > GD=yes MYSQL=yes OPENSSL=yes OVERLOAD=yes PCRE=yes POSIX=ye s > POSTGRESQL=yes SESSION=yes TOKENIZER=yes XML=yes ZLIB=yes', The one > that doesn't seem to be working is the POSTGRESQL=yes line It's impossible to correctly diagnose this without knowing what the line is _exactly_, please show the output of cat -e /usr/local/etc/pkgtools.conf |grep 'www/mod_php4' You might try the b) syntax for MAKE_ARGS, it has the advantatge of being able to comment individual arguments easily. Also, show us an invocation of make from the build script. > Also, I noticed these arguments do not get passed when I just do a > "make install" or "make reinstall" of the port.. No. MAKE_ARGS are the arguments passed to make by portupgrade. Try doing [one long line] `grep 'www/mod_php4' /usr/local/etc/pkgtools.conf | cut -d '>' -f 2` make install > Is there another place (I assume /etc/make.conf, but what's the > syntax? Define the variables there, one in each line. qvb -- pica