diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 20:23:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 20:23:02 +0000 |
commit | 25789dae4e42450bbc67831c755bebce23651b86 (patch) | |
tree | 4b561327fa3143dfc7e4aab1d5bc5e2920cf6406 /devel/libburn | |
parent | 18b6af35f15ceade563380f268160581b62e4acb (diff) | |
download | ports-25789dae4e42450bbc67831c755bebce23651b86.tar.gz ports-25789dae4e42450bbc67831c755bebce23651b86.zip |
Notes
Diffstat (limited to 'devel/libburn')
-rw-r--r-- | devel/libburn/Makefile | 1 | ||||
-rw-r--r-- | devel/libburn/pkg-message | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/devel/libburn/Makefile b/devel/libburn/Makefile index f9aa0597f5c8..4099afa31cda 100644 --- a/devel/libburn/Makefile +++ b/devel/libburn/Makefile @@ -26,5 +26,6 @@ post-install: ${MKDIR} ${PREFIX}/libdata/pkgconfig ${MV} ${PREFIX}/lib/pkgconfig/${PORTNAME}-1.pc ${PREFIX}/libdata/pkgconfig/${PORTNAME}-1.pc ${RMDIR} ${PREFIX}/lib/pkgconfig + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/devel/libburn/pkg-message b/devel/libburn/pkg-message new file mode 100644 index 000000000000..275802aca133 --- /dev/null +++ b/devel/libburn/pkg-message @@ -0,0 +1,17 @@ +You will need to enable CAM support in the kernel. Your kernel +configuation should include: + for SCSI CD/DVD devices: + device scbus + device cd + device pass + for ATA CD/DVD devices you will need the above, plus: + device atapicam + +You will also want to make the CD devices world read- and writable. +In /etc/devfs.rules, add the following: + [system=10] + add path 'acd*' mode 0666 + add path 'cd*' mode 0666 + add path 'pass*' mode 0666 + add path 'xpt*' mode 0666 + |