ports/187013: textproc/gtk-doc-1.18_1 doesn't build after docbook* updates
Piotr Kubaj
pkubaj at riseup.net
Mon Feb 24 22:44:23 UTC 2014
On 02/24/14 23:40, FreeBSD-gnats-submit at 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.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=187013
>
>> Category: ports
>> Responsible: freebsd-ports-bugs
>> Synopsis: textproc/gtk-doc-1.18_1 doesn't build after docbook* updates
>> 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 +0100
@@ -11433,6 +11433,41 @@
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 && \
+ { { $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=$?
+ $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 XSL Stylesheets in XML catalog"
"$LINENO" 5
+ fi
+
+
+
# Check whether --with-highlight was given.
if test "${with_highlight+set}" = set; then :
withval=$with_highlight;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20140224/57100315/attachment.sig>
More information about the freebsd-ports-bugs
mailing list