Patch to correct yypo in textproc/libxml2/

Ceri Davies ceri at FreeBSD.org
Tue Oct 21 11:38:17 PDT 2003


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 ;-)

-- 
-------------- next part --------------
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!)"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20031021/d6381db6/attachment.bin


More information about the freebsd-gnome mailing list