From owner-freebsd-gnome Wed Sep 18 11:52:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8333837B401 for ; Wed, 18 Sep 2002 11:52:15 -0700 (PDT) Received: from mailhost.nxad.com (lan.ext.nxad.com [66.250.180.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9A843E65 for ; Wed, 18 Sep 2002 11:52:15 -0700 (PDT) (envelope-from sean@nxad.com) Received: from perrin.int.nxad.com (perrin.int.nxad.com [192.168.1.251]) by mailhost.nxad.com (Postfix) with ESMTP id A4C70212F01 for ; Wed, 18 Sep 2002 11:52:14 -0700 (PDT) Received: by perrin.int.nxad.com (Postfix, from userid 1001) id 7055520F03; Wed, 18 Sep 2002 11:52:14 -0700 (PDT) Date: Wed, 18 Sep 2002 11:52:14 -0700 From: Sean Chittenden To: gnome@FreeBSD.org Subject: textproc/libxslt memory debugging... Message-ID: <20020918185214.GS99484@perrin.int.nxad.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gQt10JDuGyDb0HQ5" Content-Disposition: inline User-Agent: Mutt/1.4i X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 6CEB 1B06 BFD3 70F6 95BE 7E4D 8E85 2E0A 5F5B 3ECB X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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 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