Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 09:07:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428913 - head/net-mgmt/icinga2
Message-ID:  <201612190907.uBJ97jgo070193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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