From owner-cvs-all@FreeBSD.ORG Sat May 16 22:36:57 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44DE3106566C; Sat, 16 May 2009 22:36:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3530A8FC08; Sat, 16 May 2009 22:36:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4GMavrr094220; Sat, 16 May 2009 22:36:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4GMavEp094219; Sat, 16 May 2009 22:36:57 GMT (envelope-from miwi) Message-Id: <200905162236.n4GMavEp094219@repoman.freebsd.org> From: Martin Wilke Date: Sat, 16 May 2009 22:36:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/e2fsprogs/files patch-uuid-loop ports/misc/e2fsprogs-libuuid Makefile ports/misc/e2fsprogs-libuuid/files uuidd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 22:36:57 -0000 miwi 2009-05-16 22:36:57 UTC FreeBSD ports repository Modified files: misc/e2fsprogs-libuuid Makefile misc/e2fsprogs-libuuid/files uuidd.in Added files: sysutils/e2fsprogs/files patch-uuid-loop Log: * misc/e2fsprogs-libuuid: - bump revision, as we're changing files and fixing a bug even for those who had successfully built libuuid before - patch one more source file to make sure the clock.txt state file gets saved to the right directory - try to run the newly-build uuidd for our self-test (ignoring failures, as they are non-fatal) - (the actual build fix is inherited from the other port) * sysutils/e2fsprogs: - add files/patch-uuid-loop to actually fix the "self-test does not terminate" bug. What causes the client to see EOF prematurely or the server to fail to send a response remains unknown, but we'll fix the worse part of the issue: loop on EOF (read returning 0). PR: 134156 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.10 +6 -3 ports/misc/e2fsprogs-libuuid/Makefile 1.3 +6 -2 ports/misc/e2fsprogs-libuuid/files/uuidd.in 1.1 +109 -0 ports/sysutils/e2fsprogs/files/patch-uuid-loop (new)