diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-03 22:38:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-03 22:38:25 +0000 |
commit | 780e8a39f08838e2a960ef805cd5756788edea11 (patch) | |
tree | dfcadec1f283df9f3eb09eb529f775dfe7b197d7 /multimedia/helixplayer/files/patch-expat | |
parent | Update to 0.65 which contains the following small fix: (diff) |
2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=227571
Diffstat (limited to 'multimedia/helixplayer/files/patch-expat')
-rw-r--r-- | multimedia/helixplayer/files/patch-expat | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/multimedia/helixplayer/files/patch-expat b/multimedia/helixplayer/files/patch-expat deleted file mode 100644 index 7950f0c73df6..000000000000 --- a/multimedia/helixplayer/files/patch-expat +++ /dev/null @@ -1,46 +0,0 @@ -This patch allows to use the modern version of expat instead of what -many vendors continue to bundle with their releases. - ---- common/lang/xml/xmlccf.cpp Mon Jul 19 17:04:07 2004 -+++ common/lang/xml/xmlccf.cpp Thu Jul 7 23:36:23 2005 -@@ -75,5 +75,5 @@ - #endif - --#include "xmlparse.h" -+#include <expat.h> - #include "expatprs.h" - #include "xmlccf.h" ---- common/lang/xml/hxexpat/expatapi.cpp Mon Jul 19 17:04:07 2004 -+++ common/lang/xml/hxexpat/expatapi.cpp Thu Jul 7 23:39:08 2005 -@@ -55,5 +55,5 @@ - #include "hxplugn.h" - --#include "xmlparse.h" -+#include <expat.h> - #include "expatapi.h" - #include "expatprs.h" ---- common/lang/xml/hxexpat/expatprs.cpp Mon Jul 19 17:04:07 2004 -+++ common/lang/xml/hxexpat/expatprs.cpp Thu Jul 7 23:39:08 2005 -@@ -67,5 +67,5 @@ - - #include "hxxml.ver" --#include "xmlparse.h" -+#include <expat.h> - #include "expatprs.h" - #include "expatapi.h" -@@ -371,4 +371,9 @@ - case XML_ERROR_NOT_STANDALONE: - return HXR_XML_NOT_STANDALONE; -+#if 0 /* { */ -+ /* -+ * modern expat does not have the below errors, but has -+ * others. Fall back to the generic error message for now -+ */ - case XML_ERROR_INVALID_NAME: - return HXR_XML_INVALID_NAME; -@@ -408,4 +413,5 @@ - case XML_ERROR_INVALID_COMMENT: - return HXR_XML_INVALID_COMMENT; -+#endif /* } */ - default: - return HXR_XML_GENERALERROR; |