diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-13 06:30:43 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-13 06:30:43 +0000 |
commit | c74bdc61c8b67ca0e5b42f95ac96e825cf79eb47 (patch) | |
tree | 907bc1497dd3480d6d66b95c888716dbced3bca2 /graphics/libfpx/distinfo | |
parent | - Metamod update to fix problems with Day of Defeat mod (diff) |
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 'graphics/libfpx/distinfo')
-rw-r--r-- | graphics/libfpx/distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfpx/distinfo b/graphics/libfpx/distinfo index 41a706ace5da..b697d71e209c 100644 --- a/graphics/libfpx/distinfo +++ b/graphics/libfpx/distinfo @@ -1 +1 @@ -MD5 (fpx-1.2.0-3.tar.gz) = 37dea1af585c8747c06c9845041afd51 +MD5 (libfpx-1.2.0.4.tar.gz) = e74bc1ed5c9d912563bec5ae19ad4676 |