Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core Fix sphinx name.
details: https://anonhg.NetBSD.org/pkgsrc/rev/551b2047d04c
branches: trunk
changeset: 432153:551b2047d04c
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue May 19 13:57:11 2020 +0000
description:
Fix sphinx name.
diffstat:
ham/gnuradio-core/distinfo | 4 ++--
ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r d2692dfd66e2 -r 551b2047d04c ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo Tue May 19 13:52:10 2020 +0000
+++ b/ham/gnuradio-core/distinfo Tue May 19 13:57:11 2020 +0000
@@ -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 -r d2692dfd66e2 -r 551b2047d04c ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake
--- a/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake Tue May 19 13:52:10 2020 +0000
+++ b/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake Tue May 19 13:57:11 2020 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index