git: ee564bc6b3bc - main - audio/traverso: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:44:30 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee564bc6b3bcca80a9f97e8f27837d1883725c29
commit ee564bc6b3bcca80a9f97e8f27837d1883725c29
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:44:05 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:44:14 +0000
audio/traverso: Remove expired port
2025-12-31 audio/traverso: unfetchable
---
MOVED | 1 +
audio/Makefile | 1 -
audio/traverso/Makefile | 42 ---------------------------
audio/traverso/distinfo | 3 --
audio/traverso/files/patch-CMakeLists.txt | 11 -------
audio/traverso/files/patch-src_common_fpu.cc | 21 --------------
audio/traverso/files/patch-src_core_Sheet.cpp | 11 -------
audio/traverso/pkg-descr | 3 --
audio/traverso/pkg-plist | 14 ---------
9 files changed, 1 insertion(+), 106 deletions(-)
diff --git a/MOVED b/MOVED
index b48a8b29c63c..33fd33aef9b7 100644
--- a/MOVED
+++ b/MOVED
@@ -4953,3 +4953,4 @@ x11-fonts/powerline-fonts|x11-fonts/nerd-fonts|2025-12-31|Has expired: Use x11-f
math/rapid||2025-12-31|Has expired: unfetchable
security/tls-check||2025-12-31|Has expired: Obsolete tool and relies on deprecated libraries
www/unit-python||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
+audio/traverso||2025-12-31|Has expired: unfetchable
diff --git a/audio/Makefile b/audio/Makefile
index 6dd0f717ed5f..fa2f7c82862c 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -809,7 +809,6 @@
SUBDIR += tkeca
SUBDIR += toccata-lv2
SUBDIR += tosha
- SUBDIR += traverso
SUBDIR += triceratops-lv2
SUBDIR += tse3
SUBDIR += tta
diff --git a/audio/traverso/Makefile b/audio/traverso/Makefile
deleted file mode 100644
index 0c8edd676693..000000000000
--- a/audio/traverso/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME= traverso
-DISTVERSION= 0.49.6
-PORTREVISION= 7
-CATEGORIES= audio
-MASTER_SITES= https://traverso-daw.org/download/12/
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Digital audio workstation (DAW) with an innovative user interface
-WWW= https://traverso-daw.org/
-
-LICENSE= GPLv2 LGPL21
-LICENSE_COMB= dual
-LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
-LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING
-
-BROKEN= Unfetchable
-EXPIRATION_DATE=2025-12-31
-
-LIB_DEPENDS= libfftw3.so:math/fftw3 \
- libFLAC.so:audio/flac \
- libjack.so:audio/jack \
- liblilv-0.so:audio/lilv \
- libmad.so:audio/libmad \
- libogg.so:audio/libogg \
- libsamplerate.so:audio/libsamplerate \
- libserd-0.so:devel/serd \
- libsndfile.so:audio/libsndfile \
- libsord-0.so:devel/sord \
- libsratom-0.so:audio/sratom \
- libvorbisfile.so:audio/libvorbis \
- libwavpack.so:audio/wavpack
-
-USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags pkgconfig qt:5
-USE_QT= core gui printsupport xml widgets buildtools:build qmake:build
-
-CMAKE_OFF= WANT_ALSA
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
- cd ${WRKSRC}/resources/freedesktop/icons && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/hicolor
-
-.include <bsd.port.mk>
diff --git a/audio/traverso/distinfo b/audio/traverso/distinfo
deleted file mode 100644
index 749d49a2e04e..000000000000
--- a/audio/traverso/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1557993721
-SHA256 (traverso-0.49.6.tar.gz) = f850b88cbb64529655514b7cfe01c56133e21929374b3e3b90813bc227eac789
-SIZE (traverso-0.49.6.tar.gz) = 1511714
diff --git a/audio/traverso/files/patch-CMakeLists.txt b/audio/traverso/files/patch-CMakeLists.txt
deleted file mode 100644
index 7dd42eb88320..000000000000
--- a/audio/traverso/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2019-05-16 08:06:58 UTC
-+++ CMakeLists.txt
-@@ -326,7 +326,7 @@ ${Qt5Xml_INCLUDE_DIRS}
- ${Qt5Xml_INCLUDES}
- )
-
--set(CMAKE_CXX_FLAGS "-fPIC")
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
-
- #Set up libraries to link with all found packages
- LINK_LIBRARIES (
diff --git a/audio/traverso/files/patch-src_common_fpu.cc b/audio/traverso/files/patch-src_common_fpu.cc
deleted file mode 100644
index 3a477f918f08..000000000000
--- a/audio/traverso/files/patch-src_common_fpu.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/common/fpu.cc.orig 2019-12-05 16:58:12 UTC
-+++ src/common/fpu.cc
-@@ -33,9 +33,7 @@ FPU::FPU ()
-
- _flags = Flags (0);
-
--#ifndef ARCH_X86
-- return;
--#endif
-+#ifdef ARCH_X86
-
- #ifndef USE_X86_64_ASM
- asm volatile (
-@@ -108,6 +106,7 @@ FPU::FPU ()
- free (fxbuf);
- }
- }
-+#endif
- }
-
- FPU::~FPU ()
diff --git a/audio/traverso/files/patch-src_core_Sheet.cpp b/audio/traverso/files/patch-src_core_Sheet.cpp
deleted file mode 100644
index 4676e9ebb059..000000000000
--- a/audio/traverso/files/patch-src_core_Sheet.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/Sheet.cpp.orig 2019-05-16 08:08:50 UTC
-+++ src/core/Sheet.cpp
-@@ -397,7 +397,7 @@ int Sheet::prepare_export(ExportSpecification* spec)
- m_rendering = true;
- }
-
-- spec->startLocation = LONG_LONG_MAX;
-+ spec->startLocation = LLONG_MAX;
- spec->endLocation = TimeRef();
-
- TimeRef endlocation, startlocation;
diff --git a/audio/traverso/pkg-descr b/audio/traverso/pkg-descr
deleted file mode 100644
index 06a357cf157c..000000000000
--- a/audio/traverso/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Traverso-DAW is a digital audio workstation designed to be an extension of your
-creativity and workflow. Compose, record and edit your audio with an
-unprecedented speed and ease as you've never experienced before.
diff --git a/audio/traverso/pkg-plist b/audio/traverso/pkg-plist
deleted file mode 100644
index 2cc3e54b53d1..000000000000
--- a/audio/traverso/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/traverso
-share/applications/traverso.desktop
-share/icons/hicolor/128x128/apps/traverso.png
-share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-traverso.png
-share/icons/hicolor/16x16/apps/traverso.png
-share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-traverso.png
-share/icons/hicolor/24x24/apps/traverso.png
-share/icons/hicolor/24x24/mimetypes/gnome-mime-application-x-traverso.png
-share/icons/hicolor/48x48/apps/traverso.png
-share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-traverso.png
-share/icons/hicolor/64x64/apps/traverso.png
-share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-traverso.png
-share/icons/hicolor/scalable/apps/traverso.svg
-share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-traverso.svg