#18623 closed enhancement (fixed)
Reduce Library dependencies for ImageMagick
Reported by: | tdoan@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | ImageMagick |
Description
Recently the xorg-libs meta port has grown exponentially. ImageMagick does not actually require this new world of libraries. Please update the depends_lib for ImageMagick from port:xorg-libs to port:xorg-libX11.
Thank you.
Change History (5)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Milestone: | Port Bugs → Port Enhancements |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | ImageMagick added |
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
For ImageMagick, Jeremy's script (once I fixed a few things) determined that we need to depend on xorg-libXt and xorg-libXext. Changed the port to use that, and updated it to 6.4.9-6 while we're at it, in r47293.
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Forgot to update no_x11 variant; fixed it in r47298.
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
This is what Jeremy wrote a script for here:
http://lists.macosforge.org/pipermail/macports-dev/2009-January/007007.html
I didn't use it yet for any of my ports. I need to do that.