From owner-freebsd-ports@FreeBSD.ORG Sun Feb 10 20:27:18 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FFE016A469 for ; Sun, 10 Feb 2008 20:27:18 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7ACC713C4D1 for ; Sun, 10 Feb 2008 20:27:17 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: (qmail invoked by alias); 10 Feb 2008 20:27:15 -0000 Received: from e176186093.adsl.alicedsl.de (EHLO localhost) [85.176.186.93] by mail.gmx.net (mp050) with SMTP; 10 Feb 2008 21:27:15 +0100 X-Authenticated: #11429267 X-Provags-ID: V01U2FsdGVkX186QrZmnmo6llh1gHGFkzjtErBo3eDmNuxkttNUgD BDb1DBME5EW6Pw Date: Sun, 10 Feb 2008 21:27:14 +0100 To: "Sergey Matveychuk" From: "Michael Ross" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <47AEB6C8.1070907@gmx.net> <47AF4AF8.8040808@FreeBSD.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <47AF4AF8.8040808@FreeBSD.org> User-Agent: Opera Mail/9.25 (FreeBSD) X-Y-GMX-Trusted: 0 Cc: Garrett Cooper , watermelon@gmx.net, freebsd-ports-mailinglist Subject: Re: TrueCrypt 5.0 - Built, short test result: Ok. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 20:27:18 -0000 Am 10.02.2008, 20:05 Uhr, schrieb Sergey Matveychuk : > You should patch the file to include ucontext.h > But even if it'll be build, nobody guarantee it works. Done. Builds. On 7.0-PRERELEASE, by the way. You need /usr/ports/sysutils/fuse-libs and /usr/ports/sysutils/fuse-kmod; and the wxWidget-Sources mentioned in the README, of course. diff for Makefile: 61,62d60 < MAKE=3Dgmake < 206c204 < cd $(WX_BUILD_DIR) && gmake --- > cd $(WX_BUILD_DIR) && make diff for Main/FatalErrorHandler.h 13d12 < #include "/usr/src/sys/sys/ucontext.h" As far as container files go, it creates and mounts them. They show up in /media/truecrypt*. Maybe someone would download http://www.triplefork.net/test.tc (64K) and try with password "test" on a different platform. Michael