TrueCrypt 5.0 - Built, short test result: Ok.

Sergey Matveychuk sem at FreeBSD.org
Sun Feb 10 16:05:10 PST 2008


Michael Ross wrote:
> Am 10.02.2008, 20:05 Uhr, schrieb Sergey Matveychuk <sem at 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.


More information about the freebsd-ports mailing list