From owner-freebsd-questions@freebsd.org Fri Jul 3 11:58:20 2015 Return-Path: Delivered-To: freebsd-questions@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 8076899491B for ; Fri, 3 Jul 2015 11:58:20 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2050E28BE for ; Fri, 3 Jul 2015 11:58:20 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wiar9 with SMTP id r9so128990087wia.1 for ; Fri, 03 Jul 2015 04:58:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=3s5/KmkYDWmhKSfLapfVegdkJswojypItk1/CQfnTdQ=; b=jAwl3qhjdHZNpGd1P/U1X8Zbg5mLRZEYJaAUs3gHNVOMoLhJMwiAKiAhE70XV1R8Yo YoeGXs/l9UrsujJjIM4CcNJFRwRqLNTPsqjbmQ2PadwfEysL6KSdNLGjFZwwTv2QMbMC WhXHzveb5F5i2dK2vxyhUJD58DWyREy78Em4pYUwYSsJmD1Czpqa2WYk3ovNW9ffqlV+ xXpRYb/eDcnNmmHiA7bDztrPSbzPzKkrKGlJI0hTr7NimwMFwfuPxqmlEieoNo9UOu42 i5xxOyRKcEejwHy86RegEnkt96INMj6Ua72XtQBbw3mEvRovophxOtVTWvWS39myO92+ yGcw== X-Received: by 10.194.222.137 with SMTP id qm9mr39438968wjc.43.1435924697658; Fri, 03 Jul 2015 04:58:17 -0700 (PDT) Received: from gumby.homeunix.com (4e5670d0.skybroadband.com. [78.86.112.208]) by mx.google.com with ESMTPSA id fm8sm13527116wib.9.2015.07.03.04.58.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 04:58:16 -0700 (PDT) Date: Fri, 3 Jul 2015 12:58:12 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: portmaster -af fails due to dead port - HELP Message-ID: <20150703125812.7359eefd@gumby.homeunix.com> In-Reply-To: <5595FC4A.6020402@gmail.com> References: <20150702195510.GA2863@oslo.ath.cx> <20150703023514.GA4554@neutralgood.org> <5595FC4A.6020402@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 11:58:20 -0000 On Thu, 02 Jul 2015 23:06:50 -0400 William F. Dudley Jr. wrote: > > https://www.freebsd.org/releases/9.3R/installation.html > > And it says "users of systems being upgraded from FreeBSD 8.4-RELEASE > or earlier will be prompted by freebsd-update(8) to rebuild all > third-party applications (e.g., ports installed from the ports > tree)". So I need to rebuild the ports. You don't need to rebuild them, just replace them with packages built against the new base system using pkg. I expect the freebsd-update message was written before pkg was created. I think at this point it might be simpler to do a pkg delete -a and install the packages you want.