svn commit: r502464 - head/net-mgmt/nagvis

Tobias Kortkamp tobik at FreeBSD.org
Fri May 24 12:42:48 UTC 2019


Author: tobik
Date: Fri May 24 12:42:46 2019
New Revision: 502464
URL: https://svnweb.freebsd.org/changeset/ports/502464

Log:
  net-mgmt/nagvis: Mark NDO2DB option as broken
  
  USE_PHP=mysql no longer works.
  
  PR:		238103

Modified:
  head/net-mgmt/nagvis/Makefile

Modified: head/net-mgmt/nagvis/Makefile
==============================================================================
--- head/net-mgmt/nagvis/Makefile	Fri May 24 12:39:28 2019	(r502463)
+++ head/net-mgmt/nagvis/Makefile	Fri May 24 12:42:46 2019	(r502464)
@@ -38,7 +38,8 @@ NDO2DB_DESC=		Depend on ndo2db broker
 
 GRAPHVIZ_RUN_DEPENDS=		dot:graphics/graphviz
 MKLIVESTATUS_RUN_DEPENDS=	mk-livestatus>=0:net-mgmt/mk-livestatus
-NDO2DB_USE=			PHP=mysql
+NDO2DB_BROKEN=			USE_PHP=mysql no longer supported
+#NDO2DB_USE=			PHP=mysql
 NDO2DB_RUN_DEPENDS=		ndo2db-3x:net-mgmt/ndoutils
 
 post-extract:


More information about the svn-ports-all mailing list