From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 24 22:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9DCDFB5D for ; Mon, 24 Feb 2014 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 788431FF5 for ; Mon, 24 Feb 2014 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OMe0Mr054571 for ; Mon, 24 Feb 2014 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OMe07E054570; Mon, 24 Feb 2014 22:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 24 Feb 2014 22:40:00 GMT Resent-Message-Id: <201402242240.s1OMe07E054570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Kubaj 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 2B0CCAD4 for ; Mon, 24 Feb 2014 22:32:56 +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 0507D1FAC for ; Mon, 24 Feb 2014 22:32:56 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1OMWtVT006980 for ; Mon, 24 Feb 2014 22:32:55 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1OMWtaA006938; Mon, 24 Feb 2014 22:32:55 GMT (envelope-from nobody) Message-Id: <201402242232.s1OMWtaA006938@cgiserv.freebsd.org> Date: Mon, 24 Feb 2014 22:32:55 GMT From: Piotr Kubaj To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187013: textproc/gtk-doc-1.18_1 doesn't build after docbook* updates 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:40:00 -0000 >Number: 187013 >Category: ports >Synopsis: textproc/gtk-doc-1.18_1 doesn't build after docbook* updates >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 24 22:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Piotr Kubaj >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD DESKTOP2 10.0-RELEASE FreeBSD 10.0-RELEASE #31: Sat Jan 18 00:52:10 CET 2014 root@DESKTOP2:/usr/obj/usr/src/sys/DESKTOP2 amd64 >Description: After refactoring docbook ports, gtk-doc doesn't build. >How-To-Repeat: portsnap fetch update && cd /usr/ports/textproc/gtk-doc && make install clean >Fix: --- configure 2014-02-24 23:30:12.792072128 +0100 +++ configure.old 2014-02-24 23:29:48.185074982 +0100 @@ -11433,6 +11433,23 @@ fi + { $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=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 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 && \ >Release-Note: >Audit-Trail: >Unformatted: