summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-18 21:56:33 +0000
committerarved <arved@FreeBSD.org>2003-01-18 21:56:33 +0000
commitd320d6af71aed7376888d98f52256342bf4a63c8 (patch)
tree40585d6c8c0f8ab6b2034ef6be4c5ca80fc2fa8a
parent534374635f90fa5b74b3a7d616eb9a71e269a446 (diff)
downloadFreeBSD-ports-d320d6af71aed7376888d98f52256342bf4a63c8.zip
FreeBSD-ports-d320d6af71aed7376888d98f52256342bf4a63c8.tar.gz
add a not that cdda2wav is gets broken when non-root mode gets enabled.
PR: 47095 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
-rw-r--r--sysutils/xcdroast/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index d298efb..a33971d 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -38,7 +38,13 @@ pre-everything::
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@${ECHO} ""
- @${ECHO} " WITH_NONROOT=yes Use xcdroast w/o being root"
+ @${ECHO} " WITH_NONROOT=yes"
+ @${ECHO} " Use xcdroast w/o being root."
+ @${ECHO} " Actually, that breaks all interactions with cdda2wav"
+ @${ECHO} " (For example, you are not able to grab tracks, neither"
+ @${ECHO} " as root, nor as a normal user). Think about WITH_NONROOT"
+ @${ECHO} " - if you are really in need of it (with the attendant"
+ @${ECHO} " circumstanceces noticed above) or not."
@${ECHO} ""
post-patch:
OpenPOWER on IntegriCloud