Date: Mon, 8 Feb 2021 14:16:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564707 - head/sysutils/k3b Message-ID: <202102081416.118EGF6V087188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Feb 8 14:16:15 2021 New Revision: 564707 URL: https://svnweb.freebsd.org/changeset/ports/564707 Log: Drop the information about hald, this is no longer accurate and bsddisk is not considered experimental anymore Modified: head/sysutils/k3b/Makefile head/sysutils/k3b/pkg-message Modified: head/sysutils/k3b/Makefile ============================================================================== --- head/sysutils/k3b/Makefile Mon Feb 8 14:14:32 2021 (r564706) +++ head/sysutils/k3b/Makefile Mon Feb 8 14:16:15 2021 (r564707) @@ -2,6 +2,7 @@ PORTNAME= k3b DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils multimedia kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/k3b/pkg-message ============================================================================== --- head/sysutils/k3b/pkg-message Mon Feb 8 14:14:32 2021 (r564706) +++ head/sysutils/k3b/pkg-message Mon Feb 8 14:16:15 2021 (r564707) @@ -31,11 +31,7 @@ 3. Create a directory on a partition, which has enough disk space to hold a CDs or DVDs content (usually below /usr). Enter this directory in Settings-> Configure K3b...->Misc. -4. You must configure devel/kf5-solid appropriately: - a. Either use the (default) HAL backend, and enable HAL in /etc/rc.conf via - # sysrc hald_enable="YES" - b. *or* use the (experimental) BSDISKS backend. -5. Last but not the least, you need to set cdrecord parameters in K3b's +4. Last but not the least, you need to set cdrecord parameters in K3b's "Settings --> Configure k3b... --> Programs --> User Parameters" to match your device as seen by `cdrecord -scanbus' (e.g. dev=3,0,0) EOM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102081416.118EGF6V087188>