Date: Mon, 28 Jan 2008 12:20:02 GMT From: Boris Kovalenko <boris@tagnet.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/118339: port net/quagga needs --enable-tcp-zebra option Message-ID: <200801281220.m0SCK2kX027209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/118339; it has been noted by GNATS. From: Boris Kovalenko <boris@tagnet.ru> To: bug-followup@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801281220.m0SCK2kX027209>