summaryrefslogtreecommitdiff
path: root/ham/gnuradio-core
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-19 13:57:11 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-19 13:57:11 +0000
commitcf6a178761998b3ef048903006b5865499678a11 (patch)
treefd2b3604dd70f7fe2a8f48e1f0c9e00012568c31 /ham/gnuradio-core
parent2dabb0568bdfe45c573c22462d4622af84e12a7a (diff)
downloadpkgsrc-cf6a178761998b3ef048903006b5865499678a11.tar.gz
Fix sphinx name.
Diffstat (limited to 'ham/gnuradio-core')
-rw-r--r--ham/gnuradio-core/distinfo4
-rw-r--r--ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo
index c9699d5da45..38a5bcdc065 100644
--- a/ham/gnuradio-core/distinfo
+++ b/ham/gnuradio-core/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.36 2020/05/14 19:22:44 joerg Exp $
+$NetBSD: distinfo,v 1.37 2020/05/19 13:57:11 joerg Exp $
SHA1 (gnuradio-3.7.13.5.tar.gz) = c81a9cb1ec5e9455d885c804ba8fb656c4573b53
RMD160 (gnuradio-3.7.13.5.tar.gz) = 87786c5f333069c15316c6a45dbce11f329ddac6
SHA512 (gnuradio-3.7.13.5.tar.gz) = 35fad30ccbc8a82e03d44815bb958dc3718089bce628795ded53f554dff68a4acb1a0f1110b97446f5dc0182c0313855c0f1624b5e9caea26ae6189be81453bf
Size (gnuradio-3.7.13.5.tar.gz) = 4548612 bytes
-SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
+SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 3b51f8e201bae6604498a6395013221e3659646b
SHA1 (patch-gnuradio-runtime_lib_block.cc) = a08a3f69ade0a935d88140e386e6f623c0edb1c6
SHA1 (patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc) = be8d6704aadc62f6a9c1e85c68443a94e81ea882
SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
diff --git a/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake b/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake
index 4473cd6c75a..3a9467e9639 100644
--- a/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake
+++ b/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake
@@ -1,4 +1,4 @@
-$NetBSD: patch-cmake_Modules_FindSphinx.cmake,v 1.1 2015/03/07 05:10:45 mef Exp $
+$NetBSD: patch-cmake_Modules_FindSphinx.cmake,v 1.2 2020/05/19 13:57:11 joerg Exp $
(Starting with gnuradio-3.7.6), cmake wants sphinx-build exact executable
name. With SUBST_CLASSES.pyvers in Makefile.common, tell the name.
@@ -11,7 +11,7 @@ name. With SUBST_CLASSES.pyvers in Makefile.common, tell the name.
# License text for the above reference.)
-find_program(SPHINX_EXECUTABLE NAMES sphinx-build
-+find_program(SPHINX_EXECUTABLE NAMES sphinx-build@PYVERSSUFFIX@
++find_program(SPHINX_EXECUTABLE NAMES sphinx-build-@PYVERSSUFFIX@
HINTS
$ENV{SPHINX_DIR}
PATH_SUFFIXES bin