Index: head/lang/oo2c/Makefile =================================================================== --- head/lang/oo2c/Makefile (revision 456307) +++ head/lang/oo2c/Makefile (revision 456308) @@ -1,49 +1,47 @@ # Created by: Oliver Breuninger # $FreeBSD$ PORTNAME= oo2c PORTVERSION= 2.1.11 PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= SF/ooc/ooc2/${PORTVERSION} DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org 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 ONLY_FOR_ARCHS= amd64 i386 DOCSDIR= lib/${PORTNAME} USES= gmake libtool:build tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_CSTD= gnu89 USE_GCC= any CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} 's/dir=@/dir=$${DESTDIR}@/' \ ${WRKSRC}/Makefile.config.in @${REINPLACE_CMD} -e 's|@PERL@|${LOCALBASE}/bin/perl|' \ ${WRKSRC}/rsrc/OOC/oobacktrace.in .include .if ${ARCH} == i386 BITS= 32 .else BITS= 64 .endif .include Index: head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd =================================================================== --- head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd (nonexistent) +++ head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd (revision 456308) @@ -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 @@ + +- + + + Property changes on: head/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property