From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 11:42:54 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C75C106566C for ; Thu, 8 Sep 2011 11:42:54 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gx0-f179.google.com (mail-gx0-f179.google.com [209.85.161.179]) by mx1.freebsd.org (Postfix) with ESMTP id 116618FC0A for ; Thu, 8 Sep 2011 11:42:53 +0000 (UTC) Received: by gxk1 with SMTP id 1so1018687gxk.10 for ; Thu, 08 Sep 2011 04:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=fs9cvaO+N9kwVZ/M/PUCL+p3Pnds1v6He/NNrjtN9tA=; b=DvZSJKxST6HuoUHXDr2rloEZixrZjFcItftbAT0AJ/7ouZpGYnn0zDkr6w5Wv/H7s4 JUsV2B2pTQ0892CLgkYLW3wokiD2kZB9kjkJeY6vTJhqv10WrmkeQnTlyVYh6JSgNoQt vVr91aAdnWAIThEU/8Pf01xIPdYViWKCwZ3Tg= MIME-Version: 1.0 Received: by 10.68.199.133 with SMTP id jk5mr1000697pbc.486.1315482172910; Thu, 08 Sep 2011 04:42:52 -0700 (PDT) Received: by 10.142.166.13 with HTTP; Thu, 8 Sep 2011 04:42:52 -0700 (PDT) Date: Thu, 8 Sep 2011 11:42:52 +0000 Message-ID: From: "b. f." To: Thomas Mueller , freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Shared libraries version bump? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 11:42:54 -0000 > I think I'll rebuild all ports, and more, maybe I should make and keep packages in case I can't update to BETA3 in place. If you want to be on the safe side, a complete rebuild is probably a good idea -- and moreover, one that removes all ports and cleans out ${PREFIX} and ${PKG_DBDIR} before rebuilding any ports, if you can afford the downtime. Otherwise, the new misc/compat8x port can help ease the transition. If they aren't available on pre-release media, default packages for certain architectures are available at: ftp://ftp.freebsd.org/pub/FreeBSD/ports/${ARCH}/packages-9-current/ Depending on the architecture, and when you download them, they will have been compiled on a variety of recent versions of 9, but will probably work on the BETAs, at least with misc/compat8x, as a stopgap while you rebuild ports. b.