Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2002 22:30:43 -0800 (PST)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/libfpx Makefile distinfo ports/graphics/libfpx/files patch-basics::a_file.cpp patch-gcc3
Message-ID:  <200202130630.g1D6UhN27594@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2002/02/12 22:30:43 PST

  Modified files:
    graphics/libfpx      Makefile distinfo 
    graphics/libfpx/files patch-basics::a_file.cpp 
  Removed files:
    graphics/libfpx/files patch-gcc3 
  Log:
  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.
  
  Revision  Changes    Path
  1.5       +4 -6      ports/graphics/libfpx/Makefile
  1.3       +1 -1      ports/graphics/libfpx/distinfo
  1.2       +0 -8      ports/graphics/libfpx/files/patch-basics::a_file.cpp
  1.2       +0 -50     ports/graphics/libfpx/files/patch-gcc3 (dead)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202130630.g1D6UhN27594>