From owner-freebsd-questions@freebsd.org Fri Nov 20 04:35:56 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10B36A3370D for ; Fri, 20 Nov 2015 04:35:56 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94A2C1BD4 for ; Fri, 20 Nov 2015 04:35:55 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmdw130 with SMTP id w130so5133803wmd.0 for ; Thu, 19 Nov 2015 20:35:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jTJCxN13t/Yxtbhsc4K2/jtIdkG1EUt+6b4cp8asYF0=; b=Bix99HvddZKb3Dv5/kfwKwkwudNbmmWDtfD1VCtNpLgsxNd5VHbWddraFZaUolHPq+ GC3qjOg6AROd2T3FBWAld0Yltfl6CdX8ZtPq72gbv7HCfoOJqPUUcdT0BEChbGnUBdd2 TWU/Mzj6271bgn9tXvve9kG/UvTZ59QFCJDI+GHIK9O4PeG4VG+GsnCB1vppsrOQwwlt XGKsyW9eHzRzvRsfFKDqpHXBxWqLGrXLltdi+fn382ip3VjjSaaQNK+pKpq8U+WZwFxD kIYgNHvXTUJZVX+adO/nWT7qkVd4UMa3tFFXsrJo3at8OR2qms6OatEX+qfEi3fnNBpO LGSw== MIME-Version: 1.0 X-Received: by 10.194.179.101 with SMTP id df5mr12012217wjc.60.1447994153794; Thu, 19 Nov 2015 20:35:53 -0800 (PST) Received: by 10.194.16.231 with HTTP; Thu, 19 Nov 2015 20:35:53 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Nov 2015 22:35:53 -0600 Message-ID: Subject: Re: lang/perl5 rename From: Adam Vande More To: Chris Stankevitz Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 04:35:56 -0000 On Thu, Nov 19, 2015 at 10:11 PM, Chris Stankevitz < chrisstankevitz@gmail.com> wrote: > According to /usr/ports/updating: > > If you are NOT using the default version of Perl (as of right now, it is > 5.20) you MUST add a line setting the version you are using to your > /etc/make.conf, to preserve /usr/local/bin/perl: > > DEFAULT_VERSIONS+= perl5=5.xx > > === > > Background info: > > I couldn't care less about Perl but apparently some of my packages > have installed it as a dependency. > > # pkg info | grep perl > perl5.16-5.16.3_22 Practical Extraction and Report Language > > === > > My question: > > 1. Am I using the default version of Perl? (Presumably I am not > because UPDATING says the default version is 5.20 while I have 5.16 > installed) > 5.16 was then the default at the time of your package install. Be careful to follow the rest of the UPDATING perl stuff as there are some significant changes. -- Adam