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: pin
Date: Thu Dec 12 07:28:21 UTC 2024
Modified Files:
pkgsrc/audio/ncspot: Makefile
Log Message:
audio/ncspot: use clang as TOOL_DEPENDS
It's only needed at build time and not at runtime.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/audio/ncspot/Makefile
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.73 pkgsrc/audio/ncspot/Makefile:1.74
--- pkgsrc/audio/ncspot/Makefile:1.73 Thu Nov 14 22:18:44 2024
+++ pkgsrc/audio/ncspot/Makefile Thu Dec 12 07:28:21 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2024/11/14 22:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2024/12/12 07:28:21 pin Exp $
DISTNAME= ncspot-1.2.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=hrkfdn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,6 +12,7 @@ COMMENT= Cross-platform ncurses Spotify
LICENSE= 2-clause-bsd
TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
.include "cargo-depends.mk"
@@ -20,12 +21,10 @@ TOOL_DEPENDS+= cmake-[0-9]*:../../devel
#This package is confirmed to build with Rust 1.82.0 on amd64
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_FOR_BUILD_ONLY= tool
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.clang}/lib
CARGO_NO_DEFAULT_FEATURES= YES
@@ -34,5 +33,4 @@ CARGO_NO_DEFAULT_FEATURES= YES
.include "../../lang/python/tool.mk"
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
-.include "../../lang/clang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index