diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-10 10:12:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-10 10:12:45 +0800 |
commit | 3804c833f89588ff621f47ba2bb5f6420e56a08a (patch) | |
tree | cb74a434521560cc0d4c9f655c532028b54a5085 | |
parent | 4924ba2d1d500beef4846879c7470059f49b6f3d (diff) | |
download | freebsd-ports-gnome-3804c833f89588ff621f47ba2bb5f6420e56a08a.tar.gz freebsd-ports-gnome-3804c833f89588ff621f47ba2bb5f6420e56a08a.tar.zst freebsd-ports-gnome-3804c833f89588ff621f47ba2bb5f6420e56a08a.zip |
Hack around a bug where invalid XML documents would cause libxml to
crash.
Reported by: many
-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 e2b7e4bc6439..1ba7123b85b1 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 |