Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 10:37:04 -0300
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        ports <freebsd-ports@freebsd.org>
Subject:   Re: misc/186883: last update of docbook broke building kdelibs
Message-ID:  <1392817024.23946.1.camel@lenovo.toontown>
In-Reply-To: <CAALwa8kSVX2MAPAeDbit%2BQbXbye9YwiLMkcMD2MTj9DVYJqQRA@mail.gmail.com>
References:  <CAALwa8kSVX2MAPAeDbit%2BQbXbye9YwiLMkcMD2MTj9DVYJqQRA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Em Qua, 2014-02-19 às 13:58 +0100, Antoine Brodin escreveu:

> Please try patch below
> Kdelibs expects to find docbookx.dtd in
> share/xml/docbook/${DOCBOOKXML_CURRENTDTD_VERSION} , not in a subdir
> 
> Index: textproc/docbook-xml/Makefile
> ===================================================================
> --- textproc/docbook-xml/Makefile       (revision 345083)
> +++ textproc/docbook-xml/Makefile       (working copy)
> @@ -3,7 +3,7 @@
> 
>  PORTNAME=      docbook-xml
>  PORTVERSION=   4.2
> -PORTREVISION=  3
> +PORTREVISION=  4
>  MASTER_SITES=  http://www.docbook.org/xml/${PORTVERSION}/ \
>                 http://www.oasis-open.org/committees/docbook/xml/${PORTVERSION}/
> 
> @@ -13,6 +13,7 @@
>  NO_ISOCAT=     yes
>  XML_DTD=       yes
>  HAS_MANUAL_CATALOG_FILE=       yes
> +NO_DTD_SUBDIR= yes
> 
>  DTD_NAME?=     ${PORTNAME:S/-xml//}


YES!!!
it fix for me here...

I think we can close the PR

Waiting for more tests (9.X, 8.X)....

For me it is done...

Thanks



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