From owner-freebsd-stable@FreeBSD.ORG Wed Mar 17 12:15:19 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 9EFAE16A4CE for ; Wed, 17 Mar 2004 12:15:19 -0800 (PST) Received: from xraided.net (xraided.net [66.88.26.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6153C43D39 for ; Wed, 17 Mar 2004 12:15:19 -0800 (PST) (envelope-from kyle@xraided.net) Received: from [207.163.117.185] (account kyle HELO laptop) by xraided.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 1653316 for freebsd-stable@freebsd.org; Wed, 17 Mar 2004 12:15:16 -0800 From: "Kyle Mott" To: Date: Wed, 17 Mar 2004 12:16:05 -0800 Message-ID: <000001c40c5c$ae165440$fb1e010a@laptop> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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: Wed, 17 Mar 2004 20:15:19 -0000 I've been doing research on how exactly to pass arguments to portupgrade/portinstall for mod_php4 and I still seem to be somewhat stumped. 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 (Please see: http://www1.klmhosting.net/phppgsqladmin/). Unfortunately, I need this argument because I run several servers that need phppgsqladmin access. Is there something that I'm doing wrong, or something I've over looked? Is this the "best/easiest" way to do this? Also, I noticed these arguments do not get passed when I just do a "make install" or "make reinstall" of the port.. Is there another place (I assume /etc/make.conf, but what's the syntax? The same as pkgtools.conf?) I can specify MAKEARGS for "make install/reinstall"? Or should I just be using portinstall? Thanks all for your time. -Kyle Mott