1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.5 [1]

- Add SHA256

PR:		ports/89428 [1]
Submitted by:	Andriy Gapon <avg@icyb.net.ua> (maintainer) [1]
This commit is contained in:
Simon Barner 2005-11-23 01:38:13 +00:00
parent 3d18ff7fc8
commit 75b2935c25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149133
4 changed files with 6 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= udfclient
PORTVERSION= 0.4.9
PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
DISTNAME= UDFclient.${PORTVERSION}
@ -25,6 +25,6 @@ PLIST_FILES= bin/udfdump \
bin/newfs_udf \
bin/cd_sessions \
bin/cd_disect \
bin/cdrw_format
bin/mmc_format
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
MD5 (UDFclient.0.4.9.tgz) = cd6a5160be5fd03bb580c56a7437b07f
SIZE (UDFclient.0.4.9.tgz) = 213058
MD5 (UDFclient.0.5.tgz) = a21a9f16a7b876125b11b4350fd6a055
SHA256 (UDFclient.0.5.tgz) = 7b87b79d73d08f6bd3bbd01a4277593fa2d9c4c4a2628476c940755242c603db
SIZE (UDFclient.0.5.tgz) = 225082

View File

@ -3,7 +3,7 @@
@@ -33,7 +33,7 @@
#CFLAGS+= -D__ANONYMOUSUDF__
CFLAGS+= -fPIC -DPIC
#CFLAGS+= -fPIC -DPIC
-POSTOBJ+= @SCSI_LIB@ @THREADLIB@ @TIMELIB@
+POSTOBJ+= @SCSI_LIB@ @THREADLIB@ #@TIMELIB@

View File

@ -1,11 +0,0 @@
--- 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 */