From owner-freebsd-questions@FreeBSD.ORG Wed Dec 20 16:27:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5762816A56A for ; Wed, 20 Dec 2006 16:27:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5763743CA5 for ; Wed, 20 Dec 2006 16:26:32 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.8/8.13.8) with ESMTP id kBKGQJtQ050790; Wed, 20 Dec 2006 09:26:19 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.8/8.13.8/Submit) with ESMTP id kBKGQJEJ050787; Wed, 20 Dec 2006 09:26:19 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 20 Dec 2006 09:26:19 -0700 (MST) From: Warren Block To: Robin Becker In-Reply-To: <45892FA1.3080200@chamonix.reportlab.co.uk> Message-ID: <20061220092039.O50583@wonkity.com> References: <45892886.3040304@chamonix.reportlab.co.uk> <45892FA1.3080200@chamonix.reportlab.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Wed, 20 Dec 2006 09:26:19 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: find port install options 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, 20 Dec 2006 16:27:13 -0000 On Wed, 20 Dec 2006, Robin Becker wrote: > Robin Becker wrote: >> Is it possible to determine what options were used during port >> installation. One of the recipes I'm trying to follow calls for perl to be >> installed with USE_THREADS=yes. > > ........ > > well I found out that the installed perl doesn't have threads by running a > thread sample script. But I guess I still need to know if any other options > were used during the install. It should show on 'perl -V' under Compile-time options. >> I suppose its safest to assume that I need to reinstall perl, but how easy >> is it to do that? I think it was installed by default. Easy, as long as you've updated ports with cvsup or portsnap. As root: cd /usr/ports/lang/perl5.8 make -DWITH_THREADS install make clean -Warren Block * Rapid City, South Dakota USA