From owner-freebsd-ports@FreeBSD.ORG Wed Feb 19 13:37:09 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D613B873; Wed, 19 Feb 2014 13:37:09 +0000 (UTC) Received: from mail-yh0-x234.google.com (mail-yh0-x234.google.com [IPv6:2607:f8b0:4002:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83AF61792; Wed, 19 Feb 2014 13:37:09 +0000 (UTC) Received: by mail-yh0-f52.google.com with SMTP id a41so381234yho.11 for ; Wed, 19 Feb 2014 05:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version; bh=cOovi+Visd6m1A5S3c040Fk+Xu7J6jIMi2EJiXS0H9Q=; b=TovhYjgsWv5tnp4Lscwm4jwPk7DwnWx6vtsEYYyr4ol0QrZo3kpHEqK/Fo9P6hBtNA bez6WJ3LWMnFMXI2Z4sItaYX81V36Oo8zWIlD1Q/AhqtGpDfSPlUhS1mJ3YpHSXC+rYC z87jy91hgDzCgXDJ03P04s0V0kgghyHQguafbB6xFT6jc7SkH5TBipwoHLyF6d9vNrWV WSqcTUcckMdRm59ahZc8p3BMUydbkrUhyFg62g9+idpT91mdtPqttl+kUe+sCcS7trUA ZWn8/eThibaL5XUpJ3Q+faphMCmf+hXCoQS1ExpHqdwpwClkAADJ8TOtMbmaARF3aYwa Qpjg== X-Received: by 10.236.98.39 with SMTP id u27mr43694458yhf.27.1392817028748; Wed, 19 Feb 2014 05:37:08 -0800 (PST) Received: from [192.168.6.46] ([179.184.51.72]) by mx.google.com with ESMTPSA id n6sm696574yha.20.2014.02.19.05.37.06 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 19 Feb 2014 05:37:07 -0800 (PST) Subject: Re: misc/186883: last update of docbook broke building kdelibs From: Sergio de Almeida Lenzi To: Antoine Brodin In-Reply-To: References: Date: Wed, 19 Feb 2014 10:37:04 -0300 Message-ID: <1392817024.23946.1.camel@lenovo.toontown> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 13:37:10 -0000 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