From owner-svn-ports-head@FreeBSD.ORG Tue Mar 3 14:56:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4E57943; Tue, 3 Mar 2015 14:56:27 +0000 (UTC) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6FB7A0; Tue, 3 Mar 2015 14:56:27 +0000 (UTC) Received: by ykbq9 with SMTP id q9so5222836ykb.12; Tue, 03 Mar 2015 06:56:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ThTY5MKutV3zhwklDSmCXMugscsshzgmGA44FNR2eKQ=; b=aMelqUHiIwzpYqQT6M4ucN02eQe3tkmRGwJz3bBgQT99p2BOuXSkVEPumXW6g6orJ2 RwL3CXiVCQVR5kospW/8vR971GNIifrlLBC3jAAlobVgAqEhUBoZp1jDIR8dgz5uelM9 b36egUbGktbrVw9mJ9RpK9InOPzhLehu61Y5DAroLL3o1+7xCGv8uX4XrEAcutnKIf5B 7B7pnkKrC54+3TFxYvF+uUAmfm1bk6jkCvqArYRppIl5ChIjlkjHLzo6aWH4ZeodmN/o u5uNOY+N4ghu15Nfxs3bvu+G6xb4As6KG9uO1+gMNP3hQBjgFuYxlNZQKHYtKU3q78cY yXaA== MIME-Version: 1.0 X-Received: by 10.170.130.86 with SMTP id w83mr33593869ykb.5.1425394586667; Tue, 03 Mar 2015 06:56:26 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Tue, 3 Mar 2015 06:56:26 -0800 (PST) In-Reply-To: <6DCBDF96-5144-4DD8-A61C-ED2EEE2D2050@FreeBSD.org> References: <201503031354.t23Dsi0d093552@svn.freebsd.org> <6DCBDF96-5144-4DD8-A61C-ED2EEE2D2050@FreeBSD.org> Date: Tue, 3 Mar 2015 14:56:26 +0000 X-Google-Sender-Auth: LJKqv5JXG3Ty51ltMyZSZ_xP67E Message-ID: Subject: Re: svn commit: r380367 - head/textproc/docbook-xml From: Antoine Brodin To: Bartek Rutkowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 14:56:28 -0000 On Tue, Mar 3, 2015 at 2:17 PM, Bartek Rutkowski wrote: > >> Wiadomo=C5=9B=C4=87 napisana przez Antoine Brodin = w dniu 3 mar 2015, o godz. 14:08: >> >> On Tue, Mar 3, 2015 at 1:54 PM, Bartek Rutkowski wro= te: >>> Author: robak >>> Date: Tue Mar 3 13:54:43 2015 >>> New Revision: 380367 >>> URL: https://svnweb.freebsd.org/changeset/ports/380367 >>> QAT: https://qat.redports.org/buildarchive/r380367/ >>> >>> Log: >>> textproc/docbook-xml: fix build >>> >>> - Change RUN_DEPENDS to BUILD_DEPENDS >>> >>> PR: 191866 >>> Submitted by: Martin Simmons >>> MFH: 2015Q1 >>> >>> Modified: >>> head/textproc/docbook-xml/Makefile >>> >>> Modified: head/textproc/docbook-xml/Makefile >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- head/textproc/docbook-xml/Makefile Tue Mar 3 13:49:32 2015 = (r380366) >>> +++ head/textproc/docbook-xml/Makefile Tue Mar 3 13:54:43 2015 = (r380367) >>> @@ -11,7 +11,7 @@ DISTFILES=3D ${DBFILES:C,.*:(.*),\1.zip:\1 >>> MAINTAINER=3D doceng@FreeBSD.org >>> COMMENT=3D DocBook XML DTD >>> >>> -RUN_DEPENDS=3D ${LOCALBASE}/share/xml/xmlcharent/catalog.xml:${PORTS= DIR}/textproc/xmlcharent \ >>> +BUILD_DEPENDS=3D ${LOCALBASE}/share/xml/xmlcharent/catalog.xml:${PORTS= DIR}/textproc/xmlcharent \ >>> ${XMLCATMGR_CMD}:${PORTSDIR}/textproc/xmlcatmgr >>> >>> NO_BUILD=3D yes >> >> >> Hi, >> >> Did you test all ports depending on docbook-xml? >> textproc/docbook-xml is a NO_BUILD port so this looks wrong. >> >> Cheers, >> >> Antoine > > I havent tested all ports depending on it, but I have tested the build in= poudriere on 8.4, 9.3 and 10.1 i386/amd64 without any issues and it was te= sted by few people in the PR 191866. > > Do you have any issues with it? I am asking, because I am just about to m= erge it into 2015Q1, what=E2=80=99s already approved by portmgr. % pkg info -RF docbook-xml-5.0_2.txz ... scripts: { post-install: "/usr/local/bin/xmlcatmgr -c /usr/local/share/xml/catalog.ports add nextCatalog /usr/local/share/xml/docbook/catalog.xml\n/usr/local/bin/xmlcatmgr -sc /usr/local/share/sgml/catalog.ports add CATALOG /usr/local/share/xml/docbook/catalog", post-deinstall: "/usr/local/bin/xmlcatmgr -c /usr/local/share/xml/catalog.ports remove nextCatalog /usr/local/share/xml/docbook/catalog.xml\n/usr/local/bin/xmlcatmgr -sc /usr/local/share/sgml/catalog.ports remove CATALOG /usr/local/share/xml/docbook/catalog" } So xmlcatmgr is definitely a RUN_DEPENDS Cheers, Antoine