Version: 3.18.0, Package name: freeimage-3.18.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X). |
Filesize: 7241.91 KB |
Version History (View Complete History) |
|
2021-02-27 06:37:24 by Stuart Henderson | Files touched by this commit (5) |
Log message: add some FIX_CRLF_FILES for ports hiding behind s/\015//g (left out games/dungeon which also has ^Z fixes in the same perl subst) |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-23 11:55:31 by Charlene Wendling | Files touched by this commit (4) |
Log message: freeimage: Fix build on archs where char is unsigned by default (ppc, arm) Also, don't hardcode g++ when building tests (spotted by kmos@, thanks!), and remove a trailing whitespace in DESCR. OK phessler@ |
2018-11-19 11:46:16 by Christian Weisgerber | Files touched by this commit (2) |
Log message: build code for shared lib with -fPIC on all archs, link C++ code with CXX, don't link explicitly with libstdc++ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-28 15:18:46 by Daniel Jakots | Files touched by this commit (6) |
Log message: Remove eric@ from maintainer, discussed with him. |
2018-04-07 03:08:00 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Unbreak build - fix for clang 6.0 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-01-21 11:15:14 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: sync with graphics/openjpeg to not use malloc.h on i386. spotted by sthen@ |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |