This is a simple update to csound-7.0.0beta13.
Changelog:
https://github.com/csound/csound/releases/tag/7.0.0-beta.13

On this occasion I have @comment'ed the static library as suggested by sthen@.

ok?



Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/csound/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile    6 Feb 2026 10:30:42 -0000       1.1.1.1
+++ Makefile    8 Feb 2026 11:32:35 -0000
@@ -1,8 +1,8 @@
 COMMENT =              sound and music computing system
 
-DIST_TUPLE =           github csound csound 7.0.0-beta.12 .
+DIST_TUPLE =           github csound csound 7.0.0-beta.13 .
 
-PKGNAME =              csound-7.0.0beta12
+PKGNAME =              csound-7.0.0beta13
 
 CATEGORIES =           audio
 
@@ -22,6 +22,7 @@ COMPILER =            base-clang ports-gcc
 MODULES =              devel/cmake \
                        lang/python
 
+# BUILD_STATIC_LIBRARY is needed for tests
 CONFIGURE_ARGS =       -DBUILD_TESTS=ON \
                        -DBUILD_STATIC_LIBRARY=ON \
                        -DUSE_JACK=OFF \
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/csound/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    6 Feb 2026 10:30:42 -0000       1.1.1.1
+++ distinfo    8 Feb 2026 11:32:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (csound-csound-7.0.0-beta.12.tar.gz) = 
YwhY8+xEfcOLFc78Z3Xf7bW4JdOHfRQtpnrvScbAwLs=
-SIZE (csound-csound-7.0.0-beta.12.tar.gz) = 26180867
+SHA256 (csound-csound-7.0.0-beta.13.tar.gz) = 
pLumTgzv6h0pMZtTDHbjF6CsEQyy3tFMaFVR5rtYcN4=
+SIZE (csound-csound-7.0.0-beta.13.tar.gz) = 26181788
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/csound/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   6 Feb 2026 10:30:42 -0000       1.1.1.1
+++ pkg/PLIST   8 Feb 2026 11:32:35 -0000
@@ -75,7 +75,7 @@ lib/csound/plugins64-7.0/
 @so lib/csound/plugins64-7.0/librtpa.so
 @so lib/csound/plugins64-7.0/librtpulse.so
 @so lib/csound/plugins64-7.0/libstdutil.so
-@static-lib lib/libcsound64.a
+@comment @static-lib lib/libcsound64.a
 @lib lib/libcsound64.so.${LIBcsound64_VERSION}
 lib/pkgconfig/csound.pc
 lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/

Reply via email to