From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 08:09:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17A88D30 for ; Mon, 28 Jul 2014 08:09:28 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEF512093 for ; Mon, 28 Jul 2014 08:09:27 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id uq10so3339120igb.2 for ; Mon, 28 Jul 2014 01:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GXKyAlzQV4Bko1/phao/aZ0LF07n1Lcx1ubGuNK2Krw=; b=zMuayJqzN1mF0bpco453MqXxWmMvsJw85mk1vAqzf8Oaq+bNK7aCQzJ96j/KCv6h81 MUed6pbSKwf7n5FI0Zmm1+uycP1EBg1HDRAuHiXQLRyXn8abmKghKMVKT5Nzrgi5JWrp S+g3r8RU0i1mnPqo92oQaAx8SD+S3nkTV9R6DwlnPLPI/U8BITARU/fqNXn9NUql3sgu JqvPkBJ5fvONynzfzUfWvqq4HSu0hE+ZZlulS2SV4E0kRVKyIkGtIFghs8xMBX0/grWR nTLSvjbglHPjvPGnnsWf/kTw3Qv3ML2pcxYzPTtW+X6k+Q57ad+b2AZhyAk0Ji7Vaazb 2AlQ== MIME-Version: 1.0 X-Received: by 10.42.68.66 with SMTP id w2mr9080258ici.74.1406534966948; Mon, 28 Jul 2014 01:09:26 -0700 (PDT) Received: by 10.64.77.65 with HTTP; Mon, 28 Jul 2014 01:09:26 -0700 (PDT) Date: Mon, 28 Jul 2014 09:09:26 +0100 Message-ID: Subject: Updating 800+ pkg's From: Jamie Griffin To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 08:09:28 -0000 I've waited for the new pkg version, 1.3+ so I can take advantage of it's ability to manage package conflicts etc. Currently, there are hundreds of packages to upgrade including the KDE desktop from version 4.10 to 4.12. I am not using using the WITH_NEW_XORG set of packages and my OS version is FreeBSD 10 Stable r267006. That will be upgraded to r269179 later today though. I would just like to know a little more about what to expect when I attempt to upgrade my packages, e.g. can pkg(8) cope well with this level of software upgrade, and should I expect loads of problems? Has anyone else been in this situation recently?