Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2008 03:04:18 +0300
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Michael Ross <michael.ross@gmx.net>
Cc:        Garrett Cooper <yanegomi@gmail.com>, watermelon@gmx.net, freebsd-ports-mailinglist <freebsd-ports@freebsd.org>
Subject:   Re: TrueCrypt 5.0 - Built, short test result: Ok.
Message-ID:  <47AF9102.8060905@FreeBSD.org>
In-Reply-To: <op.t6bsfoe9halquq@localhost>
References:  <47AEB6C8.1070907@gmx.net>	<CE7F2AAE-07C9-4D13-852B-EA3E1564339D@u.washington.edu>	<op.t6bk4md7halquq@localhost> <47AF4AF8.8040808@FreeBSD.org> <op.t6bsfoe9halquq@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Ross wrote:
> Am 10.02.2008, 20:05 Uhr, schrieb Sergey Matveychuk <sem@FreeBSD.org>:
> 
>> 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=gmake
>     <
>     206c204
>     <       cd $(WX_BUILD_DIR) && gmake
>     ---
>     >       cd $(WX_BUILD_DIR) && make

The best way is to change 'make' in the last line with $(MAKE). MAKE 
will passed from port's Makefile.

> 
> diff for Main/FatalErrorHandler.h
> 
>     13d12
>     < #include "/usr/src/sys/sys/ucontext.h"

#if defined(__FreeBSD__)
#include <sys/ucontext.h>
#endif

looks better.

> 
> 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.

Feel free to make a port.

-- 
Dixi.
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47AF9102.8060905>