From owner-freebsd-questions@freebsd.org Fri Nov 20 04:11:24 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 40792A33249 for ; Fri, 20 Nov 2015 04:11:24 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 05FD1126D for ; Fri, 20 Nov 2015 04:11:24 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by igl9 with SMTP id 9so3339145igl.0 for ; Thu, 19 Nov 2015 20:11:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=qbstMPjjxiprBnpcA6em4kCxFD7y9ZQJoytb5OtkPLs=; b=ZHRXLgtW1fqgyh79+JdqQDDXSUU74Y/hapJk/mIdJVHhjmoQMwFFNx7Rbyf4HkZGGP 41sDXa3wToRIz/AE7jZsJaXtF8TqzcqbsWcJu/iE980wr8nheI9U1OHSpLSB720R8eon SiX43N0ga7Q3DEdsVXspBBjEAklQPM3j8FbHII6qbs+YGR2sJFbA+O0F0AfLf/6jhmBD +T5Ds12cgh8+AprnGPzFlcpGWrG/HmUD7W0XQYjgOR+3A499/eozpeg/HA53s1hMjmaC ga1tgnxUvpgbkssk9Zkbxp7pK6sZ8ZcyEmHWqxVlSlIY9wIjzhLS0lchd+qr9xQaAf3b y/RA== MIME-Version: 1.0 X-Received: by 10.50.142.34 with SMTP id rt2mr1359432igb.40.1447992683313; Thu, 19 Nov 2015 20:11:23 -0800 (PST) Received: by 10.79.78.214 with HTTP; Thu, 19 Nov 2015 20:11:23 -0800 (PST) Date: Thu, 19 Nov 2015 20:11:23 -0800 Message-ID: Subject: 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:11:24 -0000 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) 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) Thank you, Chris