Skip site navigation (1)Skip section navigation (2)
Date:      18 Sep 2002 14:54:48 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Sean Chittenden <seanc@FreeBSD.ORG>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: textproc/libxslt memory debugging...
Message-ID:  <1032375288.341.69.camel@gyros.marcuscom.com>
In-Reply-To: <20020918185315.GT99484@perrin.int.nxad.com>
References:  <20020918185214.GS99484@perrin.int.nxad.com>  <20020918185315.GT99484@perrin.int.nxad.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2002-09-18 at 14:53, Sean Chittenden wrote:
> > Pretty much the same as the last patch only with less tunables.  This
> > look alright?  -sc
> Err... wrong patch.  Correct one attached.  -sc

Sure.  Do you already have a use planned for this, or is this just
something you think will be interesting to some users?

Joe

> 
> -- 
> Sean Chittenden
> ----
> 

> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/textproc/libxslt/Makefile,v
> retrieving revision 1.30
> diff -u -r1.30 Makefile
> --- Makefile	24 Aug 2002 08:17:57 -0000	1.30
> +++ Makefile	18 Sep 2002 18:50:50 -0000
> @@ -35,11 +35,16 @@
>  PKGNAMESUFFIX=	-nopython
>  .endif
>  
> -.if !defined(WITHOUT_PYTHON)
> -pre-extract:
> +.if defined(WITH_MEM_DEBUG)
> +CONFIGURE_ARGS+=	--with-mem-debug
> +.endif
> +
> +pre-fetch:
>  	@${ECHO_MSG} ""
> -	@${ECHO_MSG} "If you don't want Python support, add WITHOUT_PYTHON=yes to command line"
> +	@${ECHO_MSG} "libxslt has several tunables:"
> +	@${ECHO_MSG} ""
> +	@${ECHO_MSG} "	WITHOUT_PYTHON=yes		Turns off python support"
> +	@${ECHO_MSG} "	WITH_MEM_DEBUG=yes		Turns on memory debugging"
>  	@${ECHO_MSG} ""
> -.endif
>  
>  .include <bsd.port.mk>
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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




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