From owner-cvs-all@FreeBSD.ORG Thu Nov 15 20:00:45 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8728416A418; Thu, 15 Nov 2007 20:00:45 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 1FF8813C4DD; Thu, 15 Nov 2007 20:00:45 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 6494A2DCB62; Thu, 15 Nov 2007 20:00:44 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 53CA411458; Thu, 15 Nov 2007 21:00:44 +0100 (CET) Date: Thu, 15 Nov 2007 21:00:44 +0100 From: "Simon L. Nielsen" To: Jeremy Messenger Message-ID: <20071115200043.GB1150@zaphod.nitro.dk> References: <200711081945.lA8JjKcW080540@repoman.freebsd.org> <47337724.9040108@FreeBSD.org> <47337940.6040909@root.org> <47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org> <4734B629.4010001@delphij.net> <20071111102044.GB1020@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Cc: src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Colin Percival , Nate Lawson Subject: Re: OpenSSL import [was: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c] X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 20:00:45 -0000 On 2007.11.11 18:42:08 -0600, Jeremy Messenger wrote: > While I am here, I am wondering why we don't have openssl.pc import and > install (maybe /usr/libdata/pkgconfig)? I think, OpenBSD does install > openssl.pc. I think it would be nice if FreeBSD has openssl.pc too for I > don't have to add hacks in ports tree to workaround of openssl.pc doesn't > exist. It's not intentionally that the .pc files are not installed. >From what I can see the .pc files are generated and not just distributed with OpenSSL and installed. Since we in the base system doesn't use the OpenSSL build framework/toos somebody(tm) needs to find a good way to do this with our build framework. I will try to have a look at this at some point in a not too distant future, but no promises of when. If it's important to anybody, patches are accepted :-). -- Simon L. Nielsen