svn commit: r503438 - head/graphics/hugin

Greg Lehey grog at FreeBSD.org
Tue Jun 4 04:51:21 UTC 2019


Author: grog
Date: Tue Jun  4 04:51:18 2019
New Revision: 503438
URL: https://svnweb.freebsd.org/changeset/ports/503438

Log:
  Mark as broken on i386.  This can stay: Hugin requires more memory
  than i386 supports.

Modified:
  head/graphics/hugin/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Tue Jun  4 04:51:09 2019	(r503437)
+++ head/graphics/hugin/Makefile	Tue Jun  4 04:51:18 2019	(r503438)
@@ -26,6 +26,8 @@ RUN_DEPENDS=	enblend>=4.1.4:graphics/enblend \
 		exiftool:graphics/p5-Image-ExifTool \
 		gmake:devel/gmake
 
+BROKEN_i386=	Fails to build: ld: error: src/hugin_base/libhuginbase.so.0.0: undefined reference to __atomic_load
+
 USES=		cmake compiler:c++11-lib desktop-file-utils \
 		gettext jpeg pkgconfig shared-mime-info shebangfix tar:bzip2
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}


More information about the svn-ports-all mailing list