diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-04-22 20:16:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-04-22 20:16:04 +0000 |
commit | 779c36f5c4677e26ad544b72a061151c7019f23a (patch) | |
tree | 3e2945667463e62a9b4af6b4c1f68e4cca2f9215 /math/plplot/files/patch-plplot_test__CMakeLists.txt | |
parent | - Remove LICENSE (diff) |
- Upgrade math/plplot to 5.11.0
Announcement at
<https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release>
- Take maintainership
- Chase dependencies.
PR: ports/199539
Submitted by: Ben Woods <woodsb02 (at) gmail.com>
Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
Diffstat (limited to 'math/plplot/files/patch-plplot_test__CMakeLists.txt')
-rw-r--r-- | math/plplot/files/patch-plplot_test__CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/plplot/files/patch-plplot_test__CMakeLists.txt b/math/plplot/files/patch-plplot_test__CMakeLists.txt deleted file mode 100644 index 20f9802423e0..000000000000 --- a/math/plplot/files/patch-plplot_test__CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ ---- plplot_test/CMakeLists.txt.orig 2013-07-09 21:27:35.000000000 +0200 -+++ plplot_test/CMakeLists.txt 2013-10-01 23:12:09.000000000 +0200 -@@ -452,14 +452,6 @@ - list(APPEND test_output_files_LIST ${output_list}) - endif(PLD_pdfqt) - -- if(PLD_pdf) -- add_test(examples_pdf -- ${SH_EXECUTABLE} -c "${TEST_ENVIRONMENT} ${TEST_SCRIPT} --front-end=c --device=pdf" -- ) -- list_example_files(. pdf c output_list) -- list(APPEND test_output_files_LIST ${output_list}) -- endif(PLD_pdf) -- - if(CMP_EXECUTABLE OR DIFF_EXECUTABLE AND TAIL_EXECUTABLE) - configure_file( - test_diff.sh.in |