Date: Mon, 4 Aug 2003 15:00:09 +0100 From: "Markie" <markie@notwentytwo.freeserve.co.uk> To: <johan.demessemaeker@advalvas.be>, <freebsd-questions@freebsd.org> Subject: Re: getting rid of openssl port Message-ID: <002701c35a90$c6497840$e400a8c0@ape> References: <200308041149.h74Bn5c01184@lv.raad.tartu.ee> <200308041444.40715.johan.demessemaeker@advalvas.be>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message -----
From: "Johan De Messemaeker" <johan.demessemaeker@advalvas.be>
To: <freebsd-questions@freebsd.org>
Sent: Monday, August 04, 2003 1:44 PM
Subject: Re: getting rid of openssl port
> On Monday 04 August 2003 13:48, Toomas Aas wrote:
> > Hello!
> >
> > What is the easiest way to get rid of OpenSSL port? Do I need to remove
> > everything that depends on openssl port, remove the port and then
reinstall
> > everything? Or is there a less painful way? Actually "everything" is not
> > that much in my case, it really is just apache13-modssl port on one
machine
> > and cyrus-imapd port on the other machine, but it still implies *some*
> > downtime of HTTPD and IMAP server. --
>
> Use portupgrade (/usr/ports/sysutils/portupgrade). Nice and easy.
>
> Regards, Johan
>
Hi Johan,
Another option is to define OPENSSL_OVERWRITE_BASE when building the openssl
port, this will install the port version where the base system openssl would
usually be. If not using portupgrade you would do something like
"make -DOPENSSL_OVERWRITE_BASE", if using portupgrade you have two options:
"portinstall -m '-DOPENSSL_OVERWRITE_BASE' openssl" or you can edit the
MAKE_ARGS variable in /usr/local/etc/pkgtools.conf so it reads something
like
MAKE_ARGS = {
'security/openssl' => '-DOPENSSL_OVERWRITE_BASE',
'misc/some-other-port' => '-DMAKE_ARGUMENTS'
}
and then just run portinstall openssl (or portupgrade) and it'll
automagically add the flags. This is what I do with OpenSSH and OpenSSL.
Just an idea :p
Markie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002701c35a90$c6497840$e400a8c0>
