From 1f495d0ef052e44a35627e88445e9c7367e4e24c Mon Sep 17 00:00:00 2001 From: Stephen Hurd Date: Mon, 8 Dec 2014 00:30:39 +0000 Subject: Update to 8.2.9 As it happens, the docs being included in the archive was unintentional. Add support for the DOCS option. This fixes a bug in the reedsolomon encoder/decoder when using the RS4 mode (the program did not decode the transmissions with extensions .rs4 and could possibly crash). --- .../patch-qsstv_Documentation_manual_manual.doxy | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy (limited to 'comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy') diff --git a/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy b/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy new file mode 100644 index 000000000000..cdffd11c01e3 --- /dev/null +++ b/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy @@ -0,0 +1,20 @@ +--- qsstv/Documentation/manual/manual.doxy.orig 2014-12-06 07:35:02.000000000 -0800 ++++ qsstv/Documentation/manual/manual.doxy 2014-12-07 16:19:50.000000000 -0800 +@@ -52,7 +52,7 @@ + # If a relative path is entered, it will be relative to the location + # where doxygen was started. If left blank the current directory will be used. + +-OUTPUT_DIRECTORY = $(HOME)/qsstv ++OUTPUT_DIRECTORY = /home/admin/fbsd/ports/head/comms/qsstv/work/stage/usr/local/share/doc/qsstv + + # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create + # 4096 sub-directories (in 2 levels) under the output directory of each output +@@ -860,7 +860,7 @@ + # If a relative path is entered the value of OUTPUT_DIRECTORY will be + # put in front of it. If left blank `html' will be used as the default path. + +-HTML_OUTPUT = manual ++HTML_OUTPUT = . + + # The HTML_FILE_EXTENSION tag can be used to specify the file extension for + # each generated HTML page (for example: .htm,.php,.asp). If it is left blank -- cgit v1.2.3