diff options
Diffstat (limited to 'comms/qsstv/files')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy | 20 | ||||
-rw-r--r-- | comms/qsstv/files/patch-qsstv_qsstv.pro | 19 |
2 files changed, 32 insertions, 7 deletions
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 diff --git a/comms/qsstv/files/patch-qsstv_qsstv.pro b/comms/qsstv/files/patch-qsstv_qsstv.pro index b9df9f9379dc..73f48e147e4e 100644 --- a/comms/qsstv/files/patch-qsstv_qsstv.pro +++ b/comms/qsstv/files/patch-qsstv_qsstv.pro @@ -1,6 +1,6 @@ ---- qsstv/qsstv.pro.orig 2014-10-11 09:38:33.000000000 -0700 -+++ qsstv/qsstv.pro 2014-11-22 19:05:11.000000000 -0800 -@@ -420,7 +420,6 @@ +--- qsstv/qsstv.pro.orig 2014-12-06 06:41:00.000000000 -0800 ++++ qsstv/qsstv.pro 2014-12-07 16:17:46.000000000 -0800 +@@ -420,20 +420,17 @@ FORMS += scope/scopeoffset.ui \ scope/plotform.ui @@ -8,14 +8,19 @@ LIBS += ../qwt/libqwt.a } -@@ -430,10 +429,10 @@ - PRE_TARGETDEPS += dox +-CONFIG(debug ,debug|release){ +-dox.commands = cd $$PWD/Documentation/manual ;doxygen manual.doxy; ++with_docs { ++dox.commands = cd Documentation/manual ;doxygen manual.doxy; + dox.depends= FORCE +-PRE_TARGETDEPS += dox message(dox will be generated) } -dox.path=/usr/share/doc/$$TARGET +-dox.files= $$PWD/manual/* +-QMAKE_EXTRA_TARGETS += dox +dox.path=$$PREFIX/share/doc/$$TARGET - dox.files= $$PWD/manual/* - QMAKE_EXTRA_TARGETS += dox ++dox.files= manual/* -target.path = /usr/bin +target.path = $$PREFIX/bin |