Date: Wed, 24 Oct 2018 06:03:33 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482880 - head/science/avogadro Message-ID: <201810240603.w9O63XY2043124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Oct 24 06:03:32 2018 New Revision: 482880 URL: https://svnweb.freebsd.org/changeset/ports/482880 Log: science/avogadro: Add CONFLICTS statement Approved by: portmgr blanket Modified: head/science/avogadro/Makefile Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Wed Oct 24 05:36:11 2018 (r482879) +++ head/science/avogadro/Makefile Wed Oct 24 06:03:32 2018 (r482880) @@ -12,6 +12,8 @@ COMMENT= Advanced molecular editor and viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= libmsym + BROKEN_armv6= fails to compile: eigen2/Eigen/src/Core/Assign.h: you mixed different numeric types in 'Eigen::ei_static_assert<false>' BROKEN_armv7= fails to compile: eigen2/Eigen/src/Core/Assign.h: you mixed different numeric types in 'Eigen::ei_static_assert<false>'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810240603.w9O63XY2043124>