svn commit: r486479 - head/graphics/cloudcompare

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 20:18:49 UTC 2018


Author: antoine
Date: Sun Dec  2 20:18:48 2018
New Revision: 486479
URL: https://svnweb.freebsd.org/changeset/ports/486479

Log:
  Mark BROKEN: wrong LIB_DEPENDS
  
  ===>   cloudcompare-2.9.1.288_3 depends on shared library: libpcl_people.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/cloudcompare/Makefile

Modified: head/graphics/cloudcompare/Makefile
==============================================================================
--- head/graphics/cloudcompare/Makefile	Sun Dec  2 20:16:53 2018	(r486478)
+++ head/graphics/cloudcompare/Makefile	Sun Dec  2 20:18:48 2018	(r486479)
@@ -13,6 +13,7 @@ COMMENT=	3D point cloud processing software
 LICENSE=	GPLv2+ LGPL20+
 LICENSE_COMB=	multi
 
+BROKEN=		wrong LIB_DEPENDS: libpcl_people.so - not found
 BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
 
 USES=		cmake:outsource localbase:ldflags qt:5


More information about the svn-ports-all mailing list