svn commit: r548099 - head/graphics/cloudcompare

Mark Linimon linimon at FreeBSD.org
Wed Sep 9 15:00:01 UTC 2020


Author: linimon
Date: Wed Sep  9 15:00:00 2020
New Revision: 548099
URL: https://svnweb.freebsd.org/changeset/ports/548099

Log:
  Mark this port as broken everywhere since r546770 update to math/flann:
  
    cloudcompare-2.10.3_4 depends on shared library: libflann_cpp_s.so - not found
  
  Note that this port is unmaintained and expiring in a few days, so, if
  anyone has any interest in it, they should speak up.

Modified:
  head/graphics/cloudcompare/Makefile

Modified: head/graphics/cloudcompare/Makefile
==============================================================================
--- head/graphics/cloudcompare/Makefile	Wed Sep  9 14:48:20 2020	(r548098)
+++ head/graphics/cloudcompare/Makefile	Wed Sep  9 15:00:00 2020	(r548099)
@@ -15,6 +15,7 @@ LICENSE_COMB=	multi
 DEPRECATED=	Uses deprecated version of python
 EXPIRATION_DATE=	2020-09-15
 
+BROKEN=			fails to build: fails in lib_depends since r546770
 BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
 
 USES=		cmake compiler:c++11-lang localbase:ldflags qt:5


More information about the svn-ports-all mailing list