diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-08-18 16:08:37 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-08-18 16:08:37 +0000 |
commit | 4cdb62cb77c890cfef9dc7bf7e703666f6a1fea8 (patch) | |
tree | f8a657b599d655966febc8c56339ce362f692044 /graphics/freeimage | |
parent | Upgrade to version 0.3.8. (diff) |
Add a comment that version 3.17.0 is available, but does not build on i386.
Notes
Notes:
svn path=/head/; revision=394613
Diffstat (limited to 'graphics/freeimage')
-rw-r--r-- | graphics/freeimage/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile index 9230406dab07..e4fa4963f4fc 100644 --- a/graphics/freeimage/Makefile +++ b/graphics/freeimage/Makefile @@ -3,6 +3,9 @@ PORTNAME= freeimage PORTVERSION= 3.16.0 +# Version 3.17.0 is available, but does not build on i386 (and probably +# other 32-bit arches) without some not-quite-trivial patching. If one +# decides to update the port, please make sure 32-bit builds are tested! CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION} DISTNAME= FreeImage${PORTVERSION:S/.//g} |