pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cantata cantata: add upstream bug report



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9102c06b2002
branches:  trunk
changeset: 334934:9102c06b2002
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 09 15:52:50 2019 +0000

description:
cantata: add upstream bug report

diffstat:

 audio/cantata/distinfo                                         |  4 ++--
 audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 70421c38bc06 -r 9102c06b2002 audio/cantata/distinfo
--- a/audio/cantata/distinfo    Sun Jun 09 15:47:14 2019 +0000
+++ b/audio/cantata/distinfo    Sun Jun 09 15:52:50 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/06/09 15:46:09 wiz Exp $
+$NetBSD: distinfo,v 1.2 2019/06/09 15:52:50 wiz Exp $
 
 SHA1 (cantata-2.3.3.tar.bz2) = 19a235897c556f7fcc39be51842491ccb163d135
 RMD160 (cantata-2.3.3.tar.bz2) = f42da1ae832f27e32b622f47f69e9ba27ca5dde4
 SHA512 (cantata-2.3.3.tar.bz2) = 8314930c9e16a5811f607f131ce7134daa0c6de81c5f87d45967c076895540b388b89b3f2cbd82950f6defb1087e61923c1719670f19b4ed3c074f05fe8577c6
 Size (cantata-2.3.3.tar.bz2) = 2445139 bytes
-SHA1 (patch-3rdparty_solid-lite_CMakeLists.txt) = 537eefc6c7b75412a1af39fb7b4db88160ba806d
+SHA1 (patch-3rdparty_solid-lite_CMakeLists.txt) = 73feadd49ea8c50f63d7c18e8a14e0796fac618c
diff -r 70421c38bc06 -r 9102c06b2002 audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt
--- a/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt    Sun Jun 09 15:47:14 2019 +0000
+++ b/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt    Sun Jun 09 15:52:50 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-3rdparty_solid-lite_CMakeLists.txt,v 1.1 2019/06/09 15:46:09 wiz Exp $
+$NetBSD: patch-3rdparty_solid-lite_CMakeLists.txt,v 1.2 2019/06/09 15:52:50 wiz Exp $
 
 Limit udev to Linux.
+https://github.com/CDrummond/cantata/issues/1503
 
 --- 3rdparty/solid-lite/CMakeLists.txt.orig    2018-03-07 19:04:41.000000000 +0000
 +++ 3rdparty/solid-lite/CMakeLists.txt 2019-06-09 12:52:54.960229954 +0000
@@ -9,7 +10,7 @@
  )
  
 -   if (NOT WIN32 AND NOT APPLE AND WITH_SOLID_UDISKS2)
-+   if (LINUX AND WITH_SOLID_UDISKS2)
++   if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND WITH_SOLID_UDISKS2)
       find_package( UDev REQUIRED)
       macro_log_feature( UDEV_FOUND "UDev" "UDev support for Solid" "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"; FALSE "" "Allows Solid to use UDev to provide information about 
devices on Linux" )
     endif()



Home | Main Index | Thread Index | Old Index