1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Update to 0.4.9

PR:		ports/84044
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2005-07-26 12:15:44 +00:00
parent 221139c866
commit c9c64e7c6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140144
5 changed files with 25 additions and 16 deletions

View File

@ -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}

View File

@ -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

View File

@ -0,0 +1,11 @@
--- Makefile.in Sun Jun 26 00:02:51 2005
+++ Makefile.in Mon Jul 25 20:34:12 2005
@@ -33,7 +33,7 @@
#CFLAGS+= -D__ANONYMOUSUDF__
CFLAGS+= -fPIC -DPIC
-POSTOBJ+= @SCSI_LIB@ @THREADLIB@ @TIMELIB@
+POSTOBJ+= @SCSI_LIB@ @THREADLIB@ #@TIMELIB@
# For use with the cpuflags package

View File

@ -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;

View File

@ -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 */