pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/cantata
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 9 15:52:50 UTC 2019
Modified Files:
pkgsrc/audio/cantata: distinfo
pkgsrc/audio/cantata/patches: patch-3rdparty_solid-lite_CMakeLists.txt
Log Message:
cantata: add upstream bug report
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/cantata/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/cantata/distinfo
diff -u pkgsrc/audio/cantata/distinfo:1.1 pkgsrc/audio/cantata/distinfo:1.2
--- pkgsrc/audio/cantata/distinfo:1.1 Sun Jun 9 15:46:09 2019
+++ pkgsrc/audio/cantata/distinfo Sun Jun 9 15:52:50 2019
@@ -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
Index: pkgsrc/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt
diff -u pkgsrc/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt:1.1 pkgsrc/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt:1.2
--- pkgsrc/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt:1.1 Sun Jun 9 15:46:09 2019
+++ pkgsrc/audio/cantata/patches/patch-3rdparty_solid-lite_CMakeLists.txt Sun Jun 9 15:52:50 2019
@@ -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 @@ Limit udev to Linux.
)
- 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