From owner-freebsd-ports@FreeBSD.ORG Mon May 13 14:43:44 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3296E9A9 for ; Mon, 13 May 2013 14:43:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id E29B4ABD for ; Mon, 13 May 2013 14:43:43 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=FMqZNpUs c=1 sm=0 a=nVny9ETX7T5uMhI2oTVyRA==:17 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=9OmE1MVQXmcA:10 a=fCb1iFTXf-54x0aFmOYA:9 a=CjuIK1q_8ugA:10 a=nVny9ETX7T5uMhI2oTVyRA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 209.6.193.164 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.193.164] ([209.6.193.164:61698] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 12/62-24381-E1CF0915; Mon, 13 May 2013 10:43:42 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20880.64541.634713.135232@jerusalem.litteratus.org> Date: Mon, 13 May 2013 10:43:41 -0400 To: RW Subject: Re: qt3 -> qt4 question In-Reply-To: <20130513152251.0b0be3b8@gumby.homeunix.com> References: <86ppwvm4p6.fsf@jerusalem.litteratus.org> <20130513152251.0b0be3b8@gumby.homeunix.com> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 14:43:44 -0000 RW writes: > > 1) I have x11-toolkits/qt-copy (part of qt33) installed, and > > at least a dozen ports that depend on it. > > IIRC qt-copy is an alternate version of qt33 with some extra patches > > > 2) Attempts to upgrade devel/qt4-corelibs fail on complaints > > the two conflict. > > 3) I cannot find a "qt4-copy", and there is no mention of this > > in UPDATING going back three years. > > 4) What is the correct successor for qt-copy? Is that > > functionality been included elsewhere in qt4? > > 5) Is there a way to determine which (if any) of the dependent > > ports will have issues with the conversion? Right now the choice > > seems to be between a) inspecting the Makefiles (my make-fu is at > > the slapstick comedy level) and b) just doing and hoping nothing > > breaks. > > I'm not really sure what you are trying to do, but you can't simply > replace qt33 with qt4, there may be some exceptions, but generally > things depend on one or the other. This is the specific issue: ===>>> Starting build for devel/qt4-corelib <<<=== ===>>> All dependencies are up to date ===> Cleaning for qt4-corelib-4.8.4_2 ====================================================================== Qt 4 can be built with optional support for: - Common UNIX Printing System (CUPS) (enabled by default) - Network Audio System (NAS) - Qt style that renders using GTK (QGTKSTYLE) In order to enable them, you have to add QT4_OPTIONS= CUPS NAS QGTKSTYLE to your /etc/make.conf and compile devel/qt4-corelib and x11-toolkits/qt4-gui ports. Attention! Whenever you change the QT4_OPTIONS both devel/qt4-corelib and x11-toolkits/qt4-gui ports must be rebuilt! ====================================================================== ===> qt4-corelib-4.8.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qt4-corelib-4.8.4_2 for building ===> qt4-corelib-4.8.4_2 conflicts with installed package(s): qt-copy-3.3.8_14 They will not build together. Please remove them first with pkg delete. *** [check-build-conflicts] Error code 1 Stop in /usr/ports/devel/qt4-corelib. Does this help? Robert Huff