Date: Fri, 1 Oct 2004 12:19:50 +0200 From: "Angelo Turetta" <aturetta@commit.it> To: "Dan Finn" <dhrider@gmail.com>, "f-questions" <freebsd-questions@freebsd.org>, <freebsd-ports@freebsd.org> Subject: Re: upgrading openssl/openssh only using ports Message-ID: <005801c4a7a0$2ff11070$c92aa8c0@lan> References: <89ceee7040930172042dae1d5@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Dan Finn" <dhrider@gmail.com> Sent: Friday, October 01, 2004 2:20 AM > I want to upgrade OpenSSH/OpenSSL and I only want to have to use the > ports tree to do this. What is the best way to do this? If possible > I would like to over write my existing base installations of those two > packages, or delete the base install ones if that's possible > (preferably not by hand). How should I do this? > > Thanks > Dan Build the ports with -DOPENxxx_OVERWRITE_BASE or, if you use portupgrade, better put the following lines in your /usr/local/etc/pkgtools.conf MAKE_ARGS section: 'security/openssl*' => '-DOPENSSL_OVERWRITE_BASE', 'security/openssh*' => '-DOPENSSH_OVERWRITE_BASE', Then you must remember to use -DNO_OPENSSL and -DNO_OPENSSH when running 'make installworld' (I advice against using the flags during buildworld, it gave me some problems at times) Angelo.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005801c4a7a0$2ff11070$c92aa8c0>