Date: Wed, 17 Mar 2004 12:16:05 -0800 From: "Kyle Mott" <kyle@xraided.net> To: <freebsd-stable@freebsd.org> Subject: mod_php4 and portupgrade Message-ID: <000001c40c5c$ae165440$fb1e010a@laptop>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c40c5c$ae165440$fb1e010a>