Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 16:44:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r456309 - in branches/2017Q4/lang/oo2c: . files
Message-ID:  <201712141644.vBEGiiNF067980@repo.freebsd.org>

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

Log:
  MFH: r456308
  
  lang/oo2c: fix build with new libxml2
  
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (via email)
  
  Approved by:	ports-secteam (implicit)

Added:
  branches/2017Q4/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd
     - copied unchanged from r456308, head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd
Modified:
  branches/2017Q4/lang/oo2c/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/lang/oo2c/Makefile
==============================================================================
--- branches/2017Q4/lang/oo2c/Makefile	Thu Dec 14 16:43:54 2017	(r456308)
+++ branches/2017Q4/lang/oo2c/Makefile	Thu Dec 14 16:44:44 2017	(r456309)
@@ -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

Copied: branches/2017Q4/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd (from r456308, head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q4/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd	Thu Dec 14 16:44:44 2017	(r456309, copy of r456308, head/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>



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