From owner-freebsd-ports@FreeBSD.ORG Thu Jul 5 18:53:54 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CA7B106564A; Thu, 5 Jul 2012 18:53:54 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nskntmtas02p.mx.bigpond.com (nskntmtas02p.mx.bigpond.com [61.9.168.140]) by mx1.freebsd.org (Postfix) with ESMTP id D346D8FC0C; Thu, 5 Jul 2012 18:53:53 +0000 (UTC) Received: from nskntcmgw07p ([61.9.169.167]) by nskntmtas02p.mx.bigpond.com with ESMTP id <20120705185346.QCTA24575.nskntmtas02p.mx.bigpond.com@nskntcmgw07p>; Thu, 5 Jul 2012 18:53:46 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.112.105]) by nskntcmgw07p with BigPond Outbound id Witl1j0042GVmci01itlZm; Thu, 05 Jul 2012 18:53:46 +0000 X-Authority-Analysis: v=2.0 cv=R/eB6KtX c=1 sm=1 a=0GO/22z+lHYfckWJ4naYnw==:17 a=JGfrj7H71PgA:10 a=twTT4oUKOlYA:10 a=kj9zAlcOel0A:10 a=GHIR_BbyAAAA:8 a=6I5d2MoRAAAA:8 a=JHxM50T3k01YEpoLdUIA:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=0GO/22z+lHYfckWJ4naYnw==:117 Received: from white (white.hs [10.0.5.2]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id q65IrAOa043015 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Fri, 6 Jul 2012 04:53:11 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne Geraghty" To: "'Doug Barton'" References: <4FF34220.6070201@uffner.com> <4FF3FA22.6090908@FreeBSD.org> Date: Fri, 6 Jul 2012 04:53:10 +1000 Message-ID: <9600372477AE484D9B6E1E5FDBEA889A@white> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4FF3FA22.6090908@FreeBSD.org> thread-index: Ac1ZvE1YCa4S0zc9TyiK/SnE4PpJJABH5t4Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: dinoex@FreeBSD.org, ports@FreeBSD.org, 'Tom Uffner' Subject: RE: Upgrading Base System openssl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 18:53:54 -0000 > -----Original Message----- > From: Doug Barton [mailto:dougb@FreeBSD.org] > Sent: Wednesday, 4 July 2012 6:09 PM > To: Dewayne Geraghty > Cc: 'Tom Uffner'; dinoex@FreeBSD.org; ports@FreeBSD.org > Subject: Re: Upgrading Base System openssl > > On 07/03/2012 21:41, Dewayne Geraghty wrote: > > Tom, > > The easiest (obvious?) way I could find, is to cd > > /usr/ports/security/openssl && make PREFIX=/usr > > It's not that simple. At minimum you'd have to set MANPREFIX > as well, assuming that the openssl port is MANPREFIX clean. > Take a look at the REPLACE_BASE options in the BIND ports if > you want more information, and a working example. > > Doug > > -- > > This .signature sanitized for your protection > > Thanks Doug, I missed those points because I remove all documentation and other things (e.g. from share/) from the production server builds; hence didn't notice the side-effects for others. Regards, Dewayne.