git: f6e4ab3c4467 - main - audio/qtractor: Remove old reference to cuse4bsd.ko
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 17:23:41 UTC
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6e4ab3c4467f3ddc781d9ed4b9d257e46b748ad
commit f6e4ab3c4467f3ddc781d9ed4b9d257e46b748ad
Author: Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2023-03-30 17:16:32 +0000
Commit: Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2023-03-30 17:21:46 +0000
audio/qtractor: Remove old reference to cuse4bsd.ko
The alsa_seq_server rc.d script should now automagically load the required cuse.ko .
Approved by: pi (implicit)
---
audio/qtractor/Makefile | 1 +
audio/qtractor/pkg-message | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile
index e21c1b012d05..a0959d6736f3 100644
--- a/audio/qtractor/Makefile
+++ b/audio/qtractor/Makefile
@@ -1,6 +1,7 @@
PORTNAME= qtractor
DISTVERSIONPREFIX= qtractor_
DISTVERSION= 0.9.33
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://download.sf.net/${PORTNAME}/ \
https://download.steinberg.net/sdk_downloads/:vst3sdk
diff --git a/audio/qtractor/pkg-message b/audio/qtractor/pkg-message
index f9554b614721..731ce3e4da02 100644
--- a/audio/qtractor/pkg-message
+++ b/audio/qtractor/pkg-message
@@ -6,9 +6,6 @@ You installed Qtractor: an audio/MIDI multi-track sequencer application.
In order to use it you need to install and start as a service alsa-seq-server
which creates /dev/snd/seq that is required by Qtractor.
-
-Please note that alsa-seq-server, in turn, needs this line in /boot/loader.conf:
-cuse4bsd_load="YES"
===============================================================================
EOM
}