diff options
author | arved <arved@FreeBSD.org> | 2003-01-19 05:56:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-19 05:56:33 +0800 |
commit | d320d6af71aed7376888d98f52256342bf4a63c8 (patch) | |
tree | 40585d6c8c0f8ab6b2034ef6be4c5ca80fc2fa8a /sysutils/xcdroast | |
parent | 534374635f90fa5b74b3a7d616eb9a71e269a446 (diff) | |
download | freebsd-ports-graphics-d320d6af71aed7376888d98f52256342bf4a63c8.tar.gz freebsd-ports-graphics-d320d6af71aed7376888d98f52256342bf4a63c8.tar.zst freebsd-ports-graphics-d320d6af71aed7376888d98f52256342bf4a63c8.zip |
add a not that cdda2wav is gets broken when non-root mode gets enabled.
PR: 47095
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index d298efb7bfe..a33971da628 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: |