svn commit: r492066 - head/devel/ignition-transport

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 19:54:39 UTC 2019


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


More information about the svn-ports-all mailing list