From owner-freebsd-stable@FreeBSD.ORG Wed Feb 26 18:49:55 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 6A53771F; Wed, 26 Feb 2014 18:49:55 +0000 (UTC) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD5BA1C3B; Wed, 26 Feb 2014 18:49:54 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id cz12so1691217veb.7 for ; Wed, 26 Feb 2014 10:49:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N3zmw91Alx12hzIRXnGs9ASpyMA8VdjmUGXxxuOrwDM=; b=tWsNu9U6Lbbb8B3AxJprczFNPbz0pH/Ovnf8IbHsujENoPmITVtf/Gih4Cr8qWXPcA IOgcHecSJ90DNbcnhDjdZ1IydTIde7mw1WRmB3d0nNMd8E0LLYM1D9LcrM+CVoBLDRv3 C97NhLzU+15q6q8kpTF/0QhARuqIb6lMxg//XgrwstRu+HdwzpZBXZi9H/ViCvWzuoiJ VsnFAvf5MP/PKUt4wKbHdvVohSdlBkl4wpreuYQon84RxcI7Kym2O3EIz9RXOQ3aLmR5 F4wUPWwmp+HQFsfJJRjXrzZ19GNxXF9Zbf46xB82TGvkRuNfRptspAMc+IGuKyBQxYSD fCgQ== MIME-Version: 1.0 X-Received: by 10.52.29.113 with SMTP id j17mr5962173vdh.22.1393440593926; Wed, 26 Feb 2014 10:49:53 -0800 (PST) Received: by 10.220.168.135 with HTTP; Wed, 26 Feb 2014 10:49:53 -0800 (PST) In-Reply-To: <34dd0b5cfec6f682f469cab3ebf0c233.authenticated@ultimatedns.net> References: <8aaf1ac678e49ccce2483035e5ca6104.authenticated@ultimatedns.net> <201402261111.32191.jhb@freebsd.org> <34dd0b5cfec6f682f469cab3ebf0c233.authenticated@ultimatedns.net> Date: Wed, 26 Feb 2014 13:49:53 -0500 Message-ID: Subject: Re: I'm on STABLE, will I no longer be able to use qt4? From: Thomas Hoffmann To: FreeBSD Stable Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Chris H , John Baldwin 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 18:49:55 -0000 On Wed, Feb 26, 2014 at 1:40 PM, Chris H wrote: > > 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. > > Thank you very much for the thoughtful reply. > I'm currently upgrading. Haven't "switched" to pkg (still using whatever > "default" is). > Only trouble I've had so far, is with x11/kdelibs4 failing. But I don't > think it's > related to the above. > > Thanks again, for the reply. > > --Chris > > > > > -- > > John Baldwin > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > > > x11/kdelibs4 is dependent on textproc/docbook*. Have you seen 20140219 entry in /usr/ports/UPDATING? -Tom