Date: Mon, 23 Sep 2013 05:58:20 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Boris Samorodov <bsam@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r327791 - in head/graphics/eos-movrec: . files Message-ID: <20130923055820.GA62466@FreeBSD.org> In-Reply-To: <201309210613.r8L6Dcqf092555@svn.freebsd.org> References: <201309210613.r8L6Dcqf092555@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130923055820.GA62466>