From nobody@FreeBSD.org  Wed Feb 19 01:15:34 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id A84EA6B6
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Feb 2014 01:15:34 +0000 (UTC)
Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 928771B4E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Feb 2014 01:15:34 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1J1FYsj039729
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Feb 2014 01:15:34 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1J1FYIh039722;
	Wed, 19 Feb 2014 01:15:34 GMT
	(envelope-from nobody)
Message-Id: <201402190115.s1J1FYIh039722@cgiserv.freebsd.org>
Date: Wed, 19 Feb 2014 01:15:34 GMT
From: sergio de almeida lenzi <lenzi.sergio@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: last update of docbook broke building kdelibs
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186883
>Category:       misc
>Synopsis:       last update of docbook broke building kdelibs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 19 01:20:00 UTC 2014
>Closed-Date:    Wed Feb 19 14:50:26 UTC 2014
>Last-Modified:  Wed Feb 19 14:50:26 UTC 2014
>Originator:     sergio de almeida lenzi
>Release:        10
>Organization:
k1 sistemas
>Environment:
FreeBSD freebsd10.toontown 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r261076M: Thu Jan 23 21:21:09 BRST 2014     lzt@freebsd10.lenzicasa:/usr/obj/usr/src/sys/server  amd64
>Description:
the last update of docbook (all the docbooks)  broke building kdelibs4 as the configure script of kdelibs4 does not finds docbook-xml any more.

======================================================================

-- The following REQUIRED packages have not been found:

* DocBookXML , DocBook XML , <http://www.oasis-open.org/docbook/xml/4.2>
   Required by the KDE help system to process DocBook XML

CMake Error at /usr/local/share/cmake/Modules/FeatureSummary.cmake:430 (message):
  feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
  run.
Call Stack (most recent call first):
  CMakeLists.txt:397 (feature_summary)


-- Configuring incomplete, errors occurred!

>How-To-Repeat:
cd /usr/ports/x11/kdelibs4
make
>Fix:


>Release-Note:
>Audit-Trail:

From: Antoine Brodin <antoine@FreeBSD.org>
To: bug-followup@FreeBSD.org, lenzi.sergio@gmail.com, 
	Mathieu Arnold <mat@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//}
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Wed Feb 19 14:50:12 UTC 2014 
State-Changed-Why:  
Fixed in r345097. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186883 
>Unformatted:
