svn commit: r498150 - head/net-mgmt/netxms

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 16:52:02 UTC 2019


Author: antoine
Date: Sat Apr  6 16:52:01 2019
New Revision: 498150
URL: https://svnweb.freebsd.org/changeset/ports/498150

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/net-mgmt/netxms/Makefile

Modified: head/net-mgmt/netxms/Makefile
==============================================================================
--- head/net-mgmt/netxms/Makefile	Sat Apr  6 16:46:17 2019	(r498149)
+++ head/net-mgmt/netxms/Makefile	Sat Apr  6 16:52:01 2019	(r498150)
@@ -12,6 +12,9 @@ COMMENT=	Network monitoring system
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+BROKEN_FreeBSD_12=	'net/iso88025.h' file not found
+BROKEN_FreeBSD_13=	'net/iso88025.h' file not found
+
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
 		libjansson.so:devel/jansson \


More information about the svn-ports-head mailing list