svn commit: r564707 - head/sysutils/k3b

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 8 14:16:16 UTC 2021


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 at 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


More information about the svn-ports-all mailing list