# HG changeset patch # User Rich Burridge # Date 1425333873 28800 # Node ID 1b46079cc49aafbc81a6575536750320b74d1e24 # Parent efdddf5fc687a7764e918e30fa16e15a8c487102 20555212 doxygen should be updated to version 1.8.9 diff -r efdddf5fc687 -r 1b46079cc49a components/doxygen/Makefile --- a/components/doxygen/Makefile Mon Mar 02 12:53:02 2015 -0800 +++ b/components/doxygen/Makefile Mon Mar 02 14:04:33 2015 -0800 @@ -23,22 +23,22 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= doxygen -COMPONENT_VERSION= 1.8.7 +COMPONENT_VERSION= 1.8.9 COMPONENT_PROJECT_URL= http://www.stack.nl/~dimitri/doxygen/index.html COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).src.tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:c6eac6b6e82148ae15ec5aecee4631547359f284af1ce94474d046ebca6ee3d9 + sha256:f0dd662fb98c394c20deed5b00b29d73d9bee8ea1a52f7a687dd9b70f5444fc6 COMPONENT_ARCHIVE_URL= http://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/doxygen # Download the manual so that we don't have to keep updating it in the gate. COMPONENT_ARCHIVE_1 = $(COMPONENT_NAME)_manual-$(COMPONENT_VERSION).pdf.zip COMPONENT_ARCHIVE_HASH_1 = \ - sha256:6796de1e77f723dcb52f36395161fdfbeaeebf769a297eb78b73e19b9542aa59 + sha256:33b12961db131c5cfea1b3d045a38b8f222bdd07bb04d1cd60f791ee86949b70 COMPONENT_ARCHIVE_URL_1 = ftp://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE_1) -TPNO= 17646 +TPNO= 21549 include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk @@ -79,13 +79,12 @@ ASLR_MODE = $(ASLR_ENABLE) -# common targets configure: $(CONFIGURE_64) build: $(BUILD_64) install: $(INSTALL_64) - cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) + cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) test: $(TEST_64) diff -r efdddf5fc687 -r 1b46079cc49a components/doxygen/test/results-64.master --- a/components/doxygen/test/results-64.master Mon Mar 02 12:53:02 2015 -0800 +++ b/components/doxygen/test/results-64.master Mon Mar 02 14:04:33 2015 -0800 @@ -1,5 +1,5 @@ make[1]: Entering directory `$(@D)/testing' -1..56 +1..65 ok 1 - [001_a.dox]: test the \a and \mainpage commands ok 2 - [002_addindex.dox]: test \addindex command ok 3 - [003_anchor.dox]: test \anchor command @@ -13,6 +13,8 @@ ok 11 - [011_category.m]: test the \interface and \category command error opening bib bibtex command failed: No such file or directory +error: Problems running bibtex. Verify that the command 'perl --version' works from the command line. Exit code: 2 +$(@D)/testing/012_cite.dox:6: warning: \cite command to 'knuth79' does not have an associated number not ok 12 - [012_cite.dox]: test the \cite command # Failed test '[012_cite.dox]: test the \cite command' # at runtests.pl line 249. @@ -23,7 +25,7 @@ # index # My Project # -# - See knuth79 for more info. +# - See knuth79 for more info. # + See [1] for more info. # # @@ -68,11 +70,19 @@ ok 50 - [050_verbatim.dox]: test \verbatim and \verbinclude commands ok 51 - [051_escape.dox]: test various characters that should be escaped ok 52 - [052_tilde.dox]: test \~ command -warning: Output language Dutch not supported! Using English instead. ok 53 - [053_tilde.dox]: test \~ command with non default OUTPUT_LANGUAGE ok 54 - [054_parblock.cpp]: test the \parblock command ok 55 - [055_markdown.md]: test markdown parsing ok 56 - [056_latexinclude.dox]: test the \latexinclude command -# Looks like you failed 1 test of 56. +ok 57 - [057_caller_graphs.tcl]: test for completeness and correctness of references/referencedby relations +ok 58 - [058_bracket_recursion.tcl]: tests processing of commands inside brackets [], only references/referencedby relations are relevant +ok 59 - [059_command_catch.tcl]: tests processing of catch/eval, only references/referencedby relations are relevant +ok 60 - [060_command_switch.tcl]: tests processing of switch, only references/referencedby relations are relevant +ok 61 - [061_bug_705503.tcl]: test for bug 705503 - TCL: Documentation of oo::define is not working +ok 62 - [062_namespace_resolution.tcl]: tests correct namespace resolution, only references/referencedby relations are relevant +ok 63 - [063_bug_729092.tcl]: test for bug 729092 - TCL: Full documentation not shown for procs in namespaces. +ok 64 - [064_castoperator.cpp]: test linking to the cast operator with and without const +ok 65 - [065_tilde.dox]: test \~ command with non default OUTPUT_LANGUAGE which contains '-' letter +# Looks like you failed 1 test of 65. make[1]: *** [tests] Error 1 make[1]: Leaving directory `$(@D)/testing'