Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 14:29:00 -0800 (PST)
From:      Doug Barton <DougB@FreeBSD.org>
To:        Adrian Steinmann <ast@marabu.ch>
Cc:        current@FreeBSD.ORG, subscriber@insignia.com, "Jacques A. Vidrine" <nectar@FreeBSD.ORG>
Subject:   Re: Plea for base system trim
Message-ID:  <20030305142412.D50404@12-234-22-23.pyvrag.nggov.pbz>
In-Reply-To: <200303051700.SAA06561@marabu.marabu.ch>
References:  <200303051700.SAA06561@marabu.marabu.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 5 Mar 2003, Adrian Steinmann wrote:

>
> I use this command in my build script to force apache13+modssl to use
> the openssl in base.
>
> # Use base openssl (OpenSSL 0.9.7a as of Feb 19 2003)
> cd /usr/ports/www/apache13-modssl
> cp Makefile Makefile-
> sed -ie 's/^\.include.*Makefile\.ssl.*$/OPENSSLBASE=\/usr/' Makefile- >Makefile

You could instead do:

sed <pattern> Makefile > makefile

The lowercase makefile will be used by make in preference to Makefile.

>    You are right to hate having two versions installed --- it is
>    pointless in most cases.  Please complain to the apache+mod_ssl and
>    openssl port maintainers.  It sounds to me like they are doing
>    something very wrong.

Seconded. Getting the lib version numbers out of synch for the same
openssl version in base and ports sounds like a big, big accident waiting
to happen.

Doug

-- 

    This .signature sanitized for your protection

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305142412.D50404>