Bug 153602 - In security/p5-GD-SecurityImage added option for depending on ImageMagick or not
Summary: In security/p5-GD-SecurityImage added option for depending on ImageMagick or not
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-01 19:10 UTC by Grzegorz Blach
Modified: 2011-01-15 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.59 KB, patch)
2011-01-01 19:10 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2011-01-01 19:10:11 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-01 19:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-01-15 12:20:49 UTC
Responsible Changed
From-To: perl->sunpoet

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-01-15 15:35:46 UTC
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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-01-15 15:37:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!