From owner-freebsd-questions@freebsd.org Mon Apr 30 21:00:11 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D4C2FB688C for ; Mon, 30 Apr 2018 21:00:11 +0000 (UTC) (envelope-from robert@webtent.org) Received: from mx2.webtent.net (mx2.webtent.net [216.139.202.4]) by mx1.freebsd.org (Postfix) with ESMTP id DF9E684303 for ; Mon, 30 Apr 2018 21:00:10 +0000 (UTC) (envelope-from robert@webtent.org) Received: from localhost (localhost [127.0.0.1]) by mx2.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTP id D9AC5D7F1E for ; Mon, 30 Apr 2018 17:00:03 -0400 (EDT) Received: from mx2.webtent.net ([127.0.0.1]) by localhost (mx2.webtent.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 70944-09 for ; Mon, 30 Apr 2018 17:00:03 -0400 (EDT) Received: from [192.168.1.112] (media.rfitz.com [96.254.71.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: robert@mx2.webtent.net) by mx2.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTPSA id 5EF2ED7F57 for ; Mon, 30 Apr 2018 17:00:03 -0400 (EDT) Message-ID: <5AE783D2.40004@webtent.org> Date: Mon, 30 Apr 2018 17:00:02 -0400 From: Robert Fitzpatrick User-Agent: Postbox 5.0.25 (Windows/20180328) MIME-Version: 1.0 To: FreeBSD Subject: Upgrading 10.4 to 11.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: WebTent Mailguard 1.0.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 21:00:11 -0000 I did a freebsd-update fetch install on 10.4 and then the standard upgrade to 11-RELEASE p9 with no problems. Now I'm ready to run upgrade all the ports and did a portsnap fetch update first, but this doesn't look right: root@dev:~ # portupgrade -a [Reading data from pkg(8) ... - 150 packages found - done] ** Port marked as IGNORE: www/apache24: Invalid perl5 version 5.18 ** Port marked as IGNORE: textproc/aspell: Invalid perl5 version 5.18 ... Getting the Invalid perl5 for all the packages, I tried doing pkg upgrade perl5 and ended up adding /usr/local/bin/perl and the ports still looking at perl5.18 in /usr/bin/perl. Have I done something wrong or need to handle Perl separate first? -- Robert