svn commit: r394613 - head/graphics/freeimage

Alexey Dokuchaev danfe at FreeBSD.org
Tue Aug 18 16:08:38 UTC 2015


Author: danfe
Date: Tue Aug 18 16:08:37 2015
New Revision: 394613
URL: https://svnweb.freebsd.org/changeset/ports/394613

Log:
  Add a comment that version 3.17.0 is available, but does not build on i386.

Modified:
  head/graphics/freeimage/Makefile

Modified: head/graphics/freeimage/Makefile
==============================================================================
--- head/graphics/freeimage/Makefile	Tue Aug 18 16:07:11 2015	(r394612)
+++ head/graphics/freeimage/Makefile	Tue Aug 18 16:08:37 2015	(r394613)
@@ -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}


More information about the svn-ports-all mailing list