Date: Wed, 9 Apr 2003 23:27:37 -0400 From: Chris Pepper <pepper@reppep.com> To: freebsd-questions@freebsd.org Cc: knu@freebsd.org Subject: Automating portinstall Message-ID: <p06000e07baba938d5601@[66.92.104.201]>
next in thread | raw e-mail | index | archive | help
I'm trying to configure pkgtools to install packages with a
single command, and no interactivity. Unfortunately, it's not working
(except for webmin, apparently).
In /usr/local/etc/pkgtools.conf, I have:
MAKE_ARGS = {
'docproj*' => 'JADETEX=no',
'imap-uw*' => '-DWITH_SSL_AND_PLAINTEXT',
'mod_php4*' => '-DWITH_APACHE2',
'postfix*' => '-DBATCH POSTFIX_OPTIONS="DB41 TLS"',
'squirrelmail*' => '--with-apsx2',
'webmin*' => '-DBATCH',
}
but postfix and mod_php4 still bring up the options picker,
and docproj still tells me to add "JADETEX=(yes|no)" after the make
command.
What am I missing?
Thanks much,
Chris Pepper
PS-Please cc me -- I read -questions through the web archives.
--
Chris Pepper: <http://www.reppep.com/~pepper/>
Rockefeller University: <http://www.rockefeller.edu/>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06000e07baba938d5601>
