ports/129264: port revision: devel/libburn (add pkg_message re kern & devfs config)

J.R. Oldroyd fbsd at opal.com
Fri Nov 28 19:30:03 UTC 2008


>Number:         129264
>Category:       ports
>Synopsis:       port revision: devel/libburn (add pkg_message re kern & devfs config)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 28 19:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD avera.opal.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Wed Nov 19 23:08:53 UTC 2008 xx at avera.opal.com:/usr/src/sys/i386/compile/AVERA i386
>Description:
add pkg_message re kernel config and devfs rules needed
>How-To-Repeat:
n/a
>Fix:
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
+
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list