From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 01:37:48 2011 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 E206B1065670 for ; Wed, 5 Jan 2011 01:37:48 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7680E8FC17 for ; Wed, 5 Jan 2011 01:37:48 +0000 (UTC) Received: by fxm16 with SMTP id 16so14509230fxm.13 for ; Tue, 04 Jan 2011 17:37:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Kr8fyQ9N9NZIApqClCn3eI3wLEpnOvvhwq+1TX1cMRA=; b=ADyfdGmdo1/qW0hq9fAOmcUrcYBAj8k7zg6M1dpM4OoqHjhVweCBqz48cK6gNmY1Mt 1vAEpBQVBhzb9aWk3BRQBJKWRjkuw8D/k0DCv8vPP01wR2ViAzuj/fYQO8v26lmC4U+o 9oLzEtTCx4jA2miRTqgAQ16U8HFpaiBJhABfY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CRVjs6W1oZNCASItppzq0FUA7V4kTKZQ0FUyDIcTq8vYJhUasUyGAL+LppwTNzgKxf YRZTC5updhA3E6bNUCKAXrycD167UBjsKfQ1OvMnTmMAy2uePpONDhICqft9rCbSvJMV NUVOydkL113mIZPhwTAQjp9YD05GTv3YdGTwM= MIME-Version: 1.0 Received: by 10.223.110.77 with SMTP id m13mr1465631fap.86.1294191467293; Tue, 04 Jan 2011 17:37:47 -0800 (PST) Received: by 10.223.74.193 with HTTP; Tue, 4 Jan 2011 17:37:47 -0800 (PST) In-Reply-To: <201101050111.p051B87e004818@griffin.gnix.co.uk> References: <201101050111.p051B87e004818@griffin.gnix.co.uk> Date: Tue, 4 Jan 2011 20:37:47 -0500 Message-ID: From: "illoai@gmail.com" To: jamie@gnix.co.uk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: best way to rebuild all perl 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, 05 Jan 2011 01:37:49 -0000 On 4 January 2011 20:11, wrote: > hi everyone > > When i installed FreeBSD 8.1 the other day i was just going to keep it a = console-based system with no X just to do a bit of coding and stuff. I then= installed perl 5.12. > > A few days later I changed my mind and installed X with a window manager = and a few other things. Somehow - not sure when and why - one of the ports = installed perl 5.10 as a dependancy setting itself as the default perl inst= allation for the system so i ended with a mix of ports build against differ= ent perl versions. > > I've mostly fixed this by doing a: > > =A0 =A0 =A0 =A0`env DISABLE_CONFLICTS=3D1 portupgrade -o lang/perl5.12 -f= perl-5.10.\*` > > followed by: > > =A0 =A0 =A0 =A0`portupgrade -fr perl` (which didn't do anything :-/ ) > > or at least i thought i had, but it seems there are a few perl modules th= at aren't behaving and i think i need to just rebuild all the perl stuff ag= ain. I wondered, should i do this and if so if there's a particular ports-m= anagement tool that would be best suited to this? > Do you have PERL_VERSION=3D set correctly in /etc/make.conf? --=20 --