LIB_DEPENDS. ImageMagick will compile with any version of -ljpeg,
-ljbig, -lmpeg2, -lbz2, -lfpx, -lfreetype, -lxml2, -lpng, -llcms. I'm
not sure about -ltiff (we had the old, incompatible version ported for
a while as recently as a few years ago) and -lltdl (libtool).
This should make this port more resilient to upgrades to the other
ports and make it easier to build by people, who already have earlier
versions of the other libraries installed.
The idea -- of not requiring particular versions in some/most cases --
in general was discussed on -ports.
revision
o This port requires special treatment regarding pthreads support,
more than the ordinary one
o According to submitter: "Of cource, it isn't ordinary style to
use -lc_r and -pthread at once, there are some reasons for
hardcoding -lc_r within configure script of ImageMagick port even
if on -stable"
Submitted by: KATO Tsuguru <tkato@prontomail.com>
ImageMagick versions. Add WITHOUT_ option to disable them.
Enable modules by default, much smaller executable up to 10Mb runtime.
Add WITHOUT_ option to disable them.
Use IMAGEMAGICK portion for two WITHOUT_ option names mentioned above - it
allows to put them to /etc/make.conf without conflicts.
Add few comments about options
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
o add dependency on devel/libfpx.
o get rid of libtool dependency unless WITH_MODULES.
o trim unnecessary BUILD_DEPENDS'.
PR: 25745
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
knob. IMO, this should be removed at all. It seems, the "modules"
provide solution to a problem that does not exist. And provide poorly.
First, every module is really a shell script (.la), which loads the
namesake shared object (.so). Second -- they don't work. At least, not
on FreeBSD. I wish someone did
cd work/ImageMagick-<version>/PerlMagick/demo
make
before enabling them for the rest of us...
build without X11 support, for use on X11-less servers. Some
dependencies had to be turned off -- until those ports are fixed
to support the NO_X knob as well.
I did not go as far as creating a slave port
(ImageMagick-nox11). (BTW, may be we want a new category --
no-x11 -- for the slave ports of the stuff that's available in
both -- x11 and nox11 -- flavors?)
Nothing should change for the regular (non-NO_X) case -- hence
PORTREVISION not touched.
works. This patch adds --with-threads only when perl is threaded. Fixing
Makefile.PL only not helps because libMagick.so linking _require_
-pthread when --with-threads used.
Approved by: Maintainer's silence