From owner-freebsd-questions@freebsd.org Fri Nov 20 04:46:16 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 602D6A33920 for ; Fri, 20 Nov 2015 04:46:16 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (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 1F5AA1F0C for ; Fri, 20 Nov 2015 04:46:16 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by igbxm8 with SMTP id xm8so4084164igb.1 for ; Thu, 19 Nov 2015 20:46:15 -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 :content-type; bh=kkmIah7tny4FLHJPi7ynOQzC6Xz9g/61Y15xUQyZ2vg=; b=0eFbmf3w9LkEgRwJ8gaFiJQDZ9nuS2dJr/NfcvmSGfeltEFwOTE7Cf5sDQvvAlA/Er 81SJSkvZvV7XrPfRcA2B3hEFUi6lNSRwGc/NX726EVSy686a3SyYS0mYdpcyQ4/evocH /ev8lBL+2IR4kBBsIQL1fBSiL0c2KDMsndzWtDZe1RqYwIo3gm44S8SBsi1TdSDrAmd/ +nSdQDF8LavF9OTdYgF22U75jHEEKwu9bXeR3KYNZ53T5iOoXhM3KCXI++GNuk2IGluh p9GhQgpf53V9qjTeuzCaKRsTxiLlxJsnx+GLeOufpwNA/l3nNEwlGY/zrK60KahnnxMV BAhA== MIME-Version: 1.0 X-Received: by 10.50.180.35 with SMTP id dl3mr1474349igc.18.1447994775363; Thu, 19 Nov 2015 20:46:15 -0800 (PST) Received: by 10.79.78.214 with HTTP; Thu, 19 Nov 2015 20:46:15 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Nov 2015 20:46:15 -0800 Message-ID: Subject: Re: lang/perl5 rename From: Chris Stankevitz To: freebsd-questions Content-Type: text/plain; charset=UTF-8 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:46:16 -0000 On Thu, Nov 19, 2015 at 8:11 PM, Chris Stankevitz wrote: > 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) > > 2. If not, then which version should I specify in make.conf > (presumably 5.16 but I have no particular interest in 5.16 or any > version for that matter) All I did was 'pkg set -n perl5.16:perl5' and it worked fine. I'm curious why I did not have to modify make.conf given that I am apparently NOT running the default version of Perl and I MUST add a line to make.conf. Please let me know if you can educate me on where I went wrong in understanding UPDATING. Chris