From jr@opal.com  Fri Nov 28 19:27:54 2008
Return-Path: <jr@opal.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 611F91065674
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Nov 2008 19:27:54 +0000 (UTC)
	(envelope-from jr@opal.com)
Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140])
	by mx1.freebsd.org (Postfix) with ESMTP id 1CABF8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Nov 2008 19:27:53 +0000 (UTC)
	(envelope-from jr@opal.com)
Received: from 74.79.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.79.74])
  by smtp.vzavenue.net with ESMTP; 28 Nov 2008 14:27:51 -0500
Received: from avera.opal.com (localhost [127.0.0.1])
	by homobox.opal.com (8.14.2/8.14.2) with ESMTP id mASJRo0S073202
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Nov 2008 14:27:51 -0500 (EST)
	(envelope-from jr@opal.com)
Received: from avera.opal.com ([192.168.3.67] helo=avera.opal.com) by
	ASSP-nospam; 28 Nov 2008 14:27:50 -0500
Received: from avera.opal.com (localhost [127.0.0.1])
	by avera.opal.com (8.14.3/8.14.3) with ESMTP id mAQ2Zbxl025127
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Nov 2008 21:35:37 -0500 (EST)
	(envelope-from jr@avera.opal.com)
Received: (from jr@localhost)
	by avera.opal.com (8.14.3/8.14.3/Submit) id mAQ2ZbYM025126;
	Tue, 25 Nov 2008 21:35:37 -0500 (EST)
	(envelope-from jr)
Message-Id: <200811260235.mAQ2ZbYM025126@avera.opal.com>
Date: Tue, 25 Nov 2008 21:35:37 -0500 (EST)
From: "J.R. Oldroyd" <fbsd@opal.com>
Reply-To: "J.R. Oldroyd" <fbsd@opal.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port revision: devel/libburn (add pkg_message re kern & devfs config)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         129264
>Category:       ports
>Synopsis:       port revision: devel/libburn (add pkg_message re kern & devfs config)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 28 19:30:02 UTC 2008
>Closed-Date:    Sat Nov 29 20:23:10 UTC 2008
>Last-Modified:  Sat Nov 29 20:23:10 UTC 2008
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Nov 29 00:54:24 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129264 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 29 20:23:09 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129264 
>Unformatted:
