svn commit: r428913 - head/net-mgmt/icinga2

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 19 09:07:46 UTC 2016


Author: amdmi3
Date: Mon Dec 19 09:07:45 2016
New Revision: 428913
URL: https://svnweb.freebsd.org/changeset/ports/428913

Log:
  - Mark broken on 9.x
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/icinga2/Makefile

Modified: head/net-mgmt/icinga2/Makefile
==============================================================================
--- head/net-mgmt/icinga2/Makefile	Mon Dec 19 09:05:48 2016	(r428912)
+++ head/net-mgmt/icinga2/Makefile	Mon Dec 19 09:07:45 2016	(r428913)
@@ -10,12 +10,14 @@ MAINTAINER=	lme at FreeBSD.org
 COMMENT=	Monitoring and management system for hosts, services and networks
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libyajl.so:devel/yajl
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	does not build
+BROKEN_FreeBSD_9=	does not configure (Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0 is required).)
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	icinga


More information about the svn-ports-all mailing list