From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 24 22:44:23 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 6A1ECBE3; Mon, 24 Feb 2014 22:44:23 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CA8B10AC; Mon, 24 Feb 2014 22:44:23 +0000 (UTC) Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 1EBBF4AAD8; Mon, 24 Feb 2014 14:44:22 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj@fulvetta.riseup.net) with ESMTPSA id 2248A124 Message-ID: <530BCB41.5080206@riseup.net> Date: Mon, 24 Feb 2014 23:44:17 +0100 From: Piotr Kubaj User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/187013: textproc/gtk-doc-1.18_1 doesn't build after docbook* updates References: <201402242240.s1OMe0n7054555@freefall.freebsd.org> In-Reply-To: <201402242240.s1OMe0n7054555@freefall.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=11B1F63E Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OS6uNgx6u7bLmXMMdIohjF7IeRlXxXOe3" X-Virus-Scanned: clamav-milter 0.97.8 at mx1 X-Virus-Status: Clean X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 22:44:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OS6uNgx6u7bLmXMMdIohjF7IeRlXxXOe3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/24/14 23:40, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/187013'. > The individual assigned to look at your > report is: freebsd-ports-bugs.=20 > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D187013 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: textproc/gtk-doc-1.18_1 doesn't build after docbook* u= pdates >> Arrival-Date: Mon Feb 24 22:40:00 UTC 2014 Correct patch: --- work/gtk-doc-1.18/configure 2014-02-24 23:43:45.642176126 +0100 +++ work/gtk-doc-1.18/configure.old 2014-02-24 23:43:27.839197463 +010= 0 @@ -11433,6 +11433,41 @@ fi =20 =20 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML DTD V4.3 in XML catalog" >&5 +$as_echo_n "checking for DocBook XML DTD V4.3 in XML catalog... " >&6; }= + if $jh_found_xmlcatalog && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"-//OASIS//DTD DocBook XML V4.3//EN\" >&2"; } >&5= + ($XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.3//EN" >&2) 2>&5 + ac_status=3D$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? =3D $ac_status" >&5 + test $ac_status =3D 0; }; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 +$as_echo "found" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +$as_echo "not found" >&6; } + as_fn_error "could not find DocBook XML DTD V4.3 in XML catalog" "$LINENO" 5 + fi + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XSL Stylesheets in XML catalog" >&5 +$as_echo_n "checking for DocBook XSL Stylesheets in XML catalog... " >&6= ; } + if $jh_found_xmlcatalog && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl\" >&2"; } >&5 + ($XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" >&2) 2>&5 + ac_status=3D$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? =3D $ac_status" >&5 + test $ac_status =3D 0; }; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 +$as_echo "found" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +$as_echo "not found" >&6; } + as_fn_error "could not find DocBook XSL Stylesheets in XML catalog" "$LINENO" 5 + fi + + + # Check whether --with-highlight was given. if test "${with_highlight+set}" =3D set; then : withval=3D$with_highlight; --OS6uNgx6u7bLmXMMdIohjF7IeRlXxXOe3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJTC8tBAAoJEC9nKukRsfY+aVAP/A3t0a+biK0P3eZeKp/fzB5p xLBi0lJj3eBi8h1w5qDhel8IOvZo2huqZYxIcp45OMTluVOwFge74nU3ox5SOrR5 r25lubpR1hCjRc8qVDkE69i0veDsfiLCd3BGcp0Q3c64Y0wW1XlinbcKgcJk2jJW SadALIGvto9QRbeVYTJDun7s7gZHC79FtdyOk2b3xQwAU3ncUXQFfRS2McFoNlNH xcKFQwxxb4wKfgAb0j8MP8jrHPYPTCXrJgYke27H82xRL2k0cH5VZM8OZEIRQyTY yvNK/N1bDkautGUgcGW6OFY84r50SOv3aI+AKipt73gigqtfUWes3kJeoRMct8HP aDKkQIPrrTXhmierzdjrDx2HbFWnk0HDtarcKDap7DOX3b3GAB1WvUdLlgiBornr 8H2pAxtV5Wdnp02aP0ju+1d7e6NA1NLGE0Tasv/49kjCq9OLO9fD9vQpvh5BY6iy 2OOZk9x1FWjk/1JMP5R/Ul89/pPW8IPQwJpyB9U6pFbHzC5HJoZ1gI9S+GL5IiEW 0Sdf0lWQnaWQRfUbo0K4tQ3tILLXE+fmBl4mCEeuMnVMz2wdEB0aycDkunL5+hd3 Cu/pKYLJlyCT21iFlHuFIZSUgVMz9E+tBqp+Jj292s41sPhdKKocXRI2gWGPjFNS 1OUtJdMhe7kglirhx1xy =ieqv -----END PGP SIGNATURE----- --OS6uNgx6u7bLmXMMdIohjF7IeRlXxXOe3--