From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 20:33:14 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CC71065670 for ; Tue, 16 Nov 2010 20:33:14 +0000 (UTC) (envelope-from toomas.aas@raad.tartu.ee) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [213.184.43.8]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0808FC1F for ; Tue, 16 Nov 2010 20:33:14 +0000 (UTC) Received: from kuller.raad.tartu.ee (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id B22173984C for ; Tue, 16 Nov 2010 22:17:02 +0200 (EET) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by kuller.raad.tartu.ee (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jRhnfYGPr-Vd for ; Tue, 16 Nov 2010 22:17:01 +0200 (EET) Received: by kuller.raad.tartu.ee (Postfix, from userid 80) id 7EA6939871; Tue, 16 Nov 2010 22:17:01 +0200 (EET) Received: from 179.37.190.90.dyn.estpak.ee (179.37.190.90.dyn.estpak.ee [90.190.37.179]) by webmail.raad.tartu.ee (Horde Framework) with HTTP; Tue, 16 Nov 2010 22:17:01 +0200 Message-ID: <20101116221701.992236aw0tf36su8@webmail.raad.tartu.ee> Date: Tue, 16 Nov 2010 22:17:01 +0200 From: Toomas Aas To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.7) X-Originating-IP: 90.190.37.179 Cc: Subject: Rebuilding perl with threads 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: Tue, 16 Nov 2010 20:33:14 -0000 Hello! I'm in a process of installing a new server. I have already built and installed a lot of ports over the past weeks, and now that I'm almost done I discovered that one of the last things I need to install (misc/amanda-server) needs Perl installed with threads support, whereas I have it installed without threads. For this kind of change, is it safe to reinstall just the Perl port, or do I also need to rebuild all ports that depend on Perl? That would be a *lot* of rebuilding. The version I currently have installed is perl-5.12.2_2, lang/perl5.12 seems to currently be at 5.12_4. -- Toomas Aas