pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/csound6
Module Name: pkgsrc
Committed By: mrg
Date: Mon Oct 13 02:09:32 UTC 2025
Modified Files:
pkgsrc/audio/csound6: Makefile PLIST
Log Message:
turn off the python support for now which has been broken for years.
(i hope to upgrade this to either the latest 6.x version, or even
the new 7.x version, soon.)
found by GCC 14.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/audio/csound6/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/csound6/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/csound6/Makefile
diff -u pkgsrc/audio/csound6/Makefile:1.100 pkgsrc/audio/csound6/Makefile:1.101
--- pkgsrc/audio/csound6/Makefile:1.100 Sun Oct 5 19:25:39 2025
+++ pkgsrc/audio/csound6/Makefile Mon Oct 13 02:09:32 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.100 2025/10/05 19:25:39 js Exp $
+# $NetBSD: Makefile,v 1.101 2025/10/13 02:09:32 mrg Exp $
DISTNAME= csound-${CSOUND_VERSION}
PKGNAME= csound6-${CSOUND_VERSION}
-PKGREVISION= 45
+PKGREVISION= 46
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=csound/}
GITHUB_PROJECT= csound
@@ -22,6 +22,8 @@ CMAKE_CONFIGURE_ARGS+= -DBUILD_RELEASE=
CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_CONFIGURE_ARGS+= -DBUILD_HDF5_OPCODES=OFF
CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+# XXX uses python2.7 and was broken for years, GCC 14 found.
+CMAKE_CONFIGURE_ARGS+= -DBUILD_PYTHON_OPCODES=OFF
# CMAKE_INSTALL_RPATH doesn't work for some reason, so do it here.
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
@@ -52,7 +54,6 @@ post-install:
.include "../../audio/liblo/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../lang/python/application.mk"
.include "../../math/eigen3/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
Index: pkgsrc/audio/csound6/PLIST
diff -u pkgsrc/audio/csound6/PLIST:1.9 pkgsrc/audio/csound6/PLIST:1.10
--- pkgsrc/audio/csound6/PLIST:1.9 Tue Oct 6 00:26:51 2020
+++ pkgsrc/audio/csound6/PLIST Mon Oct 13 02:09:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/10/06 00:26:51 mrg Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/10/13 02:09:32 mrg Exp $
include/csound/CppSound.hpp
include/csound/CsoundFile.hpp
include/csound/OpcodeBase.hpp
@@ -96,7 +96,6 @@ lib/csound/plugins64-6.0/libosc.so
lib/csound/plugins64-6.0/libpadsynth.so
lib/csound/plugins64-6.0/libplaterev.so
lib/csound/plugins64-6.0/libpvsops.so
-lib/csound/plugins64-6.0/libpy.so
lib/csound/plugins64-6.0/libquadbezier.so
${PLIST.alsa}lib/csound/plugins64-6.0/librtalsa.so
${PLIST.jack}lib/csound/plugins64-6.0/librtjack.so
Home |
Main Index |
Thread Index |
Old Index