aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-12-14 16:44:44 +0000
committerSteve Wills <swills@FreeBSD.org>2017-12-14 16:44:44 +0000
commitd918023c78f5ec071df6591692b22d116fd3ee4e (patch)
treee94376c0d83f80bb76049d6cd31a024c38b9e732
parentdd1a01fab2b125c7c5c70228a88b29a333bee0ae (diff)
downloadports-d918023c78f5ec071df6591692b22d116fd3ee4e.tar.gz
ports-d918023c78f5ec071df6591692b22d116fd3ee4e.zip
MFH: r456308
lang/oo2c: fix build with new libxml2 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (via email) Approved by: ports-secteam (implicit)
Notes
Notes: svn path=/branches/2017Q4/; revision=456309
-rw-r--r--lang/oo2c/Makefile2
-rw-r--r--lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd8
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile
index c596f0f7a3ac..0805c64d06b7 100644
--- a/lang/oo2c/Makefile
+++ b/lang/oo2c/Makefile
@@ -13,8 +13,6 @@ COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany
LICENSE= GPLv2
-BROKEN= Fails to build with new libxml2
-
BUILD_DEPENDS= xsltproc:textproc/libxslt
RUN_DEPENDS= libtool:devel/libtool
LIB_DEPENDS= libgc.so:devel/boehm-gc
diff --git a/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd b/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd
new file mode 100644
index 000000000000..8d054be5b63d
--- /dev/null
+++ b/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd
@@ -0,0 +1,8 @@
+--- rsrc/OOC/xml/oberon-doc.dtd.orig 2017-12-14 16:40:51 UTC
++++ rsrc/OOC/xml/oberon-doc.dtd
+@@ -1,5 +1,4 @@
+ <?xml version='1.0' encoding='US-ASCII'?>
+-
+ <!ELEMENT bullet EMPTY>
+ <!ELEMENT dots EMPTY>
+ <!ELEMENT minus EMPTY>