diff options
author | mi <mi@FreeBSD.org> | 2002-02-13 14:30:43 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-02-13 14:30:43 +0800 |
commit | f014811ac22ea5a69bdb2323346a452541092491 (patch) | |
tree | 07218ea53b252c62c734175567522228ad55b69c /biology/tinker | |
parent | 0575e23773120b6330de30d422d95f6bf57f89d3 (diff) | |
download | freebsd-ports-gnome-f014811ac22ea5a69bdb2323346a452541092491.tar.gz freebsd-ports-gnome-f014811ac22ea5a69bdb2323346a452541092491.tar.zst freebsd-ports-gnome-f014811ac22ea5a69bdb2323346a452541092491.zip |
The ImageMagick crew took this library over and released the 1.2.0.4.
The changes:
. our patch-gcc3 (provided to me by Alex Vasylenko) is
incorporated;
. the library uses its own implementation of wchar; they
say, it can only work if sizeof(wchar_t) is 2 bytes, so
they can not rely on the OS provided wchar...
The port changed:
. the package is installed as libfpx-version rather than
fpx-version;
. make is passed `-j2', which is very efficient even for
non-SMP machines, since each file is compiled twice --
for .o and .So object -- with -j2 they are compiled at
the same time, utilizing the cache;
. don't insist on any particular version of -ljpeg;
. ftp.imagemagick.org added to the MASTER_SITES (time for
MASTER_SITE_IMAGEMAGICK);
. the ABI and API did not change, so, the installed library's
version remains the same.
Diffstat (limited to 'biology/tinker')
0 files changed, 0 insertions, 0 deletions