diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-12-12 05:00:47 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-12-12 05:00:47 +0000 |
commit | 355d40751b575f4be7e028643360556fce07c539 (patch) | |
tree | 4c082823c2bc38177beaac738f9025441c64a730 /sysutils/k3b-kde4 | |
parent | 9e9592d9258d021c0cdd4f5210aa9f76932e4a49 (diff) | |
download | ports-355d40751b575f4be7e028643360556fce07c539.tar.gz ports-355d40751b575f4be7e028643360556fce07c539.zip |
Notes
Diffstat (limited to 'sysutils/k3b-kde4')
-rw-r--r-- | sysutils/k3b-kde4/Makefile | 3 | ||||
-rw-r--r-- | sysutils/k3b-kde4/distinfo | 6 | ||||
-rw-r--r-- | sysutils/k3b-kde4/pkg-message | 21 |
3 files changed, 15 insertions, 15 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index 74363aaee2a0..18aab28243c1 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/k3b-kde4/distinfo b/sysutils/k3b-kde4/distinfo index 892ab6189f4b..9af09efac8ad 100644 --- a/sysutils/k3b-kde4/distinfo +++ b/sysutils/k3b-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (k3b-1.0.3.tar.bz2) = ca9b761045cac9aeccdf1b941a310996 -SHA256 (k3b-1.0.3.tar.bz2) = c5d1afe150de90c898f6566e14bf1e3d868dc4a9e8523c2065b283108b410eb9 -SIZE (k3b-1.0.3.tar.bz2) = 5092806 +MD5 (k3b-1.0.4.tar.bz2) = 42538ddae0809707d3bcdbe0a6ed6a43 +SHA256 (k3b-1.0.4.tar.bz2) = 2b384127c330bf6c9ef5d08733b0da2d815aec66893a8fc628b746181f06d4bb +SIZE (k3b-1.0.4.tar.bz2) = 5115790 diff --git a/sysutils/k3b-kde4/pkg-message b/sysutils/k3b-kde4/pkg-message index 3c5a6df33c09..99b5309de70c 100644 --- a/sysutils/k3b-kde4/pkg-message +++ b/sysutils/k3b-kde4/pkg-message @@ -25,20 +25,21 @@ Notes for FreeBSD 5.x and onwards users: Alternatively (especially if you are using hot plug capable CD or DVD drives) you could add an 'add path 'cd*' mode 666' or an 'add path 'cd*' mode 660 group XXX' to your /etc/devfs.rules - under '[system=10]'. To enable it, add a 'devfs_system_ruleset="system"' - to your /etc/rc.conf. + under '[system=10]'. To enable it, add a + 'devfs_system_ruleset="system"' to your /etc/rc.conf. - or just give mount and umount the suid flag, which is a security leak. 3c. Every user who should be able to use k3b must have read and write access to all pass through devices connected with CD and DVD drives and to the /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek - string 'passX' at the end of each line and modify the rights of - /dev/passX). Note, that this is a security leak as well but that there is - no alternative! To make this changes permanent, add 'devd_enable="YES"' - to /etc/rc.conf as described above. Furthermore add a 'perm passX 666' - for each pass device and a 'perm xpt0 666'. If you prefer to bind the - access rights to a group, use the own command as described above. If you - prefer to set this rights dynamically, add a line 'add path 'pass*' ...' - to your /etc/devfs.rules as described above. + string 'passX' at the end of each line) and modify the rights of + /dev/passX. Note, that this is a security leak as well but that there is no + alternative! + To make this changes permanent, add (as described above) a + 'devd_enable="YES"' to /etc/rc.conf and a 'perm passX 666' for each pass + device and a 'perm xpt0 666' to /etc/devfs.conf. If you prefer to bind + the access rights to a group, use the 'own' command as described above. + Instead, if you prefer to set this rights dynamically, add a line + 'add path 'pass*' ...' to your /etc/devfs.rules as described above. 4. Check, that DMA is activated for atapi devices: 'sysctl hw.ata.atapi_dma' If not, set it to 1 and put a 'hw.ata.atapi_dma=1' into /boot/loader.conf. 5. Create a directory on a partition, which has enough disk space to hold a CDs |