From owner-freebsd-questions@FreeBSD.ORG Wed Feb 3 03:36:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F06106566B for ; Wed, 3 Feb 2010 03:36:14 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2518FC1E for ; Wed, 3 Feb 2010 03:36:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 756553A3868 for ; Wed, 3 Feb 2010 10:36:12 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1265168172; x=1266982572; bh=bUyVOT3M9 ErTpJMlXwij6RhuCIwyqQRJCQ14GO+QCCs=; b=CHINOQ6uoet986FGTp0IQSZi7 ivTM9tZp6Qt05QDLTGYmzh8Zn/8/UkxmreEP1nmGMEEb7PbUI6sKZa41DW1/KpCG 4fp9WEC9OZuWQn7z5SDDMStJKogYnu9dkvjnWLzbYNWRqvB5w7/mjGTj75SqzaDX 10XgykL6akERjkZs5E= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mF6wd3X0u9w3 for ; Wed, 3 Feb 2010 10:36:12 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 31F793A385D for ; Wed, 3 Feb 2010 10:36:10 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o133aA0S056157; Wed, 3 Feb 2010 10:36:10 +0700 (ICT) (envelope-from on) Date: Wed, 3 Feb 2010 10:36:10 +0700 (ICT) Message-Id: <201002030336.o133aA0S056157@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: Disabling openssl from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 03:36:14 -0000 Hi, I have one port, namely /usr/ports/www/pound that needs the version of openssl from the ports (/usr/ports/security/openssl). But others ports works way better with the stock openssl from the system. Is there a configuration somewhere that could be used to say that no-one except pound should use openssl from the ports? The only way I see is to put includes and libarries of openssl in some obscure place and have pound point to them. Best regards, Olivier