ports/118339: port net/quagga needs --enable-tcp-zebra option

Boris Kovalenko boris at tagnet.ru
Mon Jan 28 12:20:02 UTC 2008


The following reply was made to PR ports/118339; it has been noted by GNATS.

From: Boris Kovalenko <boris at tagnet.ru>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/118339: port net/quagga needs --enable-tcp-zebra option
Date: Mon, 28 Jan 2008 16:41:24 +0500

 This is a multi-part message in MIME format.
 --------------080801090209030308040900
 Content-Type: text/plain; charset=KOI8-R; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hello!
 
 
 Here is new patch as portrevision has changed
 
 With respect,
     Boris
 
 
 --------------080801090209030308040900
 Content-Type: text/plain;
  name="Makefile.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="Makefile.diff"
 
 --- Makefile.orig	Mon Jan 14 09:31:05 2008
 +++ Makefile	Mon Jan 28 16:39:42 2008
 @@ -7,7 +7,7 @@
  
  PORTNAME=	quagga
  PORTVERSION=	0.99.9
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	net ipv6
  MASTER_SITES=	http://quagga.net/download/ \
  		http://www.ru.quagga.net/download/ \
 @@ -111,6 +111,10 @@
  .if defined(WITH_SNMP)
  CONFIGURE_ARGS+=--enable-snmp
  LIB_DEPENDS+=netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
 +.endif
 +
 +.if defined(WITH_TCPSOCKETS)
 +CONFIGURE_ARGS+=--enable-tcp-zebra
  .endif
  
  .if defined(WITH_TCPMD5)
 
 --------------080801090209030308040900--



More information about the freebsd-ports-bugs mailing list