From owner-cvs-all Tue Feb 12 22:30:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D68837B402; Tue, 12 Feb 2002 22:30:43 -0800 (PST) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D6UhN27594; Tue, 12 Feb 2002 22:30:43 -0800 (PST) (envelope-from mi) Message-Id: <200202130630.g1D6UhN27594@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 12 Feb 2002 22:30:43 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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