Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 16:28:34 +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: r508319 - head/graphics/vv
Message-ID:  <201908071628.x77GSYa5074401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Aug  7 16:28:34 2019
New Revision: 508319
URL: https://svnweb.freebsd.org/changeset/ports/508319

Log:
  Mark BROKEN: wrong LIB_DEPENDS
  
  ===>   vv-1.4.0.271_7 depends on shared library: libITKLabelMap-4.13.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/vv/Makefile

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Wed Aug  7 16:23:05 2019	(r508318)
+++ head/graphics/vv/Makefile	Wed Aug  7 16:28:34 2019	(r508319)
@@ -13,6 +13,8 @@ COMMENT=	Fast and simple 4D image viewer
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		wrong LIB_DEPENDS
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libgdcmCommon.so:devel/gdcm \



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