From owner-freebsd-ports@freebsd.org Fri Nov 4 22:58:41 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 6DF65C300DF for ; Fri, 4 Nov 2016 22:58:41 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 435698ED for ; Fri, 4 Nov 2016 22:58:40 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D0A87207F3 for ; Fri, 4 Nov 2016 18:58:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 04 Nov 2016 18:58:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=0JooUvK+O9abPFV HRECfXtVYMWI=; b=nwiADCC7L/DkLZL3H4iD+y+b7Bron5LvEOrY75ae2WONe9A xN28/Gm8DGgyTFZHnTpi3/5eMAN1+iCbaGd7pthPqsCEI8UP8S6TSwE+eCkQwWR2 xBOalb+dzIxCRV8aknYq8Z7hxOqeGOy7fCn9vlXnzuNUZDKLv2lcrY8hxHS0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=0JooUvK+O9abPFVHRECfXtVYMWI=; b=A+aoAS8ywa4NR+9mi7EC Xt7MUAVukHP0Z8SmgNxK3xwQdrvXL1r/En0D0I3gi3eqQpxguKULm0rHSrQbMlhW DLZD3OMwPOPAfUhQI649pJL/5b1F1pQAKqJQ8TGRCUecKMn3KHwxBmy5uCxRTcy8 rd4XwPgfNBQhNGLxo7jTjmA= X-ME-Sender: X-Sasl-enc: LTUgfw+QyG14rbu1nTypk0YQYsN/6NsvpqE/+icjJF4O 1478300317 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 47B0ACC0B5 for ; Fri, 4 Nov 2016 18:58:36 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: From: tech-lists Message-ID: Date: Fri, 4 Nov 2016 22:58:33 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; 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: Fri, 04 Nov 2016 22:58:41 -0000 On 03/11/2016 15:00, Mathieu Arnold wrote: > Instructions on how to switch are in UPDATING. > > If you do not want to switch, you do not have to do anything. > > EVERYTHING IS FINE. > > -- Mathieu Arnold Hello, I followed the instructions in /usr/ports/UPDATING for portupgrade. I have found that numerous ports will not build: ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! net/p5-Socket (p5-Socket-2.021) (unknown build error) ! security/p5-Crypt-IDEA (p5-Crypt-IDEA-1.10_1) (unknown build error) ! net-mgmt/p5-NetAddr-IP (p5-NetAddr-IP-4.078) (unknown build error) ! converters/p5-Encode-JIS2K (p5-Encode-JIS2K-0.03) (unknown build error) ! converters/p5-Unicode-String (p5-Unicode-String-2.10) (unknown build error) * converters/p5-Unicode-Map8 (p5-Unicode-Map8-0.13_1) ! math/p5-Bit-Vector (p5-Bit-Vector-7.4) (unknown build error) ! devel/p5-Filter (p5-Filter-1.55) (unknown build error) ! chinese/p5-Encode-HanExtra (p5-Encode-HanExtra-0.23_1) (unknown build error) ! security/p5-Digest-SHA1 (p5-Digest-SHA1-2.13_1) (unknown build error) [snip loads more] This happens after I removed the DEFAULT_VERSIONS+= line in make.conf and ran portupgrade -f `pkg shlib -qR libperl.so.5.20` as indicated in the second step. How can I fix? System is r308206 (11-STABLE) and ports is r425362 thanks -- J.