Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 20:34:21 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458787 - in head: . net/frr
Message-ID:  <201801112034.w0BKYLoJ019261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Jan 11 20:34:21 2018
New Revision: 458787
URL: https://svnweb.freebsd.org/changeset/ports/458787

Log:
  Mark net/frr as RESTRICTED, it contains a possible GPL violation of some
  of the Quagga software that it includes.
  
  Submitted by:	Paul Jakma (author of Quagga)
  With hat:	portmgr
  MFH:		2018Q1

Modified:
  head/LEGAL
  head/net/frr/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Thu Jan 11 20:34:08 2018	(r458786)
+++ head/LEGAL	Thu Jan 11 20:34:21 2018	(r458787)
@@ -252,3 +252,4 @@ btsync_*		net-p2p/btsync		Redistribution forbidden by 
 sas2ircu-*		sysutils/sas2ircu	May not be redistributed. Must accept license to download.
 snes9x-*		emulators/snes9x-gtk	Commercial users must seek permission from copyright holders.
 rainloop-1.*.zip	mail/rainloop		Redistribution in any form is prohibited
+frr-*			net/frr			possible GPL violation of Quagga project

Modified: head/net/frr/Makefile
==============================================================================
--- head/net/frr/Makefile	Thu Jan 11 20:34:08 2018	(r458786)
+++ head/net/frr/Makefile	Thu Jan 11 20:34:21 2018	(r458787)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	gawk:lang/gawk
 LIB_DEPENDS=	libjson-c.so:devel/json-c
 
+RESTRICTED=	possible GPL violation of Quagga project
+
 CONFLICTS=	openbgpd openospfd zebra quagga-esr quagga
 
 USE_GITHUB=	yes



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