(fwd) ircd-hybrid ports

David Taylor davidt at yadt.co.uk
Wed Jan 25 06:29:08 EST 2006


Since I'm not the maintainer of the of the freebsd port anymore,
I thought I should forward this:

----- Forwarded message from Budi Ang <bang at dm.co.id> -----

> From: Budi Ang <bang at dm.co.id>
> Subject: ircd-hybrid ports
> To: David Taylor <davidt at yadt.co.uk>
> X-Original-To: davidt at yadt.co.uk
> Delivered-To: davidt at yadt.co.uk
> Date: Tue, 24 Jan 2006 15:52:53 +0700
> 
> Hi there Mr Taylor, forgive me if I just sent this to you, not to ports@
> 
> Anyway, thanks for ircd-hybrid ports. I've made a patch to ircd-hybrid 
> to add TOPICLEN, just like irc/ircd-hybrid-ru
> 
> Regards
> Budi Ang
> 
> 

> diff -ruN /usr/ports/irc/ircd-hybrid/Makefile ircd-hybrid/Makefile
> --- /usr/ports/irc/ircd-hybrid/Makefile	Wed Jan 11 03:26:14 2006
> +++ ircd-hybrid/Makefile	Tue Jan 24 15:44:28 2006
> @@ -35,7 +35,8 @@
>  # WITH_SMALL_NET	- Tunes the memory allocation for small networks.
>  # WITH_HALFOPS		- Enable halfops on the server.
>  # NICKLEN		- Nick length. Default is 9. Must be consistant across the network.
> -# MAXCLIENTS		- Set this to the maximum number of clients supported by this server. Default is 200
> +# TOPICLEN		- Topic length. Default is 160, max 390.
> +# MAXCLIENTS		- Set this to the maximum number of clients supported by this server. Default is 200.
>  
>  .if defined(PREFIX)
>  CONFIGURE_ARGS+=	--prefix=${PREFIX}
> @@ -67,6 +68,10 @@
>  
>  .if defined(NICKLEN)
>  CONFIGURE_ARGS+=	--with-nicklen=${NICKLEN}
> +.endif
> +
> +.if defined(TOPICLEN)
> +CONFIGURE_ARGS+=	--with-topiclen=${TOPICLEN}
>  .endif
>  
>  .if defined(MAXCLIENTS)

----- End forwarded message -----



More information about the hybrid mailing list