mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Disable tests until fix is in place for I/O errors
PR: ports/169659 Submitted by: ak Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
242ebb0a1d
commit
4a465adf1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300606
16
devel/doxygen/files/patch-examples-Makefile.in
Normal file
16
devel/doxygen/files/patch-examples-Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user