pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ncspot
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 18:29:54 UTC 2025
Modified Files:
pkgsrc/audio/ncspot: Makefile distinfo
Added Files:
pkgsrc/audio/ncspot/patches: patch-aa patch-ab
Log Message:
ncspot: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/audio/ncspot/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/ncspot/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/ncspot/patches/patch-aa \
pkgsrc/audio/ncspot/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.79 pkgsrc/audio/ncspot/Makefile:1.80
--- pkgsrc/audio/ncspot/Makefile:1.79 Wed Jul 16 16:09:02 2025
+++ pkgsrc/audio/ncspot/Makefile Thu Aug 21 18:29:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2025/07/16 16:09:02 pin Exp $
+# $NetBSD: Makefile,v 1.80 2025/08/21 18:29:54 wiz Exp $
DISTNAME= ncspot-1.3.0
CATEGORIES= audio
@@ -13,17 +13,17 @@ LICENSE= 2-clause-bsd
# See, https://github.com/briansmith/ring/issues/1999
.include "../../mk/compiler/i386-sse2.mk"
-TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
.include "cargo-depends.mk"
-#RUST_REQ= 1.87.0
+#RUST_REQ= 1.87.0
#Upstream does not state the required MSRV.
#This package is confirmed to build with Rust 1.87.0 on amd64
-USE_LANGUAGES+= c c++
-USE_TOOLS+= pkg-config
-PYTHON_FOR_BUILD_ONLY= tool
+USE_LANGUAGES+= c c++
+USE_TOOLS+= pkg-config
+PYTHON_FOR_BUILD_ONLY= tool
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
Index: pkgsrc/audio/ncspot/distinfo
diff -u pkgsrc/audio/ncspot/distinfo:1.53 pkgsrc/audio/ncspot/distinfo:1.54
--- pkgsrc/audio/ncspot/distinfo:1.53 Wed Jul 16 16:09:02 2025
+++ pkgsrc/audio/ncspot/distinfo Thu Aug 21 18:29:54 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.53 2025/07/16 16:09:02 pin Exp $
+$NetBSD: distinfo,v 1.54 2025/08/21 18:29:54 wiz Exp $
BLAKE2s (addr2line-0.24.2.crate) = 5bdb03ff8621c0993eda0ec3682c467ad3fc0015f48e46a70779bbd4bfbe8267
SHA512 (addr2line-0.24.2.crate) = 39cbec3c920ffc0f37584afb55e1cfe4f182e4415319a4e9bfe842360f102f7b9315f6171c0cf71ba0337123903e604096cd573fe98698a26c8eebc2376d965b
@@ -1716,3 +1716,5 @@ Size (zvariant_derive-5.5.3.crate) = 142
BLAKE2s (zvariant_utils-3.2.0.crate) = a37b85bd35e5168e45b50ab6d42717bc90cd237c0efb92629a6597d1b79eac8c
SHA512 (zvariant_utils-3.2.0.crate) = 9176e3240078a3d240f81272cd6e04438048ee044dabd0233bce0ba9567e97655e2721332dcd43376b09c055c07080e12ffd2888355f003cc32c3bfddbc4c479
Size (zvariant_utils-3.2.0.crate) = 14779 bytes
+SHA1 (patch-aa) = 0f0962dbbf6e36bfdc11114d356edc07767a73ad
+SHA1 (patch-ab) = f31b6286bc84d205cbd393863dc9a418f0093b7c
Added files:
Index: pkgsrc/audio/ncspot/patches/patch-aa
diff -u /dev/null pkgsrc/audio/ncspot/patches/patch-aa:1.1
--- /dev/null Thu Aug 21 18:29:54 2025
+++ pkgsrc/audio/ncspot/patches/patch-aa Thu Aug 21 18:29:54 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2025/08/21 18:29:54 wiz Exp $
+
+Fix build with cmake 4.
+
+--- ../vendor/aws-lc-sys-0.26.0/CMakeLists.txt.orig 2025-08-21 18:24:26.400500961 +0000
++++ ../vendor/aws-lc-sys-0.26.0/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ # SPDX-License-Identifier: Apache-2.0 OR ISC
+
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+
+ project(AWS_LC_RUST NONE)
+ enable_language(C)
Index: pkgsrc/audio/ncspot/patches/patch-ab
diff -u /dev/null pkgsrc/audio/ncspot/patches/patch-ab:1.1
--- /dev/null Thu Aug 21 18:29:54 2025
+++ pkgsrc/audio/ncspot/patches/patch-ab Thu Aug 21 18:29:54 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2025/08/21 18:29:54 wiz Exp $
+
+Fix build with cmake 4.
+
+--- ../vendor/aws-lc-sys-0.26.0/aws-lc/CMakeLists.txt.orig 2025-08-21 18:25:37.355103655 +0000
++++ ../vendor/aws-lc-sys-0.26.0/aws-lc/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+
+ if(POLICY CMP0091)
+ cmake_policy(SET CMP0091 NEW)
Home |
Main Index |
Thread Index |
Old Index