svn commit: r449967 - head/net/quagga

Kurt Jaeger pi at FreeBSD.org
Sat Sep 16 16:31:16 UTC 2017


Author: pi
Date: Sat Sep 16 16:31:15 2017
New Revision: 449967
URL: https://svnweb.freebsd.org/changeset/ports/449967

Log:
  net/quagga: register conflict with frr
  
  PR:		222368
  Submitted by:	Franco Fichtner <franco at opnsense.org>

Modified:
  head/net/quagga/Makefile

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Sat Sep 16 15:43:32 2017	(r449966)
+++ head/net/quagga/Makefile	Sat Sep 16 16:31:15 2017	(r449967)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	gawk:lang/gawk
 
-CONFLICTS=	openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]*
+CONFLICTS=	openbgpd openospfd zebra quagga-re frr
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-exampledir=${PREFIX}/share/examples/quagga


More information about the svn-ports-all mailing list