Date: Wed, 18 Sep 2002 11:53:15 -0700 From: Sean Chittenden <seanc@FreeBSD.org> To: gnome@FreeBSD.org Subject: Re: textproc/libxslt memory debugging... Message-ID: <20020918185315.GT99484@perrin.int.nxad.com> In-Reply-To: <20020918185214.GS99484@perrin.int.nxad.com> References: <20020918185214.GS99484@perrin.int.nxad.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--6nfUOKxk8V1TQsEu Content-Type: multipart/mixed; boundary="b6Y3a1uK/7FdRsLm" Content-Disposition: inline --b6Y3a1uK/7FdRsLm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Pretty much the same as the last patch only with less tunables. This > look alright? -sc Err... wrong patch. Correct one attached. -sc --=20 Sean Chittenden --b6Y3a1uK/7FdRsLm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D -nopython .endif =20 -.if !defined(WITHOUT_PYTHON) -pre-extract: +.if defined(WITH_MEM_DEBUG) +CONFIGURE_ARGS+=3D --with-mem-debug +.endif + +pre-fetch: @${ECHO_MSG} "" - @${ECHO_MSG} "If you don't want Python support, add WITHOUT_PYTHON=3Dyes = to command line" + @${ECHO_MSG} "libxslt has several tunables:" + @${ECHO_MSG} "" + @${ECHO_MSG} " WITHOUT_PYTHON=3Dyes Turns off python support" + @${ECHO_MSG} " WITH_MEM_DEBUG=3Dyes Turns on memory debugging" @${ECHO_MSG} "" -.endif =20 .include <bsd.port.mk> --b6Y3a1uK/7FdRsLm-- --6nfUOKxk8V1TQsEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden <sean@chittenden.org> iD8DBQE9iMubjoUuCl9bPssRAiq2AKCRsni2ej4witmzD85kCSPhuEMwpACeIwym kGZGSUoTGQ6J8CIzAYZCS8U= =GNfP -----END PGP SIGNATURE----- --6nfUOKxk8V1TQsEu-- 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?20020918185315.GT99484>