Date: Thu, 5 Jul 2012 11:51:21 GMT From: Alex Kozlov <spam@rm-rf.kiev.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/169659: [patch] devel/doxygen fix build in tinderbox Message-ID: <201207051151.q65BpLTf037290@red.freebsd.org> Resent-Message-ID: <201207051200.q65C0PEh069344@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169659 >Category: ports >Synopsis: [patch] devel/doxygen fix build in tinderbox >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: Thu Jul 05 12:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alex Kozlov >Release: RELENG_9/CURRENT >Organization: private >Environment: >Description: The doxygen falls to build in tinderbox on FreeBSD9-STABLE/CURRENT because one of the examples has waiting for IO: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20120628171716/doxygen-1.8.0_1.log >How-To-Repeat: Build doxygen in tinderbox on FreeBSD9-STABLE/CURRENT. >Fix: Apply the patch. Patch attached with submission follows: Index: ports/devel/doxygen/files/patch-examples-Makefile.in @@ -0,0 +1,12 @@ +Index: examples/Makefile.in +@@ -124,7 +124,7 @@ + # $(DOXYGEN)/bin/doxygen dbusxml.cfg + + diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg +-ifneq ($(HAVE_DOT),) +- $(DOXYGEN)/bin/doxygen diagrams.cfg +-endif ++#ifneq ($(HAVE_DOT),) ++# $(DOXYGEN)/bin/doxygen diagrams.cfg ++#endif + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207051151.q65BpLTf037290>