svn commit: r327791 - in head/graphics/eos-movrec: . files

Alexey Dokuchaev danfe at FreeBSD.org
Mon Sep 23 05:58:20 UTC 2013


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


More information about the svn-ports-all mailing list