View | Details | Raw Unified | Return to bug 231446 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libburn/Makefile (-2 / +14 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libburn
4
PORTNAME=	libburn
5
PORTVERSION=	1.4.8
5
PORTVERSION=	1.5.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://files.libburnia-project.org/releases/
7
MASTER_SITES=	http://files.libburnia-project.org/releases/
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ndowens@yahoo.com
10
COMMENT=	Libburnia library to read/write optical discs
10
COMMENT=	Libburnia library to read/write optical discs
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
Lines 17-20 Link Here
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
19
19
20
PORTDOCS=	*.txt
21
22
SUB_FILES=	pkg-message
23
SUB_LIST=	DEVFS_RULES=/etc/devfs.rules
24
25
OPTIONS_DEFINE=	DOCS
26
27
do-install-DOCS-on:
28
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
29
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \
30
		${STAGEDIR}${DOCSDIR}
31
20
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)devel/libburn/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1505925063
1
TIMESTAMP = 1537240833
2
SHA256 (libburn-1.4.8.tar.gz) = 3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6
2
SHA256 (libburn-1.5.0.tar.gz) = 582b12c236c1365211946f2fe3c254976af37bbec244051f7742a98ded9be2bd
3
SIZE (libburn-1.4.8.tar.gz) = 977757
3
SIZE (libburn-1.5.0.tar.gz) = 979953
(-)devel/libburn/files/pkg-message.in (-1 / +1 lines)
Lines 8-14 Link Here
8
	device atapicam
8
	device atapicam
9
9
10
You will also want to make the CD devices world read- and writable.
10
You will also want to make the CD devices world read- and writable.
11
In /etc/devfs.rules, add the following:
11
In %%DEVFS_RULES%%, add the following:
12
	[system=10]
12
	[system=10]
13
	add path 'acd*' mode 0666
13
	add path 'acd*' mode 0666
14
	add path 'cd*' mode 0666
14
	add path 'cd*' mode 0666
(-)devel/libburn/pkg-message (-16 lines)
Lines 1-16 Link Here
1
You will need to enable CAM support in the kernel.  Your kernel
2
configuation should include:
3
    for SCSI CD/DVD devices:
4
	device scbus
5
	device cd
6
	device pass
7
    for ATA CD/DVD devices you will need the above, plus:
8
	device atapicam
9
10
You will also want to make the CD devices world read- and writable.
11
In /etc/devfs.rules, add the following:
12
	[system=10]
13
	add path 'acd*' mode 0666
14
	add path 'cd*' mode 0666
15
	add path 'pass*' mode 0666
16
	add path 'xpt*' mode 0666
(-)devel/libburn/pkg-plist (-1 / +1 lines)
Lines 3-8 Link Here
3
lib/libburn.a
3
lib/libburn.a
4
lib/libburn.so
4
lib/libburn.so
5
lib/libburn.so.4
5
lib/libburn.so.4
6
lib/libburn.so.4.101.0
6
lib/libburn.so.4.103.0
7
libdata/pkgconfig/libburn-1.pc
7
libdata/pkgconfig/libburn-1.pc
8
man/man1/cdrskin.1.gz
8
man/man1/cdrskin.1.gz

Return to bug 231446