From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 22 18:50:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8893B16A41F for ; Tue, 22 Nov 2005 18:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88AED43D67 for ; Tue, 22 Nov 2005 18:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAMIoHYM080514 for ; Tue, 22 Nov 2005 18:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAMIoHRj080510; Tue, 22 Nov 2005 18:50:17 GMT (envelope-from gnats) Resent-Date: Tue, 22 Nov 2005 18:50:17 GMT Resent-Message-Id: <200511221850.jAMIoHRj080510@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andriy Gapon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2907C16A420 for ; Tue, 22 Nov 2005 18:44:45 +0000 (GMT) (envelope-from avg@topspin.kiev.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2099043D95 for ; Tue, 22 Nov 2005 18:44:21 +0000 (GMT) (envelope-from avg@topspin.kiev.ua) Received: from oddity.topspin.kiev.ua (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA17647 for ; Tue, 22 Nov 2005 20:44:11 +0200 (EET) (envelope-from avg@topspin.kiev.ua) Received: from oddity.topspin.kiev.ua (localhost [127.0.0.1]) by oddity.topspin.kiev.ua (8.13.3/8.13.1) with ESMTP id jAMIiAs5011777 for ; Tue, 22 Nov 2005 20:44:10 +0200 (EET) (envelope-from avg@oddity.topspin.kiev.ua) Received: (from avg@localhost) by oddity.topspin.kiev.ua (8.13.3/8.13.1/Submit) id jAMIiAw7011776; Tue, 22 Nov 2005 20:44:10 +0200 (EET) (envelope-from avg) Message-Id: <200511221844.jAMIiAw7011776@oddity.topspin.kiev.ua> Date: Tue, 22 Nov 2005 20:44:10 +0200 (EET) From: Andriy Gapon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89428: [maintainer-update] sysutils/udfclient: update to version 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 18:50:26 -0000 >Number: 89428 >Category: ports >Synopsis: [maintainer-update] sysutils/udfclient: update to version 0.5 >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: Tue Nov 22 18:50:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 5.4-RELEASE-p3 i386 >Organization: >Environment: FreeBSD 5.4-RELEASE-p3 i386 >Description: new version of udfclient is releses by the author. please update the port using the attached path, please note that files/patch-udf_unix.c is removed. BTW, do freebsd ports work normally with version sequence like this: 0.4.9->0.5->0.5.1 ? >How-To-Repeat: >Fix: --- 050_1.diff begins here --- diff -ruNp udfclient.orig/Makefile udfclient/Makefile --- udfclient.orig/Makefile Tue Nov 8 12:58:20 2005 +++ udfclient/Makefile Tue Nov 22 20:32:16 2005 @@ -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 diff -ruNp udfclient.orig/distinfo udfclient/distinfo --- udfclient.orig/distinfo Tue Nov 8 12:58:20 2005 +++ udfclient/distinfo Tue Nov 22 20:21:06 2005 @@ -1,2 +1,2 @@ -MD5 (UDFclient.0.4.9.tgz) = cd6a5160be5fd03bb580c56a7437b07f -SIZE (UDFclient.0.4.9.tgz) = 213058 +MD5 (UDFclient.0.5.tgz) = a21a9f16a7b876125b11b4350fd6a055 +SIZE (UDFclient.0.5.tgz) = 225082 diff -ruNp udfclient.orig/files/patch-Makefile.in udfclient/files/patch-Makefile.in --- udfclient.orig/files/patch-Makefile.in Tue Nov 8 12:58:20 2005 +++ udfclient/files/patch-Makefile.in Tue Nov 22 20:21:36 2005 @@ -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@ diff -ruNp udfclient.orig/files/patch-udf_unix.c udfclient/files/patch-udf_unix.c --- udfclient.orig/files/patch-udf_unix.c Tue Nov 8 12:58:20 2005 +++ udfclient/files/patch-udf_unix.c Thu Jan 1 03:00:00 1970 @@ -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 */ --- 050_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: