Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 19:54:38 +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: r492066 - head/devel/ignition-transport
Message-ID:  <201902031954.x13JscCx077836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  3 19:54:38 2019
New Revision: 492066
URL: https://svnweb.freebsd.org/changeset/ports/492066

Log:
  Mark BROKEN: fails to build
  
  CMake Error in src/CMakeLists.txt:
    Imported target "ZeroMQ::ZeroMQ" includes non-existent path
      "/usr/local/lib/pgm-5.2/include"
  
  Reported by:	pkg-fallout

Modified:
  head/devel/ignition-transport/Makefile

Modified: head/devel/ignition-transport/Makefile
==============================================================================
--- head/devel/ignition-transport/Makefile	Sun Feb  3 19:50:52 2019	(r492065)
+++ head/devel/ignition-transport/Makefile	Sun Feb  3 19:54:38 2019	(r492066)
@@ -11,6 +11,8 @@ COMMENT=	Ignition transport classes and functions for 
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	ignition-cmake==2:devel/ignition-cmake \
 		ignition-tools>0:devel/ignition-tools \
 		cppzmq>0:net/cppzmq



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