Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 12:27:21 +0300 (EEST)
From:      Andriy Gapon <avg@icyb.net.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84044: sysutils/udfclient: update to version 0.4.9
Message-ID:  <200507250927.j6P9RLfQ067230@oddity.topspin.kiev.ua>
Resent-Message-ID: <200507250930.j6P9UITG002165@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84044
>Category:       ports
>Synopsis:       sysutils/udfclient: update to version 0.4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 09:30:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andriy Gapon
>Release:        FreeBSD 5.4-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD 5.4-RELEASE-p3 i386


	
>Description:
New version of the software is available.
one patch file is removed: files/patch-udf_discop.c
one patch file is added: files/patch-udf_unix.c

>How-To-Repeat:
	
>Fix:

	

--- 049.diff begins here ---
diff -u -r -N udfclient.orig/Makefile udfclient/Makefile
--- udfclient.orig/Makefile	Mon Jul 25 11:52:05 2005
+++ udfclient/Makefile	Mon Jul 25 11:53:33 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	udfclient
-PORTVERSION=	0.3.3
-PORTREVISION=	1
+PORTVERSION=	0.4.9
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.13thmonkey.org/udfclient/releases/
 DISTNAME=	UDFclient.${PORTVERSION}
diff -u -r -N udfclient.orig/distinfo udfclient/distinfo
--- udfclient.orig/distinfo	Mon Jul 25 11:52:05 2005
+++ udfclient/distinfo	Mon Jul 25 11:55:33 2005
@@ -1,2 +1,2 @@
-MD5 (UDFclient.0.3.3.tgz) = fa87964d71148499d0bcb55c45135928
-SIZE (UDFclient.0.3.3.tgz) = 187473
+MD5 (UDFclient.0.4.9.tgz) = cd6a5160be5fd03bb580c56a7437b07f
+SIZE (UDFclient.0.4.9.tgz) = 213058
diff -u -r -N udfclient.orig/files/patch-udf_discop.c udfclient/files/patch-udf_discop.c
--- udfclient.orig/files/patch-udf_discop.c	Mon Jul 25 11:52:05 2005
+++ udfclient/files/patch-udf_discop.c	Thu Jan  1 03:00:00 1970
@@ -1,12 +0,0 @@
-diff -u -r udf_discop.c.orig udf_discop.c
---- udf_discop.c.orig	Thu Jan 27 16:45:23 2005
-+++ udf_discop.c	Fri Feb  4 22:23:50 2005
-@@ -210,7 +210,7 @@
- 	/* Set CD/DVD speed on 'optimal' for it doesnt seem to do it automatically */
- 	bzero(cmd, SCSI_CMD_LEN);
- 	cmd[ 0] = 0xBB;				/* Set CD speed */
--	cmd[ 1] = 1;				/* select CAV (1) or CLV (0) recording */
-+	cmd[ 1] = 0;				/* select pure CAV (1) or CLV and non-pure CAV (0) recording */
- 	cmd[ 2] = 0xff;
- 	cmd[ 3] = 0xff;				/* max read performance speed */
- 	cmd[ 4] = 0xff;
diff -u -r -N udfclient.orig/files/patch-udf_unix.c udfclient/files/patch-udf_unix.c
--- udfclient.orig/files/patch-udf_unix.c	Thu Jan  1 03:00:00 1970
+++ udfclient/files/patch-udf_unix.c	Mon Jul 25 12:00:57 2005
@@ -0,0 +1,11 @@
+--- udf_unix.c	Sun Jun 26 00:02:48 2005
++++ udf_unix.c	Mon Jul 25 11:50:58 2005
+@@ -433,7 +433,7 @@
+ 		if (!udf_bufcache->finish_purgethread) {
+ 			do {
+ 				/* determine the time we want to wake up again * */
+-				clock_gettime(CLOCK_MONOTONIC, &wakeup);
++				clock_gettime(CLOCK_REALTIME, &wakeup);
+ 				wakeup.tv_sec += UDF_BUFCACHE_IDLE_SECS;
+ 
+ 				/* ask for more requests */
--- 049.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507250927.j6P9RLfQ067230>