From owner-freebsd-ports@FreeBSD.ORG Mon Nov 11 08:51:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F367B503 for ; Mon, 11 Nov 2013 08:51:06 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B81212486 for ; Mon, 11 Nov 2013 08:51:06 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id j7so1592705qaq.12 for ; Mon, 11 Nov 2013 00:51:05 -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=V99wYfIVAQ97f1aLJzvZctlxt4rS9oOV5bSEsRj32jQ=; b=SFuspInX5TvQhO+Nfvy2v56Xsqy3KKolwRcKlhcYfWMPpP+1E+fOIcFmusKtuT6hzB DwD78mYbOCqeIejhkp13tL+2qC7/zQ5o3PXSKMje04HpwyNFw6iZr9N07KA6YIVduj+l FBhVyt5BBlt99Ip2ZEcg8ayn7f4k9kIX33zfb1z1WaJR2QEMxL0H7kKltZPNOxPzSdzA +aNVbPYH/xg92zMQJuEnDPwEouu07PtqBsEjLD4SR6ZENKOI1AbXmRYGNVVeSPwe5ckF qgCVUXAJ6o53QOev3rmTeToxyle+ChZlw+XvErjVIjd5x3ZYApDZlA4NVukg9AcHlDeZ Koig== MIME-Version: 1.0 X-Received: by 10.224.79.134 with SMTP id p6mr46854376qak.22.1384159865897; Mon, 11 Nov 2013 00:51:05 -0800 (PST) Received: by 10.96.180.233 with HTTP; Mon, 11 Nov 2013 00:51:05 -0800 (PST) In-Reply-To: <52809681.2010105@gmail.com> References: <52809681.2010105@gmail.com> Date: Mon, 11 Nov 2013 10:51:05 +0200 Message-ID: Subject: Re: Perl en /etc/make.conf From: Kimmo Paasiala To: Johan Hendriks Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 08:51:07 -0000 On Mon, Nov 11, 2013 at 10:34 AM, Johan Hendriks wrote: > Hello all. > > I have a FreeBSD 10-Beta 3 server installed to test the new pkgng and other > things. > On all the systems where i installed perl there was always a line in > /etc/make.conf like the following > > # added by use.perl 2013-09-27 14:38:36 > PERL_VERSION=5.14.4 > > > I just installed perl5-5.16.3_2 and i do not see that line. > Is this line not needed anymore or did i do something wrong. > > regards > Johan > > As far as I know it was removed because it is not used when installing perl from a binary package. The new mechanism to select default versions for various ports is the DEFAULT_VERSIONS make.conf variable that only applies when building ports.