From owner-freebsd-current Wed Mar 5 14:29: 7 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F6537B401; Wed, 5 Mar 2003 14:29:03 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E6943F85; Wed, 5 Mar 2003 14:29:02 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from 12-234-22-23.client.attbi.com ([12.234.22.23]) by sccrmhc03.attbi.com (sccrmhc03) with SMTP id <2003030522290100300ag8rue>; Wed, 5 Mar 2003 22:29:02 +0000 Date: Wed, 5 Mar 2003 14:29:00 -0800 (PST) From: Doug Barton To: Adrian Steinmann Cc: current@FreeBSD.ORG, subscriber@insignia.com, "Jacques A. Vidrine" Subject: Re: Plea for base system trim In-Reply-To: <200303051700.SAA06561@marabu.marabu.ch> Message-ID: <20030305142412.D50404@12-234-22-23.pyvrag.nggov.pbz> References: <200303051700.SAA06561@marabu.marabu.ch> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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