Date: Wed, 18 Sep 2002 11:52:14 -0700 From: Sean Chittenden <seanc@FreeBSD.org> To: gnome@FreeBSD.org Subject: textproc/libxslt memory debugging... Message-ID: <20020918185214.GS99484@perrin.int.nxad.com>
next in thread | raw e-mail | index | archive | help
--gQt10JDuGyDb0HQ5 Content-Type: multipart/mixed; boundary="Ck22u5fw4m2k6hx2" Content-Disposition: inline --Ck22u5fw4m2k6hx2 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 --=20 Sean Chittenden --Ck22u5fw4m2k6hx2 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/libxml2/Makefile,v retrieving revision 1.74 diff -u -r1.74 Makefile --- Makefile 24 Aug 2002 08:17:30 -0000 1.74 +++ Makefile 18 Sep 2002 18:41:40 -0000 @@ -40,12 +40,36 @@ PKGNAMESUFFIX=3D -nopython .endif =20 -.if !defined(WITHOUT_PYTHON) -pre-extract: +.if defined(WITH_SCHEMA) +CONFIGURE_ARGS+=3D --with-schemas +.endif + +.if defined(WITH_MEM_DEBUG) +CONFIGURE_ARGS+=3D --with-mem-debug +.endif + +.if defined(WITH_XMLLINT_HIST) +CONFIGURE_ARGS+=3D --with-history +.endif + +.if defined(WITH_THREADS) +CONFIGURE_ARGS+=3D --with-threads +.endif + +.if defined(WITH_THREAD_ALLOC) +CONFIGURE_ARGS+=3D --with-thread-alloc +.endif + +pre-fetch: + @${ECHO_MSG} "libxml2 has the following tunables:" @${ECHO_MSG} "" - @${ECHO_MSG} "If you don't want Python support, add WITHOUT_PYTHON=3Dyes = to command line" + @${ECHO_MSG} " WITHOUT_PYTHON=3Dyes Turns off Python support" + @${ECHO_MSG} " WITH_SCHEMA=3Dyes Turns on XML Schema support" + @${ECHO_MSG} " WITH_MEM_DEBUG=3Dyes Turns on memory debugging" + @${ECHO_MSG} " WITH_XMLLINT_HIST=3Dyes Turns on history for xmllint" + @${ECHO_MSG} " WITH_THREADS=3Dyes Turns on multi-threading support" + @${ECHO_MSG} " WITH_THREAD_ALLOC=3Dyes Turns on per-thread memory" @${ECHO_MSG} "" -.endif =20 pre-patch: @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ --Ck22u5fw4m2k6hx2-- --gQt10JDuGyDb0HQ5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden <sean@chittenden.org> iD8DBQE9iMtejoUuCl9bPssRAvABAKCgZOoeJ8aI4sYHTrk/pS/h2d1ZyQCfX8d0 0Kbeia6DMHC4DA2C1ZmC7bo= =coTV -----END PGP SIGNATURE----- --gQt10JDuGyDb0HQ5-- 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?20020918185214.GS99484>