Index: head/textproc/expat2/Makefile =================================================================== --- head/textproc/expat2/Makefile (revision 280696) +++ head/textproc/expat2/Makefile (revision 280697) @@ -1,33 +1,33 @@ # New ports collection makefile for: expat # Date created: Thu Aug 26 14:38:07 CEST 1999 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= expat PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= kuriyama@FreeBSD.org COMMENT= XML 1.0 parser written in C GNU_CONFIGURE= yes ALL_TARGET= default USE_LDCONFIG= yes MAN1= xmlwf.1 SHLIB_MAJOR= 6 MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" list-depend-ports: cd ${PORTSDIR}; \ ${FIND} . -mindepth 3 -maxdepth 3 -name Makefile -execdir ${SH} -c \ '${FIND} . -type f | ${GREP} -v CVS | ${XARGS} ${GREP} -q expat.5' \; \ -print .include Property changes on: head/textproc/expat2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/textproc/expat2/files/patch-xmlparse.c =================================================================== --- head/textproc/expat2/files/patch-xmlparse.c (revision 280696) +++ head/textproc/expat2/files/patch-xmlparse.c (revision 280697) @@ -1,10 +1,12 @@ ---- lib/xmlparse.c.orig 2009-12-08 10:20:08.866482591 +0900 -+++ lib/xmlparse.c 2009-12-08 10:20:23.038667874 +0900 -@@ -3725,7 +3725,6 @@ - return XML_ERROR_NO_ELEMENTS; - default: - tok = -tok; -- next = end; - break; - } - } +--- lib/xmlparse.c.orig 2007-05-08 11:25:35.000000000 +0900 ++++ lib/xmlparse.c 2011-08-29 23:22:09.007745673 +0900 +@@ -3703,6 +3703,9 @@ + return XML_ERROR_UNCLOSED_TOKEN; + case XML_TOK_PARTIAL_CHAR: + return XML_ERROR_PARTIAL_CHAR; ++ case -XML_TOK_PROLOG_S: ++ tok = -tok; ++ break; + case XML_TOK_NONE: + #ifdef XML_DTD + /* for internal PE NOT referenced between declarations */ Property changes on: head/textproc/expat2/files/patch-xmlparse.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property