From owner-cvs-all@FreeBSD.ORG Sun May 9 09:49:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B34BD16A4CE; Sun, 9 May 2004 09:49:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BD343D49; Sun, 9 May 2004 09:49:35 -0700 (PDT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i49GnZGe083459; Sun, 9 May 2004 09:49:35 -0700 (PDT) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i49GnZcZ083458; Sun, 9 May 2004 09:49:35 -0700 (PDT) (envelope-from pav) Message-Id: <200405091649.i49GnZcZ083458@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 May 2004 09:49:35 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/testdisk Makefileports/sysutils/testdisk/files patch-config.h.in patch-configure patch-src::common.h patch-src::godmode.c patch-src::intrface.c patch-src::rfs_dir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 16:49:35 -0000 pav 2004/05/09 09:49:35 PDT FreeBSD ports repository Modified files: sysutils/testdisk Makefile Added files: sysutils/testdisk/files patch-config.h.in patch-configure patch-src::common.h patch-src::godmode.c patch-src::intrface.c patch-src::rfs_dir.c Log: - Add patch that fixes compilation on non-i386 archs and fixes a little bug in extended partition creation. Submitted by: Florent Thoumie (maintainer) Obtained from: author Revision Changes Path 1.3 +1 -0 ports/sysutils/testdisk/Makefile 1.1 +23 -0 ports/sysutils/testdisk/files/patch-config.h.in (new) 1.1 +14 -0 ports/sysutils/testdisk/files/patch-configure (new) 1.1 +13 -0 ports/sysutils/testdisk/files/patch-src::common.h (new) 1.1 +17 -0 ports/sysutils/testdisk/files/patch-src::godmode.c (new) 1.1 +23 -0 ports/sysutils/testdisk/files/patch-src::intrface.c (new) 1.1 +14 -0 ports/sysutils/testdisk/files/patch-src::rfs_dir.c (new)