From owner-freebsd-stable@FreeBSD.ORG Wed Feb 26 16:33:42 2014 Return-Path: Delivered-To: freebsd-stable@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 7E2C7541 for ; Wed, 26 Feb 2014 16:33:42 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5513F1C2F for ; Wed, 26 Feb 2014 16:33:42 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id AFEB9B94C; Wed, 26 Feb 2014 11:33:38 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: I'm on STABLE, will I no longer be able to use qt4? Date: Wed, 26 Feb 2014 11:11:32 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <8aaf1ac678e49ccce2483035e5ca6104.authenticated@ultimatedns.net> In-Reply-To: <8aaf1ac678e49ccce2483035e5ca6104.authenticated@ultimatedns.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201402261111.32191.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 26 Feb 2014 11:33:38 -0500 (EST) Cc: Chris H X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 16:33:42 -0000 On Tuesday, February 25, 2014 1:57:13 pm Chris H wrote: > Greetings, all. > I'm tracking RELENG_8 (currently 8.4-STABLE). After a svn up the other day, I notice > the following in ports/UPDATING: > # pkg set -o devel/qt4-declarative:x11-toolkits/qt4-declarative > # pkg set -o devel/qt4-qtestlib:devel/qt4-testlib > # pkg set -o textproc/qt4-clucene:textproc/clucene-qt4 > # pkg set -o www/qt4-webkit:www/webkit-qt4 > # pkg set -o x11/qt4-opengl:graphics/qt4-opengl > > Given that by default, an install off the 8.4 DVD uses pkg_, does any of the > above apply? I think this just matters for using pkg to do an upgrade, so I think this only applies if you are going to upgrade your ports by hand or if you are going to switch to pkg. -- John Baldwin