From owner-freebsd-ports@freebsd.org Sun Nov 6 12:40:08 2016 Return-Path: Delivered-To: freebsd-ports@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 78DE3C3212B for ; Sun, 6 Nov 2016 12:40:08 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp206.alice.it (smtp206.alice.it [82.57.200.102]) by mx1.freebsd.org (Postfix) with ESMTP id 09449A4D for ; Sun, 6 Nov 2016 12:40:07 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (79.26.53.72) by smtp206.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 580B5FD902CA1919 for freebsd-ports@freebsd.org; Sun, 6 Nov 2016 13:40:01 +0100 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id uA6Ce0YX075318 for ; Sun, 6 Nov 2016 13:40:00 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: "freebsd-ports@freebsd.org" References: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> From: Andrea Venturoli Message-ID: <3c023235-638f-eb87-110c-997d668aa683@netfence.it> Date: Sun, 6 Nov 2016 13:40:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 12:40:08 -0000 On 11/05/16 08:12, Piotr Szafarczyk wrote: > It looks like the same problem I encountered with 5.20 under 10.3 (just > one box). Links are not created during port building (with other than > perl too). With perl, two links are missing under /usr/local/bin. > Creating them manually allows for a successful building of a port that > depends on perl. In my experience, the suggested command from UPDATING (i.e. "portupgrade -f `pkg shlib -qR libperl.so.5.20`") will *NOT* create the symlinks. This is even explicitly stated during build: > ################################################## > > This is *NOT* the DEFAULT perl version > > It will *NOT* install /usr/local/bin/perl > > It will *ONLY* install /usr/local/bin/perl5.24.1 > > The default Perl version currently is 5.20. > > If you want to use this version as the default, > stop the build now, add this line to your > /etc/make.conf, and then restart the build. > > DEFAULT_VERSIONS+=perl5=5.24 > > ################################################## In contrast to what is stated, this will happen regardless of the presence of any "DEFAULT_VERSION+=perl..." in /etc/make.conf. A subsequent "portupgrade -f perl5.24" will create them, though. bye av.