For anyone else interested, here are the steps for building fossil.exe
with OpenSSL support on a FreeBSD host (9.0-RELEASE-p5 amd64):

1. Install devel/mingw32-gcc, devel/mingw32-zlib, and
devel/mingw32-openssl ports. As of this writing, mingw32-zlib (1.2.5)
fails to build due to a problem with zlib.def. The solution is either
to install the package (pkg_add -r mingw32-zlib) or change the port's
Makefile to use zlib 1.2.7, which builds without any issues.

2. Download the current fossil source tarball (or clone fossil-scm.org
via devel/fossil).

3. Run "gmake -f win/Makefile.mingw PREFIX=mingw32- FOSSIL_ENABLE_SSL=1".

That's it :)

- Max
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to