From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 23:10:38 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12154CA for ; Fri, 30 Jan 2015 23:10:38 +0000 (UTC) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB7035E3 for ; Fri, 30 Jan 2015 23:10:37 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id t0UMms2n000692 for ; Fri, 30 Jan 2015 15:48:54 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <54CC0A56.8050503@dreamchaser.org> Date: Fri, 30 Jan 2015 15:48:54 -0700 From: Gary Aitken Reply-To: freebsd@dreamchaser.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: /etc/make.conf PERL_VERSION Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Fri, 30 Jan 2015 15:48:54 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 23:10:38 -0000 Looking at my /etc/make.conf, I see it has the following: # added by use.perl 2013-08-03 12:47:28 PERL_VERSION=5.14.4 Yet the installed version is 5.16 $pkg info | grep perl perl5.16-5.16.3_18 It appears this was added by one of the build scripts; does it serve any purpose / cause problems if out of sync with the actual installed version? Thanks, Gary