svn commit: r458787 - in head: . net/frr

Rene Ladan rene at FreeBSD.org
Thu Jan 11 20:34:23 UTC 2018


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


More information about the svn-ports-head mailing list