- add previously ignored LUA and V4L dependencies under appropriate knobs (haven't tested them beyond compilation and plist; at least they don't break graphics/gimp-app) - put MMX and SSE optimizations[1] under separate knob, off by default - while here, sort SDL knob (SDL goes *before* SPIRO) [1] I'm aware of closed ports/128130. But that is no reason to disable optimizations unconditionally. They *may* work in some situations, e.g. they work here on gcc-4.2.1 + as-2.15 (from base) as well as on gcc-4.5.0 + as-2.19 on CPU Core2 Duo E8400.
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool)
Forgot to mention, I tested OPTIMIZE knob with and without NOPORTDOCS. I even tried to put --enable-mmx and --enable-sse into Makefile. But the error in that PR doesn't affect me and probably anyone else on FreeBSD 8.0-CURRENT amd64. --- gegl-build begins here --- gmake[4]: Leaving directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery/data' gmake[4]: Entering directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery' --[Updating sample compositions]-- ./OpenRaster-00.xml ./OpenRaster-01.xml ./OpenRaster-04.xml ** (gegl:58242): WARNING **: tab overflow 29>25 ** (gegl:58242): WARNING **: tab overflow 35>33 ./clones.xml ** (gegl:58295): WARNING **: tab overflow 29>25 ** (gegl:58295): WARNING **: tab overflow 35>33 gmake[4]: Leaving directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery' gmake[3]: Leaving directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery' --- gegl-build ends here ---
gahr 2009-07-24 09:24:10 UTC FreeBSD ports repository Modified files: graphics/gegl Makefile pkg-plist Log: - Add OPTIONS for LUA and V4L - Minor refactoring PR: 137021 Submitted by: Anonymous <swell.k@gmail.com> Revision Changes Path 1.10 +25 -5 ports/graphics/gegl/Makefile 1.5 +4 -2 ports/graphics/gegl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!