diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-10 02:12:45 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-10 02:12:45 +0000 |
commit | 3804c833f89588ff621f47ba2bb5f6420e56a08a (patch) | |
tree | cb74a434521560cc0d4c9f655c532028b54a5085 /textproc | |
parent | 4924ba2d1d500beef4846879c7470059f49b6f3d (diff) | |
download | FreeBSD-ports-3804c833f89588ff621f47ba2bb5f6420e56a08a.zip FreeBSD-ports-3804c833f89588ff621f47ba2bb5f6420e56a08a.tar.gz |
Hack around a bug where invalid XML documents would cause libxml to
crash.
Reported by: many
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index e2b7e4b..1ba7123 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxml2 PORTVERSION= 2.6.15 +PORTREVISION= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 |