From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 05:58:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5B8CBE12; Mon, 23 Sep 2013 05:58:20 +0000 (UTC) Date: Mon, 23 Sep 2013 05:58:20 +0000 From: Alexey Dokuchaev To: Boris Samorodov Subject: Re: svn commit: r327791 - in head/graphics/eos-movrec: . files Message-ID: <20130923055820.GA62466@FreeBSD.org> References: <201309210613.r8L6Dcqf092555@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309210613.r8L6Dcqf092555@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 05:58:20 -0000 On Sat, Sep 21, 2013 at 06:13:38AM +0000, Boris Samorodov wrote: > New Revision: 327791 > URL: http://svnweb.freebsd.org/changeset/ports/327791 > > Log: > - Update to 0.3.2_beta > [...] > - Change dependencies for QT4 What caused dependencies change (see below)? > -USE_QT4= qmake_build moc_build rcc_build uic_build gui > +USE_QT4= corelib dbus declarative designer gui help iconengines imageformats \ > + moc_build multimedia network opengl phonon qmake_build qt3support \ > + rcc_build script scripttools sql qt3support uic_build webkit xml xmlpatterns When I first ported this nice little program, it was simple GUI application (hence USE_QT4=gui only). Now with what looks like minor version update, it pulls in the whole Qt framework with everything including qt3support and webkit. Can you elaborate what happened to an utility for capturing short movies from a camera that it started to require webkit, designer, phonon, etc.? Did the author go insane? Broken prebuild checks? Can this shit be made optional at least? ./danfe