p5-GD-SecurityImage module can use GD or ImageMagick for creating images. When depends only on GD, it needs 14 ports as dependencies, but when depends on ImageMagick too, it needs 66 ports. In this list some ports are quite huge like eg. python, libX*, ghostscript, cups, glib2. Since this module can be fully useable when use only GD, I added patch which add option for disabling ImageMagick. I don't need this module, so I can save time and disk space when I'm building p5-GD-SecurityImage. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I will take it.
sunpoet 2011-01-15 15:35:41 UTC FreeBSD ports repository Modified files: security/p5-GD-SecurityImage Makefile distinfo Log: - Let graphics/ImageMagick be an optional dependency - Add OPTIONS: IMAGEMAGICK - Bump PORTREVISION for dependency change - Remove obsolete MD5 checksum PR: ports/153602 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes Revision Changes Path 1.20 +11 -3 ports/security/p5-GD-SecurityImage/Makefile 1.10 +0 -1 ports/security/p5-GD-SecurityImage/distinfo _______________________________________________ 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!