From owner-freebsd-ports@FreeBSD.ORG Mon Nov 11 08:34:11 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 8694A210 for ; Mon, 11 Nov 2013 08:34:11 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ee0-x229.google.com (mail-ee0-x229.google.com [IPv6:2a00:1450:4013:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20F65239D for ; Mon, 11 Nov 2013 08:34:10 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id e53so2278819eek.0 for ; Mon, 11 Nov 2013 00:34:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=s00pvkf6b0Ak+Mpxq2yYKrZsUbSx+J+CfidTLWeAEHI=; b=bivs9yruQVGJOJkOoTO8etk2ybH4m9wP57uiLTChMDO22LLZ9tze1NaIvkOPMgtSoO 9Qi57aaFK9rWqNgOSJF7AKsHaJUh1fVLLn8GJvz/dz+mO1YlDBEWLBxgYO4qaNu63wyg 5bNsuG7NWfzkOniB6ktEF7JSVeN/taV/aQXzsA6+KkTDgur8KmR5WNXEre5FyBukKEQE kQy08HuADXS9cv7juaP5jtG2lHej2PdH1TTKh28cT6SIEbUJ5qgxN8bI3vo0FKPuCukI qplFovbGjVAJJsJ29Cn0XM90pJ+WapbwvcHiyezP7L+TbVnLRwJbF9bb7mW6D88LrnLl oSXA== X-Received: by 10.14.45.70 with SMTP id o46mr33851887eeb.19.1384158849619; Mon, 11 Nov 2013 00:34:09 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id a51sm21272546eeh.8.2013.11.11.00.34.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Nov 2013 00:34:08 -0800 (PST) Message-ID: <52809681.2010105@gmail.com> Date: Mon, 11 Nov 2013 09:34:09 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: FreeBSD Subject: Perl en /etc/make.conf Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:34:11 -0000 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