aboutsummaryrefslogtreecommitdiff
path: root/devel/doxygen
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-07-07 15:30:24 +0000
committerChris Rees <crees@FreeBSD.org>2012-07-07 15:30:24 +0000
commit4a465adf1f547364f4e61201c6abad3b68ce98a3 (patch)
tree76561b83663e34240e8f6ea91355c6fd6ebe497c /devel/doxygen
parent242ebb0a1dd995ab6165eadd92afdfb309600873 (diff)
downloadports-4a465adf1f547364f4e61201c6abad3b68ce98a3.tar.gz
ports-4a465adf1f547364f4e61201c6abad3b68ce98a3.zip
Notes
Diffstat (limited to 'devel/doxygen')
-rw-r--r--devel/doxygen/files/patch-examples-Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/doxygen/files/patch-examples-Makefile.in b/devel/doxygen/files/patch-examples-Makefile.in
new file mode 100644
index 000000000000..628300a0319f
--- /dev/null
+++ b/devel/doxygen/files/patch-examples-Makefile.in
@@ -0,0 +1,16 @@
+Disables tests to avoid hang on stable/9 and head.
+
+Temporary fix until correct solution is found.
+
+
+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