FreeBSD Bugzilla – Attachment 91784 Details for
Bug 129264
port revision: devel/libburn (add pkg_message re kern & devfs config)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.34 KB, created by
J.R. Oldroyd
on 2008-11-28 19:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
J.R. Oldroyd
Created:
2008-11-28 19:30:02 UTC
Size:
1.34 KB
patch
obsolete
>diff -ruN /usr/ports/devel/libburn/Makefile devel/libburn/Makefile >--- /usr/ports/devel/libburn/Makefile 2008-11-15 17:05:07.000000000 -0500 >+++ devel/libburn/Makefile 2008-11-25 20:32:26.000000000 -0500 >@@ -7,6 +7,7 @@ > > PORTNAME= libburn > PORTVERSION= 0.5.4 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://files.libburnia-project.org/releases/ > DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX} >@@ -26,5 +27,6 @@ > ${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 -ruN /usr/ports/devel/libburn/pkg-message devel/libburn/pkg-message >--- /usr/ports/devel/libburn/pkg-message 1969-12-31 19:00:00.000000000 -0500 >+++ devel/libburn/pkg-message 2008-11-19 19:54:35.000000000 -0500 >@@ -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 >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129264
: 91784