Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 16:43:54 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456308 - in head/lang/oo2c: . files
Message-ID:  <201712141643.vBEGhsZA067773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 14 16:43:54 2017
New Revision: 456308
URL: https://svnweb.freebsd.org/changeset/ports/456308

Log:
  lang/oo2c: fix build with new libxml2
  
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (via email)

Added:
  head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd   (contents, props changed)
Modified:
  head/lang/oo2c/Makefile

Modified: head/lang/oo2c/Makefile
==============================================================================
--- head/lang/oo2c/Makefile	Thu Dec 14 16:39:12 2017	(r456307)
+++ head/lang/oo2c/Makefile	Thu Dec 14 16:43:54 2017	(r456308)
@@ -13,8 +13,6 @@ COMMENT=	Optimizing Oberon-2 compiler of University of
 
 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

Added: head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd	Thu Dec 14 16:43:54 2017	(r456308)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141643.vBEGhsZA067773>