Date: Tue, 21 Oct 2003 19:38:11 +0100 From: Ceri Davies <ceri@FreeBSD.org> To: gnome@FreeBSD.org Subject: Patch to correct yypo in textproc/libxml2/ Message-ID: <20031021183811.GK3708@submonkey.net>
next in thread | raw e-mail | index | archive | help
--xUq7mlTLx96rFlBf Content-Type: multipart/mixed; boundary="phbq2bkSb+hZnunM" Content-Disposition: inline --phbq2bkSb+hZnunM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, The attached patch corrects the statement that WITHOUT_SCHEMA turns on schema support in libxml2. Thought I'd run it past you guys rather than just committing it. Ceri PS. Note that "yypo" isn't a typo; it's my own term for when a typo is a clear result of a particular vi key sequence ;-) --=20 --phbq2bkSb+hZnunM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="libxml2.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libxml2/Makefile,v retrieving revision 1.102 diff -u -r1.102 Makefile --- Makefile 21 Oct 2003 03:31:51 -0000 1.102 +++ Makefile 21 Oct 2003 18:35:05 -0000 @@ -69,7 +69,7 @@ @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off Python support" @${ECHO_MSG} " WITH_THREADS=yes Turns on pthread support" - @${ECHO_MSG} " WITHOUT_SCHEMA=yes Turns on XML Schema support" + @${ECHO_MSG} " WITHOUT_SCHEMA=yes Turns off XML Schema support" @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging (DEVELOPERS ONLY!)" @${ECHO_MSG} " WITH_XMLLINT_HIST=yes Turns on history for xmllint" @${ECHO_MSG} " WITH_THREAD_ALLOC=yes Turns on per-thread memory (DEVELOPERS ONLY!)" --phbq2bkSb+hZnunM-- --xUq7mlTLx96rFlBf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/lX0SocfcwTS3JF8RAtuPAJ0fTaDaqas4dlnQ9+EuuJC/e2IXXgCgq+ND 8WAYkMXsTNYUqjiVqkuEn9g= =hfxg -----END PGP SIGNATURE----- --xUq7mlTLx96rFlBf--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031021183811.GK3708>