Bug 118535 - Port upgrade: sysutils/k3b to 1.0.4
Summary: Port upgrade: sysutils/k3b to 1.0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-10 20:30 UTC by Heiner
Modified: 2007-12-12 05:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2007-12-10 20:30:02 UTC
Upgrade to 1.0.4

Fix: Apply the patch.


--Boundary-00=_UxZXHI+Zz/FtNpU
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="k3b.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="k3b.diff"



--Boundary-00=_UxZXHI+Zz/FtNpU----P9jPzSDzyFJ2U33DMfRN2sxwp74SFjrbHJFaf2isBWKEB2oK
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -urN ../../sysutils/k3b/Makefile ./Makefile
--- ../../sysutils/k3b/Makefile	Thu Nov  8 21:08:00 2007
+++ ./Makefile	Sat Nov 10 20:59:24 2007
@@ -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 -urN ../../sysutils/k3b/distinfo ./distinfo
--- ../../sysutils/k3b/distinfo	Thu Aug  2 16:42:39 2007
+++ ./distinfo	Sat Nov 10 20:57:52 2007
@@ -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 -urN ../../sysutils/k3b/pkg-message ./pkg-message
--- ../../sysutils/k3b/pkg-message	Thu Nov  8 21:08:00 2007
+++ ./pkg-message	Mon Dec 10 21:03:06 2007
@@ -25,20 +25,21 @@
           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
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2007-12-11 02:05:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-12 05:00:51 UTC
beech       2007-12-12 05:00:47 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/k3b         Makefile distinfo pkg-message 
  Log:
  - Update to 1.0.4
  
  - Changes:
  - K3b now silently allows the burning of files bigger than 4 GB if an
  appropriate version of genisoimage or mkisofs is installed
  ("silently" means that I did not introduce any new messages).
  - I was not able to find the awful "disabled DMA" bug but I introduced
  a little workaround which hopefully solves it for many of you (BTW:
  K3b from svn trunk does support  DVD burning with cdrecord.)
  - Never use growisofs parameter -dvd-compat with DVD-RW media in
  restricted overwrite mode (some drives do not like that).
  - Unmount medium before DVD formatting.
  
  PR:             ports/118535
  Approved by:    Heiner <h.eichmann@gmx.de> (maintainer)
                  linimon (mentor)
  
  Revision  Changes    Path
  1.48      +1 -2      ports/sysutils/k3b/Makefile
  1.27      +3 -3      ports/sysutils/k3b/distinfo
  1.12      +11 -10    ports/sysutils/k3b/pkg-message
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2007-12-12 05:01:14 UTC
State Changed
From-To: open->closed

Committed, Thanks!