Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2000 01:20:06 -0700 (PDT)
From:      Maxim Tulyuk <mt@lucky.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/20849: fix port: net/gated
Message-ID:  <200008260820.BAA82964@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/20849; it has been noted by GNATS.

From: Maxim Tulyuk <mt@lucky.net>
To: Kris Kennaway <kris@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/20849: fix port: net/gated
Date: Sat, 26 Aug 2000 11:15:09 +0300

 On Fri, Aug 25, 2000 at 04:55:09PM -0700, Kris Kennaway wrote:
 > On Sat, 26 Aug 2000 mt@lucky.net wrote:
 > 
 > > 	Recompile gated without SMUX/SNMP subagent support (about SMUX see
 > > 	RFC 1227).
 > 
 > Sounds like this could be useful to some people. IMO, better to make this
 > a WITHOUT_SMUX option in the port for the few people who would be annoyed
 > by the log_in_vain sysctl messages
 
 ok.
 New patch:
 --- Makefile.orig	Mon May 15 03:43:36 2000
 +++ Makefile	Sat Aug 26 11:03:04 2000
 @@ -15,6 +15,9 @@
  MAINTAINER=	dec@FreeBSD.org
  
  GNU_CONFIGURE= 	yes
 +.if defined(WITHOUT_SMUX)
 +CONFIGURE_ARGS+=	--disable-smux
 +.endif
  
  post-configure:
  	cd ${WRKSRC} && make depend
 
 -- 
 Maxim Tulyuk (MT4697-RIPE)      | tel: (38044) 2443480
 ISP "Lucky Net", Duty Postmaster|      (38044) 2388823
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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