misc/186883: last update of docbook broke building kdelibs

Antoine Brodin antoine at FreeBSD.org
Wed Feb 19 13:00:01 UTC 2014


The following reply was made to PR misc/186883; it has been noted by GNATS.

From: Antoine Brodin <antoine at FreeBSD.org>
To: bug-followup at FreeBSD.org, lenzi.sergio at gmail.com, 
	Mathieu Arnold <mat at freebsd.org>
Cc:  
Subject: Re: misc/186883: last update of docbook broke building kdelibs
Date: Wed, 19 Feb 2014 13:58:44 +0100

 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//}


More information about the freebsd-bugs mailing list