Date: Tue, 4 Jun 2019 04:51:19 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503438 - head/graphics/hugin Message-ID: <201906040451.x544pJH3000885@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906040451.x544pJH3000885>