From owner-freebsd-ports@FreeBSD.ORG Mon Nov 11 23:06:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7E853E04 for ; Mon, 11 Nov 2013 23:06:34 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-vb0-x230.google.com (mail-vb0-x230.google.com [IPv6:2607:f8b0:400c:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F2202E17 for ; Mon, 11 Nov 2013 23:06:34 +0000 (UTC) Received: by mail-vb0-f48.google.com with SMTP id m10so1268365vbh.21 for ; Mon, 11 Nov 2013 15:06:33 -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=LmuatNTvM4hRrhsIdX3fA8Y0aathDg8OQ66n+GutGHU=; b=XZ+RRVwbLqZMNo/DdkgAy5Efv3a1hHPlQg5S1eEV19dEBL+rQXJmokS7j1r2dtKE2x WAnZUOEP+XaNakpdRCENDznNkkp/Y8G34qr6uDg3zXTUBBzrPMo7gzOBhp+NQQmwy+7n QEioAfudinoF8xXpnQETYXEHlJEVjGqN71OghYaFD924eQLSDT31b0TwLwxzKNcF2vO5 7pqQz/beq+vqcTB8CDoYsclqKTlrInxlcPvnaiG1lKBik8/6QqFQJ2E8v2EzgaLd/4yU mTRTeeER7I2OQM1Oer2F3vGFLvwXcG1Cy4ucCsLQJwDMfO6aL9F9Mubb1o7ASgwRlK3n bg3w== MIME-Version: 1.0 X-Received: by 10.52.116.74 with SMTP id ju10mr22217719vdb.20.1384211193444; Mon, 11 Nov 2013 15:06:33 -0800 (PST) Received: by 10.58.128.132 with HTTP; Mon, 11 Nov 2013 15:06:33 -0800 (PST) In-Reply-To: References: <52809681.2010105@gmail.com> Date: Tue, 12 Nov 2013 00:06:33 +0100 Message-ID: Subject: Re: Perl en /etc/make.conf From: Johan Hendriks To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 23:06:34 -0000 Op maandag 11 november 2013 schreef Kimmo Paasiala (kpaasial@gmail.com): > 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. > Thanks for the explanation. Regards Johan