Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 20:18:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486479 - head/graphics/cloudcompare
Message-ID:  <201812022018.wB2KInDj044655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812022018.wB2KInDj044655>